|
| 1.3 | modified | kkhan | aop/src/test/org/jboss/test/aop/memoryleaks/MemoryLeakTestCase.java | [JBAOP-226] Resolve memory leaks for the generated advisors. |
| 1.163 | modified | kkhan | aop/src/main/org/jboss/aop/AspectManager.java | Rename the jboss.aop.debug-classes system property to jboss.aop.debug.classes. If set to true, TransformerCommon will call CtClass.debugWriteFile() to output the contents of the class |
| 1.15 | modified | kkhan | aop/src/main/org/jboss/aop/instrument/TransformerCommon.java | Rename the jboss.aop.debug-classes system property to jboss.aop.debug.classes. If set to true, TransformerCommon will call CtClass.debugWriteFile() to output the contents of the class |
| 1.9 | modified | aloubyansky | testsuite/src/main/org/jboss/test/xml/WildcardUnresolvedElementsUnitTestCase.java | disabled trace |
| 1.20 | modified | wprice | connector/src/main/org/jboss/resource/deployment/RARDeployer.java | [JBAS-3343] Removed spurios printStackTrace(), format, cleanup. |
| 1.5 | modified | wprice | testsuite/imports/sections/jca.xml | [JBAS-3343] New additions allow for overriding ra.xml ResourceAdapter level properties with jboss-ra.xml file. New meta data constructs, ObjectModelFactory and extension to the RARDeployer encompass this new functionality.Added new unit test case and support files. |
| 1.1 | added | wprice | testsuite/src/main/org/jboss/test/jcaprops/test/JBossRaXmlOverrideUnitTestCase.java | [JBAS-3343] New additions allow for overriding ra.xml ResourceAdapter level properties with jboss-ra.xml file. New meta data constructs, ObjectModelFactory and extension to the RARDeployer encompass this new functionality.Added new unit test case and support files. |
| 1.10 | modified | wprice | connector/src/main/org/jboss/resource/metadata/ConnectorMetaData.java | [JBAS-3343] New additions allow for overriding ra.xml ResourceAdapter level properties with jboss-ra.xml file. New meta data constructs, ObjectModelFactory and extension to the RARDeployer encompass this new functionality. |
| 1.1 | added | wprice | connector/src/main/org/jboss/resource/metadata/JBossRAMetaData.java | [JBAS-3343] New additions allow for overriding ra.xml ResourceAdapter level properties with jboss-ra.xml file. New meta data constructs, ObjectModelFactory and extension to the RARDeployer encompass this new functionality. |
| 1.1 | added | wprice | connector/src/main/org/jboss/resource/metadata/RARDeploymentMetaData.java | [JBAS-3343] New additions allow for overriding ra.xml ResourceAdapter level properties with jboss-ra.xml file. New meta data constructs, ObjectModelFactory and extension to the RARDeployer encompass this new functionality. |
| 1.1 | added | wprice | connector/src/main/org/jboss/resource/deployment/JBossRAObjectModelFactory.java | [JBAS-3343] New additions allow for overriding ra.xml ResourceAdapter level properties with jboss-ra.xml file. New meta data constructs, ObjectModelFactory and extension to the RARDeployer encompass this new functionality. |
| 1.19 | modified | wprice | connector/src/main/org/jboss/resource/deployment/RARDeployer.java | [JBAS-3343] New additions allow for overriding ra.xml ResourceAdapter level properties with jboss-ra.xml file. New meta data constructs, ObjectModelFactory and extension to the RARDeployer encompass this new functionality. |
| 1.15 | modified | wprice | connector/src/main/org/jboss/resource/deployment/RARDeployment.java | [JBAS-3343] New additions allow for overriding ra.xml ResourceAdapter level properties with jboss-ra.xml file. New meta data constructs, ObjectModelFactory and extension to the RARDeployer encompass this new functionality. |
| 1.8 | modified | wprice | connector/src/main/org/jboss/resource/deployment/ResourceAdapterFactory.java | [JBAS-3343] New additions allow for overriding ra.xml ResourceAdapter level properties with jboss-ra.xml file. New meta data constructs, ObjectModelFactory and extension to the RARDeployer encompass this new functionality. |
| 1.43 | modified | wprice | connector/src/main/org/jboss/resource/connectionmanager/TxConnectionManager.java | [JBAS-3336] XAManagedConnections that experience failure issues (XAER_RMFAIL, XAERR_RMERR) during enlistment are no longer returned to the pool but destroyed. |
| 1.22 | modified | wprice | testsuite/src/main/org/jboss/test/jca/test/XATxConnectionManagerUnitTestCase.java | [JBAS-3336] XAManagedConnections that experience failure issues (XAER_RMFAIL, XAERR_RMERR) during enlistment are no longer returned to the pool but destroyed. Added support methods to testing framework. |
| 1.6 | modified | wprice | testsuite/src/main/org/jboss/test/jca/ejb/XAExceptionSessionBean.java | [JBAS-3336] XAManagedConnections that experience failure issues (XAER_RMFAIL, XAERR_RMERR) during enlistment are no longer returned to the pool but destroyed. Added support methods to testing framework. |
| 1.18 | modified | wprice | testsuite/src/main/org/jboss/test/jca/adapter/TestManagedConnection.java | [JBAS-3336] XAManagedConnections that experience failure issues (XAER_RMFAIL, XAERR_RMERR) during enlistment are no longer returned to the pool but destroyed. Added support methods to testing framework. |
| 1.12 | modified | wprice | testsuite/src/main/org/jboss/test/jca/adapter/TestConnection.java | [JBAS-3336] XAManagedConnections that experience failure issues (XAER_RMFAIL, XAERR_RMERR) during enlistment are no longer returned to the pool but destroyed. Added support methods to testing framework. |
| 1.6 | modified | wprice | testsuite/src/main/org/jboss/test/jca/adapter/TestConnectionFactory.java | [JBAS-3336] XAManagedConnections that experience failure issues (XAER_RMFAIL, XAERR_RMERR) during enlistment are no longer returned to the pool but destroyed. Added support methods to testing framework. |
| 1.19 | modified | wprice | connector/src/main/org/jboss/resource/adapter/jdbc/xa/XAManagedConnection.java | [JBAS-3336] XAManagedConnections that experience failure issues (XAER_RMFAIL, XAERR_RMERR) during enlistment are no longer returned to the pool but destroyed. |