|
| 1.46 | modified | starksm | cluster/src/main/org/jboss/ha/framework/server/HAPartitionImpl.java | Set the serialVersionUID for the NoHandlerForRPC class. |
| 1.45 | modified | starksm | cluster/src/main/org/jboss/ha/framework/server/HAPartitionImpl.java | Simply return any throwable seen during the rpc handler method call dispatch as this is the only way to propagate an exception to the caller. Resolves (JBAS-1571) Logging of cluster rpc method exceptions at warn level is incorrect. |
| 1.2 | modified | tdiesler | webservice/test/java/org/jboss/test/ws/tools/xsdjava/XSDToJavaTestCase.java | Fix issues related to fault codes.Fix SOAPEnvelope.getNamespaceURI(String) |
| 1.8 | modified | tdiesler | webservice/test/java/org/jboss/test/ws/soap/SOAPEnvelopeTestCase.java | Fix issues related to fault codes.Fix SOAPEnvelope.getNamespaceURI(String) |
| 1.4 | modified | tdiesler | webservice/test/java/org/jboss/test/ws/soap/SOAPHeaderTestCase.java | Fix issues related to fault codes.Fix SOAPEnvelope.getNamespaceURI(String) |
| 1.4 | modified | tdiesler | webservice/test/java/org/jboss/test/ws/binding/SOAPBindingTestCase.java | Fix issues related to fault codes.Fix SOAPEnvelope.getNamespaceURI(String) |
| 1.11 | modified | tdiesler | webservice/src/main/org/jboss/ws/soap/MessageFactoryImpl.java | Fix issues related to fault codes.Fix SOAPEnvelope.getNamespaceURI(String) |
| 1.13 | modified | tdiesler | webservice/src/main/org/jboss/ws/soap/SOAPElementImpl.java | Fix issues related to fault codes.Fix SOAPEnvelope.getNamespaceURI(String) |
| 1.3 | modified | tdiesler | webservice/src/main/org/jboss/ws/jaxrpc/FaultException.java | Fix issues related to fault codes.Fix SOAPEnvelope.getNamespaceURI(String) |
| 1.3 | modified | tdiesler | webservice/test/java/org/jboss/test/ws/tools/fixture/JBossSourceComparator.java | Fix missing NOT operator |
| 1.9 | modified | starksm | security/src/main/org/jboss/security/jacc/DelegatingPolicy.java | Include the delegate policy ProtectionDomain permissions when building the PermissionCollection in getPermissions(ProtectionDomain). Resolves (JBAS-1526) Jacc: Request for the DelegatingPolicy.getPermissions(x) to also return the permissions of the replaced delegate. |
| 1.390 | modified | starksm | build/build.xml | Remove the unused jbossha-httpsession.sar |
| 1.32 | modified | starksm | cluster/src/etc/cluster-service.xml | Expose all HANamingService attributes by default. |
| 1.8 | modified | starksm | cluster/src/main/org/jboss/ha/jndi/DetachedHANamingService.java | Remove all local thread creation and instead use the thread pool passed in via the LookupPool. If no LookupPool is specified a BasicThreadPool("HANamingBootstrap Pool") is created. Resolves (JBAS-1558) HAJNDI should use a thread pool. |
| 1.5 | modified | starksm | cluster/src/main/org/jboss/ha/jndi/DetachedHANamingServiceMBean.java | Remove all local thread creation and instead use the thread pool passed in via the LookupPool. If no LookupPool is specified a BasicThreadPool("HANamingBootstrap Pool") is created. Resolves (JBAS-1558) HAJNDI should use a thread pool. |