|
| 1.64.2.6 | modified | ejort | server/src/main/org/jboss/ejb/plugins/jms/JMSContainerInvoker.java | [JBAS-1331] - Could not stop JMS connectionChange the JMSCI stop() and destroy() processing to catch all Throwablesand always null references once we've tried to close them.This avoids java.lang.Error and java.lang.RuntimeExceptions stopping the reconnect from happening. |
| 1.17.6.1 | modified | ejort | server/src/main/org/jboss/ejb/plugins/jms/DLQHandler.java | [JBAS-1331] - Could not stop JMS connectionCatch all throwables from innerCreate() and pass them to a new handleFailure(Throwable) which isalso invoked by onException().This avoids java.lang.Error and java.lang.RuntimeExceptions stopping the reconnect from happening.It also negates the need to do the horrible exception wrapping in the DLQHandler. |
| 1.64.2.5 | modified | ejort | server/src/main/org/jboss/ejb/plugins/jms/JMSContainerInvoker.java | [JBAS-1331] - Could not stop JMS connectionCatch all throwables from innerCreate() and pass them to a new handleFailure(Throwable) which isalso invoked by onException().This avoids java.lang.Error and java.lang.RuntimeExceptions stopping the reconnect from happening.It also negates the need to do the horrible exception wrapping in the DLQHandler. |
| 1.44.2.2 | modified | ejort | messaging/src/main/org/jboss/mq/Connection.java | [JBAS-1331] - Could not stop JMS ConnectionTrap all Throwables rather than JMSException inside JBossMQ client classes and convert themto a JMSException if required. This solves a problem where a java.lang.Error or java.lang.RuntimeExceptionis thrown and may cause instantiate or close() to not correctly cleanup. |
| 1.15.6.1 | modified | ejort | messaging/src/main/org/jboss/mq/SpyConnection.java | [JBAS-1331] - Could not stop JMS ConnectionTrap all Throwables rather than JMSException inside JBossMQ client classes and convert themto a JMSException if required. This solves a problem where a java.lang.Error or java.lang.RuntimeExceptionis thrown and may cause instantiate or close() to not correctly cleanup. |
| 1.7.6.1 | modified | ejort | messaging/src/main/org/jboss/mq/SpyJMSException.java | [JBAS-1331] - Could not stop JMS ConnectionTrap all Throwables rather than JMSException inside JBossMQ client classes and convert themto a JMSException if required. This solves a problem where a java.lang.Error or java.lang.RuntimeExceptionis thrown and may cause instantiate or close() to not correctly cleanup. |
| 1.33.2.2 | modified | ejort | messaging/src/main/org/jboss/mq/SpyMessageConsumer.java | [JBAS-1331] - Could not stop JMS ConnectionTrap all Throwables rather than JMSException inside JBossMQ client classes and convert themto a JMSException if required. This solves a problem where a java.lang.Error or java.lang.RuntimeExceptionis thrown and may cause instantiate or close() to not correctly cleanup. |
| 1.32.2.2 | modified | ejort | messaging/src/main/org/jboss/mq/SpySession.java | [JBAS-1331] - Could not stop JMS ConnectionTrap all Throwables rather than JMSException inside JBossMQ client classes and convert themto a JMSException if required. This solves a problem where a java.lang.Error or java.lang.RuntimeExceptionis thrown and may cause instantiate or close() to not correctly cleanup. |
| 1.11.6.1 | modified | ejort | messaging/src/main/org/jboss/mq/SpyXAResource.java | [JBAS-1331] - Could not stop JMS ConnectionTrap all Throwables rather than JMSException inside JBossMQ client classes and convert themto a JMSException if required. This solves a problem where a java.lang.Error or java.lang.RuntimeExceptionis thrown and may cause instantiate or close() to not correctly cleanup. |
| 1.10.2.1 | modified | ejort | messaging/src/main/org/jboss/mq/SpyMessageProducer.java | [JBAS-1331] - Could not stop JMS ConnectionTrap all Throwables rather than JMSException inside JBossMQ client classes and convert themto a JMSException if required. This solves a problem where a java.lang.Error or java.lang.RuntimeExceptionis thrown and may cause instantiate or close() to not correctly cleanup. |
| 1.1.1.1.4.4 | modified | tdiesler | jaxrpc/src/main/org/apache/axis/message/SOAPBodyAxisImpl.java | Fix JBWS-84 Cannot use subclass of org.w3c.dom.Element when mapping document fragments |
| 1.3.2.7 | modified | tdiesler | jaxrpc/src/main/org/apache/axis/message/SOAPElementAxisImpl.java | Fix JBWS-84 Cannot use subclass of org.w3c.dom.Element when mapping document fragments |
| 1.1.1.1.4.6 | modified | tdiesler | jaxrpc/src/main/org/apache/axis/encoding/DeserializationContextImpl.java | Fix JBWS-84 Cannot use subclass of org.w3c.dom.Element when mapping document fragments |
| 1.1.1.1.4.3 | modified | tdiesler | jaxrpc/src/main/org/apache/axis/message/RPCHandler.java | Fix JBWS-84 Cannot use subclass of org.w3c.dom.Element when mapping document fragments |
| 1.1.1.1.4.2 | modified | tdiesler | jaxrpc/src/main/org/apache/axis/description/ParameterDesc.java | Fix JBWS-84 Cannot use subclass of org.w3c.dom.Element when mapping document fragments |
| 1.1.1.1.4.4 | modified | tdiesler | jaxrpc/src/main/org/apache/axis/description/ServiceDesc.java | Fix JBWS-84 Cannot use subclass of org.w3c.dom.Element when mapping document fragments |
| 1.1.1.1.4.5 | modified | tdiesler | jaxrpc/src/main/org/apache/axis/client/AxisClientProxy.java | Fix JBWS-84 Cannot use subclass of org.w3c.dom.Element when mapping document fragments |
| 1.4.2.11 | modified | tdiesler | jaxrpc/src/main/org/apache/axis/client/Call.java | Fix JBWS-84 Cannot use subclass of org.w3c.dom.Element when mapping document fragments |
| 1.1.2.3 | modified | tdiesler | testsuite/src/resources/webservice/message/config.xml | Fix JBWS-84 Cannot use subclass of org.w3c.dom.Element when mapping document fragments |
| 1.1.2.2 | modified | tdiesler | testsuite/src/resources/webservice/message/WEB-INF/jaxrpc-mapping.xml | Fix JBWS-84 Cannot use subclass of org.w3c.dom.Element when mapping document fragments |
| 1.1.2.2 | modified | tdiesler | testsuite/src/resources/webservice/message/WEB-INF/web.xml | Fix JBWS-84 Cannot use subclass of org.w3c.dom.Element when mapping document fragments |
| 1.1.2.2 | modified | tdiesler | testsuite/src/resources/webservice/message/WEB-INF/webservices.xml | Fix JBWS-84 Cannot use subclass of org.w3c.dom.Element when mapping document fragments |
| 1.1.2.2 | deleted | tdiesler | testsuite/src/resources/webservice/message/WEB-INF/wsdl/MessageEndpointService.wsdl | Fix JBWS-84 Cannot use subclass of org.w3c.dom.Element when mapping document fragments |
| 1.1.2.1 | modified | tdiesler | testsuite/src/resources/webservice/message/WEB-INF/wsdl/MessageService.wsdl | Fix JBWS-84 Cannot use subclass of org.w3c.dom.Element when mapping document fragments |
| 1.1.2.2 | modified | tdiesler | testsuite/src/resources/webservice/message/META-INF/application-client.xml | Fix JBWS-84 Cannot use subclass of org.w3c.dom.Element when mapping document fragments |
| 1.1.2.1 | modified | tdiesler | testsuite/src/resources/webservice/jbws84/config.xml | Fix JBWS-84 Cannot use subclass of org.w3c.dom.Element when mapping document fragments |
| 1.1.2.1 | modified | tdiesler | testsuite/src/resources/webservice/jbws84/WEB-INF/jaxrpc-mapping.xml | Fix JBWS-84 Cannot use subclass of org.w3c.dom.Element when mapping document fragments |
| 1.1.2.1 | modified | tdiesler | testsuite/src/resources/webservice/jbws84/WEB-INF/web.xml | Fix JBWS-84 Cannot use subclass of org.w3c.dom.Element when mapping document fragments |
| 1.1.2.1 | modified | tdiesler | testsuite/src/resources/webservice/jbws84/WEB-INF/webservices.xml | Fix JBWS-84 Cannot use subclass of org.w3c.dom.Element when mapping document fragments |
| 1.1.2.1 | modified | tdiesler | testsuite/src/resources/webservice/jbws84/META-INF/application-client.xml | Fix JBWS-84 Cannot use subclass of org.w3c.dom.Element when mapping document fragments |
| 1.1.2.1 | modified | tdiesler | testsuite/src/resources/webservice/jbws84/META-INF/jboss-client.xml | Fix JBWS-84 Cannot use subclass of org.w3c.dom.Element when mapping document fragments |
| 1.1.2.1 | modified | tdiesler | testsuite/src/resources/webservice/jbws84/WEB-INF/wsdl/MessageService.wsdl | Fix JBWS-84 Cannot use subclass of org.w3c.dom.Element when mapping document fragments |
| 1.1.2.1 | modified | tdiesler | testsuite/src/main/org/jboss/test/webservice/message/Message.java | Fix JBWS-84 Cannot use subclass of org.w3c.dom.Element when mapping document fragments |
| 1.1.2.3 | deleted | tdiesler | testsuite/src/main/org/jboss/test/webservice/message/MessageEndpoint.java | Fix JBWS-84 Cannot use subclass of org.w3c.dom.Element when mapping document fragments |
| 1.1.2.3 | deleted | tdiesler | testsuite/src/main/org/jboss/test/webservice/message/MessageEndpointImpl.java | Fix JBWS-84 Cannot use subclass of org.w3c.dom.Element when mapping document fragments |
| 1.1.2.4 | deleted | tdiesler | testsuite/src/main/org/jboss/test/webservice/message/MessageEndpointTestCase.java | Fix JBWS-84 Cannot use subclass of org.w3c.dom.Element when mapping document fragments |
| 1.1.2.1 | modified | tdiesler | testsuite/src/main/org/jboss/test/webservice/message/MessageJavaBean.java | Fix JBWS-84 Cannot use subclass of org.w3c.dom.Element when mapping document fragments |
| 1.1.2.1 | modified | tdiesler | testsuite/src/main/org/jboss/test/webservice/message/MessageTestCase.java | Fix JBWS-84 Cannot use subclass of org.w3c.dom.Element when mapping document fragments |
| 1.1.2.1 | modified | tdiesler | testsuite/src/main/org/jboss/test/webservice/jbws84/JBWS84TestCase.java | Fix JBWS-84 Cannot use subclass of org.w3c.dom.Element when mapping document fragments |
| 1.1.2.1 | modified | tdiesler | testsuite/src/main/org/jboss/test/webservice/jbws84/Message.java | Fix JBWS-84 Cannot use subclass of org.w3c.dom.Element when mapping document fragments |
| 1.1.2.1 | modified | tdiesler | testsuite/src/main/org/jboss/test/webservice/jbws84/MessageJavaBean.java | Fix JBWS-84 Cannot use subclass of org.w3c.dom.Element when mapping document fragments |
| 1.9.2.49 | modified | tdiesler | testsuite/imports/test-jars.xml | Fix JBWS-84 Cannot use subclass of org.w3c.dom.Element when mapping document fragments |
| 1.69.2.5 | modified | starksm | server/src/main/org/jboss/metadata/BeanMetaData.java | Validate that the security-identity found in jboss.xml has a match in ejb-jar.xml and throw a DeploymentException if there is not. |
| 1.44.2.1 | modified | ejort | messaging/src/main/org/jboss/mq/Connection.java | Remove redundant code. |