|
| 1.4.2.5 | modified | loubyansky | jmx/src/main/org/jboss/mx/interceptor/AbstractInterceptor.java | initialize log instance variable to something other than null. |
| 1.1.2.7 | modified | loubyansky | server/src/main/org/jboss/invocation/jrmp/server/JRMPProxyFactory.java | MBean proxy always now invokes the proxy factory which sets the methodMap on the MarshalledInvocation. Then if managed attribute InvokeTargetMethod is true, the target method is invoked on the targetName, otherwise invoke(Invocation mi) is invoked on the targetName. Default value for InvokeTargetMethod is false to be compliant with previous version. |
| 1.1.2.4 | modified | loubyansky | server/src/main/org/jboss/invocation/jrmp/server/JRMPProxyFactoryMBean.java | MBean proxy always now invokes the proxy factory which sets the methodMap on the MarshalledInvocation. Then if managed attribute InvokeTargetMethod is true, the target method is invoked on the targetName, otherwise invoke(Invocation mi) is invoked on the targetName. Default value for InvokeTargetMethod is false to be compliant with previous version. |
| 1.20.2.17 | modified | starksm | common/build.xml | Remove the org.jboss.net.ssl package from the excludes and include the sun.jsse.classpath in the library.classpath |
| 1.1.4.1 | modified | ejort | testsuite/src/main/org/objectweb/jtests/jms/conform/connection/ConnectionTest.java | Testsuite fixes for j2se1.3 compilation |
| 1.14.2.14 | modified | ejort | testsuite/src/main/org/jboss/test/security/test/EJBSpecUnitTestCase.java | Testsuite fixes for j2se1.3 compilation |
| 1.7.4.4 | modified | ejort | testsuite/src/main/org/jboss/test/naming/ejb/TestENCBean.java | Testsuite fixes for j2se1.3 compilation |
| 1.1.4.1 | modified | ejort | testsuite/src/main/org/objectweb/jtests/jms/conform/message/headers/MessageHeaderTest.java | Testsuite fixes for j2se1.3 compilation |
| 1.1.4.1 | modified | ejort | testsuite/src/main/org/objectweb/jtests/jms/conform/session/QueueSessionTest.java | Testsuite fixes for j2se1.3 compilation |
| 1.1.4.1 | modified | ejort | testsuite/src/main/org/objectweb/jtests/jms/conform/session/SessionTest.java | Testsuite fixes for j2se1.3 compilation |
| 1.1.4.2 | modified | ejort | testsuite/src/main/org/objectweb/jtests/jms/conform/session/TopicSessionTest.java | Testsuite fixes for j2se1.3 compilation |
| 1.1.4.2 | modified | ejort | testsuite/src/main/org/objectweb/jtests/jms/conform/message/properties/MessagePropertyConversionTest.java | Testsuite fixes for j2se1.3 compilation |
| 1.1.4.1 | modified | ejort | testsuite/src/main/org/objectweb/jtests/jms/conform/message/properties/MessagePropertyTest.java | Testsuite fixes for j2se1.3 compilation |
| 1.8.4.7 | modified | ejort | testsuite/src/main/org/jboss/test/web/servlets/ENCServlet.java | Testsuite fixes for j2se1.3 compilation |
| 1.1.4.1 | modified | ejort | testsuite/src/main/org/objectweb/jtests/jms/conform/message/MessageBodyTest.java | Testsuite fixes for j2se1.3 compilation |
| 1.1.2.2 | modified | ejort | testsuite/src/main/org/jboss/test/cache/test/eviction/ConcurrentEvictAndRemoveTestCase.java | Testsuite fixes for j2se1.3 compilation |
| 1.1.1.1.4.2 | modified | ejort | testsuite/src/main/org/jboss/test/jbossnet/external/ExternalUnitTestCase.java | Testsuite fixes for j2se1.3 compilation |
| 1.1.2.1 | modified | ejort | thirdparty/hsqldb/hsqldb/changelist_1_7_2.txt | hsqldb 1.7.2.4 built for j2se 1.3 |
| 1.2.2.2 | modified | ejort | thirdparty/hsqldb/hsqldb/readme | hsqldb 1.7.2.4 built for j2se 1.3 |
| 1.3.4.3 | modified | ejort | thirdparty/hsqldb/hsqldb/lib/hsqldb.jar | hsqldb 1.7.2.4 built for j2se 1.3 |
| 1.8.4.8 | modified | andd | jmx/src/main/org/jboss/mx/modelmbean/XMBean.java | update ModelMBeanInvoker notification listener registry, even if thetarget resource is a NotificationBroadcaster, so that the XMBean'sown AttributeValueChanges, still work. |