|
| 1.9 | modified | remm | thirdparty/apache-tomcat55/tomcat-coyote.jar | - Update to Tomcat CVS build for testing. |
| 1.8 | modified | remm | thirdparty/apache-tomcat55/tomcat-http.jar | - Update to Tomcat CVS build for testing. |
| 1.9 | modified | remm | thirdparty/apache-tomcat55/tomcat-util.jar | - Update to Tomcat CVS build for testing. |
| 1.10 | modified | remm | thirdparty/apache-tomcat55/jasper-compiler.jar | - Update to Tomcat CVS build for testing. |
| 1.10 | modified | remm | thirdparty/apache-tomcat55/jasper-runtime.jar | - Update to Tomcat CVS build for testing. |
| 1.9 | modified | remm | thirdparty/apache-tomcat55/naming-resources.jar | - Update to Tomcat CVS build for testing. |
| 1.9 | modified | remm | thirdparty/apache-tomcat55/servlets-cgi.renametojar | - Update to Tomcat CVS build for testing. |
| 1.9 | modified | remm | thirdparty/apache-tomcat55/servlets-default.jar | - Update to Tomcat CVS build for testing. |
| 1.9 | modified | remm | thirdparty/apache-tomcat55/servlets-invoker.jar | - Update to Tomcat CVS build for testing. |
| 1.9 | modified | remm | thirdparty/apache-tomcat55/servlets-ssi.renametojar | - Update to Tomcat CVS build for testing. |
| 1.9 | modified | remm | thirdparty/apache-tomcat55/servlets-webdav.jar | - Update to Tomcat CVS build for testing. |
| 1.9 | modified | remm | thirdparty/apache-tomcat55/tomcat-ajp.jar | - Update to Tomcat CVS build for testing. |
| 1.6 | modified | remm | thirdparty/apache-tomcat55/jasper-compiler-jdt.jar | - Update to Tomcat CVS build for testing. |
| 1.10 | modified | remm | thirdparty/apache-tomcat55/README | - Update to Tomcat CVS build for testing. |
| 1.9 | modified | remm | thirdparty/apache-tomcat55/catalina-manager.jar | - Update to Tomcat CVS build for testing. |
| 1.9 | modified | remm | thirdparty/apache-tomcat55/catalina-optional.jar | - Update to Tomcat CVS build for testing. |
| 1.10 | modified | remm | thirdparty/apache-tomcat55/catalina.jar | - Update to Tomcat CVS build for testing. |
| 1.6 | modified | telrod | remoting/tests/src/org/jboss/remoting/transport/mock/MockServerInvoker.java | JBREM-82 - Changed so the ObjectName generated from the server invoker is unique to the locator uri, so if new server invoker is created by the InvokerRegistry, will register it as a new MBean within the MBeanServer. Otherwise, will detect that it has already be registered and skip registration. Also updated api for getting the registered handlers so can see which ones are registered with a Connector's Server Invoker. This change includes returning old handler when new one is added with the same subsystem value. |
| 1.1 | added | telrod | remoting/tests/src/org/jboss/remoting/deploy/DualDeploymentTestCase.java | JBREM-82 - Changed so the ObjectName generated from the server invoker is unique to the locator uri, so if new server invoker is created by the InvokerRegistry, will register it as a new MBean within the MBeanServer. Otherwise, will detect that it has already be registered and skip registration. Also updated api for getting the registered handlers so can see which ones are registered with a Connector's Server Invoker. This change includes returning old handler when new one is added with the same subsystem value. |
| 1.20 | modified | telrod | remoting/src/main/org/jboss/remoting/InvokerRegistry.java | JBREM-82 - Changed so the ObjectName generated from the server invoker is unique to the locator uri, so if new server invoker is created by the InvokerRegistry, will register it as a new MBean within the MBeanServer. Otherwise, will detect that it has already be registered and skip registration. Also updated api for getting the registered handlers so can see which ones are registered with a Connector's Server Invoker. This change includes returning old handler when new one is added with the same subsystem value. |
| 1.24 | modified | telrod | remoting/src/main/org/jboss/remoting/ServerInvoker.java | JBREM-82 - Changed so the ObjectName generated from the server invoker is unique to the locator uri, so if new server invoker is created by the InvokerRegistry, will register it as a new MBean within the MBeanServer. Otherwise, will detect that it has already be registered and skip registration. Also updated api for getting the registered handlers so can see which ones are registered with a Connector's Server Invoker. This change includes returning old handler when new one is added with the same subsystem value. |
| 1.26 | modified | telrod | remoting/src/main/org/jboss/remoting/transport/Connector.java | JBREM-82 - Changed so the ObjectName generated from the server invoker is unique to the locator uri, so if new server invoker is created by the InvokerRegistry, will register it as a new MBean within the MBeanServer. Otherwise, will detect that it has already be registered and skip registration. Also updated api for getting the registered handlers so can see which ones are registered with a Connector's Server Invoker. This change includes returning old handler when new one is added with the same subsystem value. |
| 1.5 | modified | telrod | remoting/src/main/org/jboss/remoting/transport/ConnectorMBean.java | JBREM-82 - Changed so the ObjectName generated from the server invoker is unique to the locator uri, so if new server invoker is created by the InvokerRegistry, will register it as a new MBean within the MBeanServer. Otherwise, will detect that it has already be registered and skip registration. Also updated api for getting the registered handlers so can see which ones are registered with a Connector's Server Invoker. This change includes returning old handler when new one is added with the same subsystem value. |
| 1.17 | modified | telrod | remoting/src/main/org/jboss/remoting/transport/socket/SocketServerInvoker.java | JBREM-82 - Changed so the ObjectName generated from the server invoker is unique to the locator uri, so if new server invoker is created by the InvokerRegistry, will register it as a new MBean within the MBeanServer. Otherwise, will detect that it has already be registered and skip registration. Also updated api for getting the registered handlers so can see which ones are registered with a Connector's Server Invoker. This change includes returning old handler when new one is added with the same subsystem value. |
| 1.13 | modified | telrod | remoting/src/main/org/jboss/remoting/transport/rmi/RMIServerInvoker.java | JBREM-82 - Changed so the ObjectName generated from the server invoker is unique to the locator uri, so if new server invoker is created by the InvokerRegistry, will register it as a new MBean within the MBeanServer. Otherwise, will detect that it has already be registered and skip registration. Also updated api for getting the registered handlers so can see which ones are registered with a Connector's Server Invoker. This change includes returning old handler when new one is added with the same subsystem value. |
| 1.16 | modified | telrod | remoting/src/main/org/jboss/remoting/transport/http/HTTPServerInvoker.java | JBREM-82 - Changed so the ObjectName generated from the server invoker is unique to the locator uri, so if new server invoker is created by the InvokerRegistry, will register it as a new MBean within the MBeanServer. Otherwise, will detect that it has already be registered and skip registration. Also updated api for getting the registered handlers so can see which ones are registered with a Connector's Server Invoker. This change includes returning old handler when new one is added with the same subsystem value. |