|
| 1.1.2.1 | modified | bwang00 | testsuite/src/main/org/jboss/test/cluster/web/BindingListener.java | Added test for session bind/unbind event |
| 1.2.2.4 | modified | bwang00 | testsuite/src/main/org/jboss/test/cluster/test/BaseTest.java | Added test for session bind/unbind event |
| 1.2.2.1 | modified | bwang00 | testsuite/src/main/org/jboss/test/cluster/test/SessionEventTestCase.java | Added test for session bind/unbind event |
| 1.2.2.3 | modified | bwang00 | testsuite/src/main/org/jboss/test/cluster/test/SimpleTestCase.java | Added test for session bind/unbind event |
| 1.4.2.5 | modified | bwang00 | testsuite/src/main/org/jboss/test/cluster/test/WebSessionTestCase.java | Added test for session bind/unbind event |
| 1.4.2.1 | modified | bwang00 | testsuite/src/resources/cluster/http/bindSession.jsp | Added test for session bind/unbind event |
| 1.2.4.1 | modified | bwang00 | testsuite/src/resources/cluster/http/web.xml | Added test for session bind/unbind event |
| 1.9.2.39 | modified | bwang00 | testsuite/imports/test-jars.xml | Updated |
| 1.26.2.7 | modified | starksm | tomcat/src/main/org/jboss/web/tomcat/tc5/TomcatDeployer.java | - Update to resolve the jboss-web/virtual-host names from the deployment info to the configured Host names. Resolved JBAS-1301.- the cluster manager name must include the vhost in addition to the war context path since there can be multiple deployments with the same context path when |
| 1.4.6.1 | modified | starksm | testsuite/src/resources/deadlock/META-INF/ejb-jar.xml | Fix the invalid direct lookup of the local home by adding an ejb-local-ref |
| 1.2.6.1 | modified | starksm | testsuite/src/resources/jca/ejb/META-INF/ejb-jar.xml | Fix the invalid direct lookup of the local home by adding an ejb-local-ref |
| 1.2.6.1 | modified | starksm | testsuite/src/main/org/jboss/test/jca/ejb/UnshareableConnectionSessionBean.java | Fix the invalid direct lookup of the local home by adding an ejb-local-ref |
| 1.5.16.1 | modified | starksm | testsuite/src/main/org/jboss/test/perf/ejb/SessionBean.java | Fix the invalid direct lookup of the local home by adding an ejb-local-ref |
| 1.4.6.1 | modified | starksm | testsuite/src/resources/secure-perf/META-INF/ejb-jar.xml | Fix the invalid direct lookup of the local home by adding an ejb-local-ref |
| 1.12.6.1 | modified | starksm | testsuite/src/resources/perf/META-INF/ejb-jar.xml | Fix the invalid direct lookup of the local home by adding an ejb-local-ref |
| 1.7.6.1 | modified | starksm | testsuite/src/main/org/jboss/test/deadlock/bean/StatelessSessionBean.java | Fix the invalid direct lookup of the local home by adding an ejb-local-ref |
| 1.5.6.2 | modified | starksm | testsuite/src/resources/invokers/META-INF/jboss.xml | Add the client-interceptors exposeContainer attribute to have the IClientContainer interface added to the ejb proxies. |
| 1.12.6.2 | modified | starksm | server/src/main/org/jboss/proxy/ClientContainer.java | Factor out the IClientContainer to a subclass so that older clients do not fail because the downloaded proxy is pulling in IClientContainer. |
| 1.39.2.2 | modified | starksm | server/src/main/org/jboss/proxy/ejb/ProxyFactory.java | Only add the IClientContainer interface added to the ejb proxies if the client-interceptors exposeContainer attribute exists so that legacy clients are not broken due to a missing IClientContainer. |
| 1.20.2.7 | modified | starksm | server/src/resources/dtd/jboss_4_0.dtd | Synch with the 3.2.7 version which adds an exposeContainer attribute to client-interceptors that determines whether the proxy should expose an IClientContainer interface. |
| 1.8.2.1 | modified | starksm | server/src/resources/dtd/jboss_3_2.dtd | Synch with the 3.2.7 version which adds an exposeContainer attribute to client-interceptors that determines whether the proxy should expose an IClientContainer interface. |
| 1.6.6.2 | modified | starksm | server/src/main/org/jboss/proxy/GenericProxyFactory.java | Create a ClientContainerEx if the proxy interceptor list includes the org.jboss.proxy.IClientContainer so that the proxy handler has an implementation for the IClientContainer methods. Resolves [JBAS-1352] Generalized detached invoker proxy factory handling of IClientContainer. |
| 1.5.2.4 | modified | bwang00 | tomcat/src/main/org/jboss/web/tomcat/tc5/session/ClusteredSession.java | Fixed JBAS-1360 Session unbound event not fired when session expired |
| 1.406.2.36 | modified | bwang00 | testsuite/build.xml | Updated |
| 1.355.2.20 | modified | remm | build/build.xml | - Improve the default configuration so that clustering works in all. |
| 1.1.2.1 | modified | remm | tomcat/src/resources/jboss-service-all.xml | - Improve the default configuration so that clustering works in all. |
| 1.3.2.2 | modified | remm | tomcat/src/resources/jboss-service.xml | - Improve the default configuration so that clustering works in all. |
| 1.3.2.2 | modified | remm | tomcat/src/resources/server.xml | - Improve the default configuration so that clustering works in all. |
| 1.3.2.6 | modified | vietj | tomcat/src/main/org/jboss/web/tomcat/tc5/session/JBossCacheManager.java | bug fix : JBAS-1358 - Tomcat session replication breaks if there is already an active transaction |
| 1.8.6.1 | modified | starksm | console/src/main/org/jboss/console/plugins/helpers/AbstractPluginWrapper.java | Guard against NPE during shutdown when the plugin manager was not initialized |
| 1.45.2.3 | modified | starksm | system/src/main/org/jboss/system/ServiceController.java | Create a ServiceContext in the RUNNING state in the preRegister callback so that the ServiceController can be used as a depends target. Resolves [JBAS-1354] Dependency on the ServiceController is broken. |
| 1.25.2.2 | modified | ejort | connector/src/main/org/jboss/resource/connectionmanager/TxConnectionManager.java | Port delist fix from 3.2.x |
| 1.64.2.4 | modified | ejort | server/src/main/org/jboss/ejb/plugins/jms/JMSContainerInvoker.java | [JBAS-1356] Fix typo in activation config parsing subscriptionDurablity -> subscriptionDurability |
| 1.35.2.1 | modified | ejort | jboss.net/.classpath | Fix the eclipse build |
| 1.8.4.1 | modified | ejort | tomcat/.classpath | Fix the eclipse build |
| 1.10.6.2 | modified | ejort | security/src/main/org/jboss/security/srp/SRPRemoteServer.java | This exception can no longer be thrown. |
| 1.1.2.1 | modified | remm | tomcat/src/resources/context.xml | - Update JBoss 4.0 branch to Tomcat 5.5.7. |
| 1.1.1.1.16.1 | deleted | remm | tomcat/src/resources/jboss-mbeans.xml | - Update JBoss 4.0 branch to Tomcat 5.5.7. |
| 1.14.2.3 | deleted | remm | tomcat/src/resources/jboss-service-50.xml | - Update JBoss 4.0 branch to Tomcat 5.5.7. |
| 1.3.2.1 | modified | remm | tomcat/src/resources/jboss-service.xml | - Update JBoss 4.0 branch to Tomcat 5.5.7. |
| 1.16.2.3 | deleted | remm | tomcat/src/resources/server-50.xml | - Update JBoss 4.0 branch to Tomcat 5.5.7. |
| 1.3.2.1 | modified | remm | tomcat/src/resources/server.xml | - Update JBoss 4.0 branch to Tomcat 5.5.7. |
| 1.1.1.1.16.1 | deleted | remm | tomcat/src/main/org/jboss/web/tomcat/Log4jLogger.java | - Update JBoss 4.0 branch to Tomcat 5.5.7. |
| 1.1.6.1 | deleted | remm | tomcat/src/main/org/jboss/web/tomcat/mbean-descriptors.xml | - Update JBoss 4.0 branch to Tomcat 5.5.7. |
| 1.2.2.3 | modified | remm | tomcat/src/resources/tc5-cluster-service.xml | - Update JBoss 4.0 branch to Tomcat 5.5.7. |
| 1.4.2.1 | modified | remm | tomcat/src/resources/web.xml | - Update JBoss 4.0 branch to Tomcat 5.5.7. |
| 1.4.2.1 | modified | remm | tomcat/src/main/org/jboss/web/tomcat/tc5/sso/ClusteredSingleSignOn.java | - Update JBoss 4.0 branch to Tomcat 5.5.7. |
| 1.3.2.3 | modified | remm | tomcat/src/main/org/jboss/web/tomcat/tc5/session/AttributeBasedClusteredSession.java | - Update JBoss 4.0 branch to Tomcat 5.5.7. |
| 1.5.2.3 | modified | remm | tomcat/src/main/org/jboss/web/tomcat/tc5/session/ClusteredSession.java | - Update JBoss 4.0 branch to Tomcat 5.5.7. |
| 1.1.2.2 | modified | remm | tomcat/src/main/org/jboss/web/tomcat/tc5/session/ClusteredSessionCMP.java | - Update JBoss 4.0 branch to Tomcat 5.5.7. |
| 1.4.2.1 | modified | remm | tomcat/src/main/org/jboss/web/tomcat/tc5/session/ClusteredSessionValve.java | - Update JBoss 4.0 branch to Tomcat 5.5.7. |
| 1.4.2.2 | modified | remm | tomcat/src/main/org/jboss/web/tomcat/tc5/session/InstantSnapshotManager.java | - Update JBoss 4.0 branch to Tomcat 5.5.7. |
| 1.4.2.2 | modified | remm | tomcat/src/main/org/jboss/web/tomcat/tc5/session/IntervalSnapshotManager.java | - Update JBoss 4.0 branch to Tomcat 5.5.7. |
| 1.3.2.5 | modified | remm | tomcat/src/main/org/jboss/web/tomcat/tc5/session/JBossCacheManager.java | - Update JBoss 4.0 branch to Tomcat 5.5.7. |
| 1.3.2.3 | modified | remm | tomcat/src/main/org/jboss/web/tomcat/tc5/session/JBossCacheService.java | - Update JBoss 4.0 branch to Tomcat 5.5.7. |
| 1.5.2.4 | modified | remm | tomcat/src/main/org/jboss/web/tomcat/tc5/session/JBossManager.java | - Update JBoss 4.0 branch to Tomcat 5.5.7. |
| 1.1.2.2 | modified | remm | tomcat/src/main/org/jboss/web/tomcat/tc5/session/JBossManagerCMP.java | - Update JBoss 4.0 branch to Tomcat 5.5.7. |
| 1.1.2.2 | modified | remm | tomcat/src/main/org/jboss/web/tomcat/tc5/session/JBossManagerCMPMBean.java | - Update JBoss 4.0 branch to Tomcat 5.5.7. |
| 1.3.2.3 | modified | remm | tomcat/src/main/org/jboss/web/tomcat/tc5/session/SessionBasedClusteredSession.java | - Update JBoss 4.0 branch to Tomcat 5.5.7. |
| 1.3.2.2 | modified | remm | tomcat/src/main/org/jboss/web/tomcat/tc5/session/SessionIDGenerator.java | - Update JBoss 4.0 branch to Tomcat 5.5.7. |
| 1.3.2.2 | modified | remm | tomcat/src/main/org/jboss/web/tomcat/tc5/session/SnapshotManager.java | - Update JBoss 4.0 branch to Tomcat 5.5.7. |
| 1.1.2.2 | modified | remm | tomcat/src/main/org/jboss/web/tomcat/tc5/session/AbstractJBossManager.java | - Update JBoss 4.0 branch to Tomcat 5.5.7. |
| 1.5.2.1 | modified | remm | tomcat/src/main/org/jboss/web/tomcat/tc5/jca/CachedConnectionValve.java | - Update JBoss 4.0 branch to Tomcat 5.5.7. |
| 1.3.2.1 | deleted | remm | tomcat/src/main/org/jboss/web/tomcat/tc5/ContextConfigRuleSet.java | - Update JBoss 4.0 branch to Tomcat 5.5.7. |
| 1.3.2.3 | modified | remm | tomcat/src/main/org/jboss/web/tomcat/tc5/JvmRouteFilter.java | - Update JBoss 4.0 branch to Tomcat 5.5.7. |
| 1.3.2.1 | modified | remm | tomcat/src/main/org/jboss/web/tomcat/tc5/StandardService.java | - Update JBoss 4.0 branch to Tomcat 5.5.7. |
| 1.24.2.3 | modified | remm | tomcat/src/main/org/jboss/web/tomcat/tc5/Tomcat5.java | - Update JBoss 4.0 branch to Tomcat 5.5.7. |
| 1.12.2.2 | modified | remm | tomcat/src/main/org/jboss/web/tomcat/tc5/Tomcat5MBean.java | - Update JBoss 4.0 branch to Tomcat 5.5.7. |
| 1.26.2.6 | modified | remm | tomcat/src/main/org/jboss/web/tomcat/tc5/TomcatDeployer.java | - Update JBoss 4.0 branch to Tomcat 5.5.7. |
| 1.6.2.1 | modified | remm | tomcat/src/main/org/jboss/web/tomcat/tc5/WebCtxLoader.java | - Update JBoss 4.0 branch to Tomcat 5.5.7. |
| 1.1.2.2 | modified | remm | tomcat/src/main/org/jboss/web/tomcat/security/JaccContextValve.java | - Update JBoss 4.0 branch to Tomcat 5.5.7. |
| 1.1.1.1.16.1 | deleted | remm | tomcat/src/main/org/jboss/web/tomcat/security/SSLServerSocketFactory.java | - Update JBoss 4.0 branch to Tomcat 5.5.7. |
| 1.16.2.4 | modified | remm | tomcat/src/main/org/jboss/web/tomcat/security/SecurityAssociationValve.java | - Update JBoss 4.0 branch to Tomcat 5.5.7. |
| 1.1.2.4 | modified | remm | tomcat/src/main/org/jboss/web/tomcat/security/CustomPrincipalValve.java | - Update JBoss 4.0 branch to Tomcat 5.5.7. |
| 1.2.2.1 | modified | remm | tomcat/src/main/org/jboss/web/tomcat/security/FormAuthValve.java | - Update JBoss 4.0 branch to Tomcat 5.5.7. |
| 1.3.4.2 | modified | remm | tomcat/src/main/org/jboss/web/tomcat/security/JBossGenericPrincipal.java | - Update JBoss 4.0 branch to Tomcat 5.5.7. |
| 1.10.2.2 | modified | remm | tomcat/src/main/org/jboss/web/tomcat/security/JBossSecurityMgrRealm.java | - Update JBoss 4.0 branch to Tomcat 5.5.7. |
| 1.1.4.2 | modified | remm | tomcat/src/main/org/jboss/web/tomcat/security/JaccAuthorizationRealm.java | - Update JBoss 4.0 branch to Tomcat 5.5.7. |
| 1.15.2.4 | modified | remm | tomcat/build.xml | - Update JBoss 4.0 branch to Tomcat 5.5.7. |
| 1.355.2.19 | modified | remm | build/build.xml | - Update JBoss 4.0 branch to Tomcat 5.5.7. |
| 1.41.2.3 | modified | remm | tools/etc/buildmagic/libraries.ent | - Update JBoss 4.0 branch to Tomcat 5.5.7. |
| 1.1.2.1 | deleted | remm | thirdparty/apache-tomcat55/jakarta-regexp-1.3.jar | - Update JB 4.0 branch to Tomcat 5.5. |
| 1.1.2.1 | deleted | remm | thirdparty/apache-tomcat55/naming-common.jar | - Update JB 4.0 branch to Tomcat 5.5. |
| 1.1.2.1 | deleted | remm | thirdparty/apache-tomcat55/servlets-common.jar | - Update JB 4.0 branch to Tomcat 5.5. |
| 1.1.2.1 | modified | remm | thirdparty/apache-tomcat55/servlets-invoker.jar | - Update JB 4.0 branch to Tomcat 5.5. |
| 1.1.2.1 | modified | remm | thirdparty/apache-tomcat55/servlets-ssi.renametojar | - Update JB 4.0 branch to Tomcat 5.5. |
| 1.1.2.1 | modified | remm | thirdparty/apache-tomcat55/servlets-webdav.jar | - Update JB 4.0 branch to Tomcat 5.5. |
| 1.1.2.1 | modified | remm | thirdparty/apache-tomcat55/tomcat-ajp.jar | - Update JB 4.0 branch to Tomcat 5.5. |
| 1.1.2.1 | modified | remm | thirdparty/apache-tomcat55/tomcat-coyote.jar | - Update JB 4.0 branch to Tomcat 5.5. |
| 1.5.2.1 | modified | remm | thirdparty/apache-tomcat55/tomcat-http.jar | - Update JB 4.0 branch to Tomcat 5.5. |
| 1.1.2.1 | deleted | remm | thirdparty/apache-tomcat55/tomcat-http11.jar | - Update JB 4.0 branch to Tomcat 5.5. |
| 1.1.2.1 | modified | remm | thirdparty/apache-tomcat55/tomcat-util.jar | - Update JB 4.0 branch to Tomcat 5.5. |
| 1.1.2.1 | modified | remm | thirdparty/apache-tomcat55/jasper-runtime.jar | - Update JB 4.0 branch to Tomcat 5.5. |
| 1.1.2.1 | modified | remm | thirdparty/apache-tomcat55/naming-resources.jar | - Update JB 4.0 branch to Tomcat 5.5. |
| 1.1.2.1 | modified | remm | thirdparty/apache-tomcat55/servlets-cgi.renametojar | - Update JB 4.0 branch to Tomcat 5.5. |
| 1.1.2.1 | modified | remm | thirdparty/apache-tomcat55/servlets-default.jar | - Update JB 4.0 branch to Tomcat 5.5. |
| 1.1.2.1 | modified | remm | thirdparty/apache-tomcat55/catalina.jar | - Update JB 4.0 branch to Tomcat 5.5. |
| 1.1.2.1 | modified | remm | thirdparty/apache-tomcat55/jasper-compiler-jdt.jar | - Update JB 4.0 branch to Tomcat 5.5. |
| 1.1.2.1 | modified | remm | thirdparty/apache-tomcat55/jasper-compiler.jar | - Update JB 4.0 branch to Tomcat 5.5. |
| 1.2.2.1 | modified | remm | thirdparty/apache-tomcat55/README | - Update JB 4.0 branch to Tomcat 5.5. |
| 1.1.2.1 | modified | remm | thirdparty/apache-tomcat55/catalina-manager.jar | - Update JB 4.0 branch to Tomcat 5.5. |
| 1.1.2.1 | modified | remm | thirdparty/apache-tomcat55/catalina-optional.jar | - Update JB 4.0 branch to Tomcat 5.5. |
| 1.15.6.1 | modified | starksm | build/build.bat | Drop the obsolete jaxp settings |
| 1.9.2.38 | modified | starksm | testsuite/imports/test-jars.xml | Update the cmp2-keygen.jar to use the jboss ejb testcase |
| 1.2.6.1 | modified | starksm | testsuite/src/resources/cmp2/keygen/META-INF/ejb-jar.xml | Correct the invalid direct use of the ejb local home jndi binding. |
| 1.2.6.1 | modified | starksm | testsuite/src/main/org/jboss/test/cmp2/keygen/test/KeyGenerationUnitTestCase.java | Correct the invalid direct use of the ejb local home jndi binding. |
| 1.2.4.1 | modified | acoliver2 | cluster/src/main/org/jboss/ha/jndi/DetachedHANamingServiceMBean.java | Now you can actually disable discovery by specifying<attribute name="DiscoveryDisabled">true</attribute>in the cluster-service.xml under HAJNDI. Previously the defaults wouldforce auto discovery on even if you left off the config stuff. |
| 1.16.4.1 | modified | acoliver2 | cluster/src/main/org/jboss/ha/jndi/HANamingServiceMBean.java | Now you can actually disable discovery by specifying<attribute name="DiscoveryDisabled">true</attribute>in the cluster-service.xml under HAJNDI. Previously the defaults wouldforce auto discovery on even if you left off the config stuff. |
| 1.2.4.3 | modified | acoliver2 | cluster/src/main/org/jboss/ha/jndi/DetachedHANamingService.java | Now you can actually disable discovery by specifying<attribute name="DiscoveryDisabled">true</attribute>in the cluster-service.xml under HAJNDI. Previously the defaults wouldforce auto discovery on even if you left off the config stuff. |
| 1.19.2.1 | modified | starksm | system/src/main/org/jboss/system/ServiceCreator.java | Allow the mbean constructor arg value attributes to reference system property variables that are replaced at runtime. |