|
| 1.8.2.8 | modified | nihility | webservice/src/main/org/jboss/webservice/deployment/TypeMappingDescription.java | Fix schema validity of complex types in literal messages. An element withina complex type is not exposed in the outer namespace unless it is definedas a ref to an element which is. Under that scenario, according to the jaxrpcxsd, the xml-element-name is supposed to refer to the referenced element. |
| 1.2.2.8 | modified | starksm | testsuite/imports/code-generation.xml | Exclude the org.jboss.test.jca.ejb.PreparedStatementBean from ejbdoclet hacking. |
| 1.9.2.30 | modified | starksm | testsuite/imports/test-jars.xml | Add the pscache.jar target |
| 1.3.4.1 | modified | starksm | connector/src/main/org/jboss/resource/adapter/jdbc/PreparedStatementCache.java | Don't close PreparedStatement when PSCache ages out connection.Only close if it is not in use. CachedPreparedStatement.close() sets the inUse flag. Fixes [ 1051812 ] Statement Cache Bug. |
| 1.1.2.1 | modified | starksm | server/src/main/org/jboss/proxy/IClientContainer.java | Update the javadoc |
| 1.3.6.2 | 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.3.6.1 | modified | starksm | testsuite/src/resources/invokers/META-INF/ejb-jar.xml | Add a BusinessSession and JMSGatewayMDB to test jms invocations |
| 1.5.6.1 | modified | starksm | testsuite/src/resources/invokers/META-INF/jboss.xml | Add a BusinessSession and JMSGatewayMDB to test jms invocations |
| 1.4.6.1 | 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 |