-
Bug
-
Resolution: Done
-
Minor
-
5.10.0.Final
-
None
There is a wrong formatting of error message for init error of object store. This is output currently:
Caused by: com.arjuna.ats.arjuna.exceptions.FatalError: ARJUNA012391: Could not initialize object store {0} of type {1} at org.jboss.jts//com.arjuna.ats.arjuna.objectstore.StoreManager.initStore(StoreManager.java:160) at org.jboss.jts//com.arjuna.ats.arjuna.objectstore.StoreManager.getActionStore(StoreManager.java:111) at org.jboss.jts//com.arjuna.ats.arjuna.objectstore.StoreManager.getRecoveryStore(StoreManager.java:68)
Desired state is to get the store and type to be printed.