[jboss-jira] [JBoss JIRA] Updated: (JBTM-85) BasicXARecovery example class is broken
Mark Little (JIRA)
jira-events at jboss.com
Sun Sep 24 04:25:01 EDT 2006
[ http://jira.jboss.com/jira/browse/JBTM-85?page=all ]
Mark Little updated JBTM-85:
----------------------------
Fix Version/s: 4.2.2
> BasicXARecovery example class is broken
> ---------------------------------------
>
> Key: JBTM-85
> URL: http://jira.jboss.com/jira/browse/JBTM-85
> Project: JBoss Transaction Manager
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: JTA Implementation, Documentation
> Affects Versions: 4.2
> Reporter: Mark Little
> Assigned To: Mark Little
> Priority: Minor
> Fix For: 4.2.2
>
>
> The BasicXARecovery example class in the distribution is broken. When getting the attributes from the property file, the line:
> String dynamicClass = new String(dbTag+user+dynamicClassTag);
> should be:
> String dynamicClass = new String(dbTag+number+dynamicClassTag);
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list