Rudy De Busscher

Results 35 comments of Rudy De Busscher

Hi Johannes, Thank you for the description of the issue. We will have a look how this custom type dictionary name can be used for the backup by default.

Hi @ghilainm I did run your code and do not have any issues. When I run it the second time, I get this log message ``` Reusing data. Already 1...

Some additional comments about your code ```` storageManager.storeRoot(); storageManager.store(perfData.getUserData()); ```` The call to `.store()` here is not needed as the `.storeRoot()` method stored everything already on disk. The rule is...

Hi @ghilainm , It seems that you killed the Java process in the middle of an IO process so that the data on disk is not complete. In production, it...

You can define the version explicitly ``` javax.security.enterprise javax.security.enterprise-api 1.0 ``` There is more info about possible workarounds in the issue.