[jboss-jira] [JBoss JIRA] Commented: (JBMESSAGING-1772) Port JBMESSAGING-1439 back to JBM
Howard Gao (JIRA)
jira-events at lists.jboss.org
Tue Dec 1 07:23:29 EST 2009
[ https://jira.jboss.org/jira/browse/JBMESSAGING-1772?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12497406#action_12497406 ]
Howard Gao commented on JBMESSAGING-1772:
-----------------------------------------
We still need to add the operation
List listPreparedTransactions();
because the existing retrievePreparedTransactions() only returns string representation for Xid. This information is not suitable for user to pass to the commit- or rollbackPreparedTransactions().
Each returned prepared transaction is expressed in the following string format:
<Transaction ID> + " : " + Xid.toString()
where the <Transaction ID> can be passed to commit- or rollbackPreparedTransactions().
> Port JBMESSAGING-1439 back to JBM
> ---------------------------------
>
> Key: JBMESSAGING-1772
> URL: https://jira.jboss.org/jira/browse/JBMESSAGING-1772
> Project: JBoss Messaging
> Issue Type: Feature Request
> Components: Configuration and Management
> Affects Versions: 1.4.0.SP3.CP09, 1.4.5.GA, 1.4.6.GA
> Reporter: Howard Gao
> Assignee: Howard Gao
> Fix For: 1.4.0.SP3.CP10, 1.4.6.GA.SP1, 1.4.7.GA
>
>
--
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 jboss-jira
mailing list