tags:

views:

19

answers:

0

Hi ,

i had deployed one EJB application in j-boss-AS but sometimes after the server startup im

getting "Caused by: java.lang.Throwable: setRollbackOnly called from: at com.arjuna.ats.internal.jta.transaction.arjunacore.TransactionImple.setRollbackOnly(TransactionImple.java:392) at com.arjuna.ats.internal.jta.transaction.arjunacore.BaseTransaction.setRollbackOnly(BaseTransaction.java:195)"

    I identified the two files (TransactionImple & BaseTransaction) are related to J-

boss transaction and it's not matching with current application transactional properties,I

even tried to view "TransactionImple" file with line number in the exception(392..),it

means this exception is happening becoz Synchronization parameter is registering as null

could any one please give me the suggestion how to rectify this issue...

Thanks in Advance.... Raghavan...