[JBoss JIRA] Created: (JBTM-853) Optimize performance of code path for new TSR based integration for AS 7.
by Andrig Miller (JIRA)
Optimize performance of code path for new TSR based integration for AS 7.
-------------------------------------------------------------------------
Key: JBTM-853
URL: https://issues.jboss.org/browse/JBTM-853
Project: JBoss Transaction Manager
Issue Type: Task
Security Level: Public (Everyone can see)
Components: JTA
Affects Versions: 4.15.1
Reporter: Andrig Miller
Priority: Critical
Fix For: 4.15.2
Attachments: AS7CR1.txt
In testing the pre-AS7 CR 1 release, we found a performance regression, related to the following attached OProfile data.
com.arjuna.common.internal.util.propertyservice.BeanPopulator.getDefaultInstance(java.lang.Class) is the main method involved from the profile data.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 4 months
[JBoss JIRA] Created: (JBTM-536) JTS compilation with IBM jdk1.5 fails due to "Fatal Error: Unable to find package java.lang"
by Ivo Studensky (JIRA)
JTS compilation with IBM jdk1.5 fails due to "Fatal Error: Unable to find package java.lang"
--------------------------------------------------------------------------------------------
Key: JBTM-536
URL: https://jira.jboss.org/jira/browse/JBTM-536
Project: JBoss Transaction Manager
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: JTS
Environment: IBM JDK 1.5, Apache Ant 1.6.5, Linux
Reporter: Ivo Studensky
Fix For: 4.6.1
Compiler cannot find java.lang package in case of compiling with IBM JDK 1.5.
See the snippet of compilation output:
...
[java] com.hp.mwlabs.orbportability.orbspecific.jacorb.compile:
[java] [echo] Performing JacORB IDL compile
[java] [classpath-builder] Property 'build.jacorb.classpath' set to classpath ...
[java] [echo] Performing JacORB orb specific compile
[java] [javac] Compiling 11 source files to /mnt/hudson_workspace/workspace/jbossts-testsuite-matrix/jdk/ibm15/label/RHEL4_x86/trunk/ArjunaJTS/orbportability/orbspecific-build
[java] [javac] Fatal Error: Unable to find package java.lang in classpath or bootclasspath
--
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
13 years, 4 months
[JBoss JIRA] Created: (JBTM-575) javax.transaction.RollbackException root cause
by Richard Kennard (JIRA)
javax.transaction.RollbackException root cause
----------------------------------------------
Key: JBTM-575
URL: https://jira.jboss.org/jira/browse/JBTM-575
Project: JBoss Transaction Manager
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Components: JTA
Affects Versions: 4.7.0
Environment: JBoss 5.1.0.GA
Reporter: Richard Kennard
In JBoss 4.2.3.GA and previous releases, when a transaction rolled back the RollbackException included the root cause of the exception. This enhancement was implemented in response to JBAS-4238 and JBTM-66.
However, in JBoss 5.1.0.GA this enhancement has been lost in some scenarios. This does not affect manual debugging (the root cause is still logged higher up in the logs), but makes it difficult for application code that relies on being able to unwrap the RollbackException to determine its root cause and therefore take appropriate action.
--
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
13 years, 6 months