[jbossts-issues] [JBoss JIRA] Created: (JBTM-663) MissingResourceException when synchronizing a JTA transaction

Olivier BILLIARD (JIRA) jira-events at lists.jboss.org
Wed Nov 25 12:05:29 EST 2009


MissingResourceException when synchronizing a JTA transaction
-------------------------------------------------------------

                 Key: JBTM-663
                 URL: https://jira.jboss.org/jira/browse/JBTM-663
             Project: JBoss Transaction Manager
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: JTA
    Affects Versions: 4.8.0, 4.5.0
         Environment: AS 5.0.1 GA
            Reporter: Olivier BILLIARD


In the class "com.arjuna.ats.internal.jta.transaction.arjunacore.TransactionSynchronizationRegistryImple"

When we try to synchronize to an aborted JTA transaction a RollbackException is thrown. This exception is catched and we throw a RuntimeException using the key "com.arjuna.ats.internal.jta.transaction.arjunacore.syncrollbackmexception".
This key doesn't exist in the jta_msg_en_US.properties file. It seems to me that the end of the key should be syncrollbackexception because this key exist in the file.


I attach the corrected file.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbossts-issues mailing list