|
| 1.4 | modified | loubyansky | common/src/main/org/jboss/xml/binding/TypeBinding.java | refactored and added more methods for simple type unmarshalling |
| 1.2 | modified | starksm | server/src/main/org/jboss/proxy/IClientContainer.java | Update the javadoc |
| 1.5 | modified | starksm | testsuite/src/main/org/jboss/test/invokers/test/MultiInvokersUnitTestCase.java | Update the testClientContainer to use the IClientContainer view of the proxy to install a custom InvokerInterceptor which routes requests to either the server side selected transport for the BusinessSession, or an mdb depending on the method invoked. |
| 1.1 | added | starksm | testsuite/src/main/org/jboss/test/invokers/interfaces/BusinessObject.java | Add a BusinessSession and JMSGatewayMDB to test jms invocations |
| 1.1 | added | starksm | testsuite/src/main/org/jboss/test/invokers/interfaces/BusinessObjectHome.java | Add a BusinessSession and JMSGatewayMDB to test jms invocations |
| 1.1 | added | starksm | testsuite/src/main/org/jboss/test/invokers/interfaces/BusinessObjectLocal.java | Add a BusinessSession and JMSGatewayMDB to test jms invocations |
| 1.1 | added | starksm | testsuite/src/main/org/jboss/test/invokers/interfaces/BusinessObjectLocalHome.java | Add a BusinessSession and JMSGatewayMDB to test jms invocations |
| 1.2 | modified | starksm | testsuite/src/main/org/jboss/test/invokers/interfaces/SimpleBMP.java | Add a BusinessSession and JMSGatewayMDB to test jms invocations |
| 1.2 | modified | starksm | testsuite/src/main/org/jboss/test/invokers/interfaces/SimpleBMPHome.java | Add a BusinessSession and JMSGatewayMDB to test jms invocations |
| 1.4 | modified | starksm | testsuite/src/main/org/jboss/test/invokers/interfaces/StatelessSession.java | Add a BusinessSession and JMSGatewayMDB to test jms invocations |
| 1.4 | modified | starksm | testsuite/src/main/org/jboss/test/invokers/interfaces/StatelessSessionHome.java | Add a BusinessSession and JMSGatewayMDB to test jms invocations |
| 1.1 | added | starksm | testsuite/src/main/org/jboss/test/invokers/ejb/BusinessBean.java | Add a BusinessSession and JMSGatewayMDB to test jms invocations |
| 1.1 | added | starksm | testsuite/src/main/org/jboss/test/invokers/ejb/JMSGatewayMDB.java | Add a BusinessSession and JMSGatewayMDB to test jms invocations |
| 1.2 | modified | starksm | testsuite/src/main/org/jboss/test/invokers/ejb/SimpleBMPBean.java | Add a BusinessSession and JMSGatewayMDB to test jms invocations |
| 1.4 | modified | starksm | testsuite/src/main/org/jboss/test/invokers/ejb/StatelessSessionBean.java | Add a BusinessSession and JMSGatewayMDB to test jms invocations |
| 1.4 | modified | starksm | testsuite/src/resources/invokers/META-INF/ejb-jar.xml | Add a BusinessSession and JMSGatewayMDB to test jms invocations |
| 1.6 | modified | starksm | testsuite/src/resources/invokers/META-INF/jboss.xml | Add a BusinessSession and JMSGatewayMDB to test jms invocations |
| 1.5 | modified | starksm | testsuite/src/resources/invokers/service-inf/jboss-service.xml | Set the RMIObjectPort to 0 to avoid port in use problems when redeploying the invoker service |
| 1.1 | added | starksm | testsuite/src/main/org/jboss/test/invokers/test/InvokerInterceptor.java | An example client side InvokerInterceptor used to dynamically override the default InvokerInterceptor coming from the server to install one that routes invocations to either the server side transport layer, or jms depending on the invocation. |