String property replacement in configuration
--------------------------------------------
Key: JBTM-369
URL: http://jira.jboss.com/jira/browse/JBTM-369
Project: JBoss Transaction Manager
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Affects Versions: 4.3.0.GA
Reporter: Dmitri Voronov
Please implement string property replacement in jbossjta-properties.xml like:
<property name="com.arjuna.ats.arjuna.xa.nodeIdentifier" value="${my.unique.name}"/>
--
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
PropertyManagerImpl.getPropertyFromSubTree(String name) looks for properties in _parentPropertyManagers and not in _childPropertyManagers
-----------------------------------------------------------------------------------------------------------------------------------------
Key: JBTM-405
URL: https://jira.jboss.org/jira/browse/JBTM-405
Project: JBoss Transaction Manager
Issue Type: Bug
Security Level: Public (Everyone can see)
Affects Versions: 4.3.0.GA
Environment: JBoss-4.2.3.GA
Reporter: Dmitri Voronov
PropertyManagerImpl.getPropertyFromSubTree(String name) looks for properties in _parentPropertyManagers and not in _childPropertyManagers
So the call:
String tsmPortStr = arjPropertyManager.propertyManager.getProperty("com.arjuna.ats.arjuna.recovery.transactionStatusManagerPort" ) ;
from com.arjuna.ats.arjuna.recovery.TransactionStatusManager misses, whereby the property exists in a child property manager.
--
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
Check OTS TransactionFactory is exported through app server
-----------------------------------------------------------
Key: JBTM-403
URL: https://jira.jboss.org/jira/browse/JBTM-403
Project: JBoss Transaction Manager
Issue Type: Task
Security Level: Public (Everyone can see)
Components: JTS Implementation
Reporter: Mark Little
Assignee: Mark Little
--
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
Update recovery wiki page
-------------------------
Key: JBTM-318
URL: http://jira.jboss.com/jira/browse/JBTM-318
Project: JBoss Transaction Manager
Issue Type: Task
Security Level: Public (Everyone can see)
Components: Documentation, JTA Implementation, Recovery
Reporter: Mark Little
Assigned To: Mark Little
Fix For: 4.6
--
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
Subordinate coordinator misses cleanup
--------------------------------------
Key: JBTM-243
URL: http://jira.jboss.com/jira/browse/JBTM-243
Project: JBoss Transaction Manager
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: JTS Implementation
Affects Versions: 4.2.3.SP5
Reporter: Mark Little
Assigned To: Mark Little
Fix For: 4.4
--
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
TransactionImple::endSuspendedRMs may dive out before ending all XAResources
----------------------------------------------------------------------------
Key: JBTM-256
URL: http://jira.jboss.com/jira/browse/JBTM-256
Project: JBoss Transaction Manager
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: JTA Implementation, JTS Implementation
Affects Versions: 4.2.3.SP5
Reporter: Andrew Dinn
Assigned To: Andrew Dinn
Fix For: 4.4
TransactionImple::endSuspendedRMs loops through all enlisted XAResources sending them an end() as a precursor to commit or rollback. It is supposed to notify all resources even if one (or more) of them throws an exception, returning true iff they all complete. As currently coded it returns failure at the first exception, potentially omitting some of the end() calls.
--
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
Identify redundant finalize methods on classes employed by the JTS implementation and remove them.
--------------------------------------------------------------------------------------------------
Key: JBTM-295
URL: http://jira.jboss.com/jira/browse/JBTM-295
Project: JBoss Transaction Manager
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: JTS Implementation
Affects Versions: 4.2.3
Reporter: Andrew Dinn
Assigned To: Andrew Dinn
Fix For: 4.4
Identify redundant finalize methods in classes employed by the JTS which are adversely affecting GC performance and remove them, documenting any effect this may have in the relevant release notes.
--
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
Add Recovery for Business Activities
------------------------------------
Key: JBTM-404
URL: https://jira.jboss.org/jira/browse/JBTM-404
Project: JBoss Transaction Manager
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Components: WS-T Implementation
Affects Versions: 4.4.CR1
Reporter: Andrew Dinn
Assignee: Andrew Dinn
Fix For: 4.6
The XTS WS-BA implementation needs to implement coordinator and participant recovery
--
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
Documentation: left align paragraphs to remove extra spacing
------------------------------------------------------------
Key: JBTM-252
URL: http://jira.jboss.com/jira/browse/JBTM-252
Project: JBoss Transaction Manager
Issue Type: Task
Security Level: Public (Everyone can see)
Components: Documentation
Reporter: Daniel Bevenius
Assigned To: Mark Little
Priority: Trivial
Some of the docs (maybe all) have paragraphs which are not left aligned which is causing extra spacing between words. Simply making the paragraphs left aligned will rectify this.
Thanks,
Daniel
--
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
Check that endSuspendedRMs called if transaction times out
----------------------------------------------------------
Key: JBTM-228
URL: http://jira.jboss.com/jira/browse/JBTM-228
Project: JBoss Transaction Manager
Issue Type: Task
Security Level: Public (Everyone can see)
Components: JTA Implementation, JTS Implementation
Reporter: Mark Little
Assigned To: Mark Little
--
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