[ http://issues.apache.org/jira/browse/DERBY-1413?page=all ]
Mike Matrigali updated DERBY-1413: ---------------------------------- I was going to pick this one up, have you already fixed it - or is something wierd going on? I went to opensource/java/shared/org/apache/derby/shared/common/reference/SQLState.java and found: String STORE_XA_XAER_DUPID = "XSAX1.S"; And then I went to opensource/java/engine/org/apache/derby/loc/messages_en.properties and found: XSAX1.S=An attempt was made to start a global transaction with an Xid of an exis ting global transaction. > SQL State STORE_XA_XAER_DUPID does not have a matching message > -------------------------------------------------------------- > > Key: DERBY-1413 > URL: http://issues.apache.org/jira/browse/DERBY-1413 > Project: Derby > Type: Bug > Components: Store > Versions: 10.1.2.3 > Reporter: David Van Couvering > Assignee: Mike Matrigali > Fix For: 10.2.0.0 > > STORE_XA_XAER_DUPID is used by impl.store.raw.xact.XactFactory and Xact, and > in derby.jdbc.EmbedXAResource, but it has no message associated with it. > This is a real problem as all the user will get is the word "UNKNOWN" and > whatever parameters are associated with the message. Uncovered by the test > i18n/MessageBundleTest.java -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
