View results here ->
http://cruisecontrol.jboss.com/cc/buildresults/jboss-3.2?log=log20050128014702Lbuild.283
|
| 1.18.2.10 | 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.1.2.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.1.2.5 | modified | starksm | server/src/main/org/jboss/proxy/GenericProxyFactory.java | Remove the unconditional addition of the IClientContainer to the proxy. If this is desired this must be added as part of the configured interfaces. |
| 1.1.2.29 | modified | starksm | server/src/resources/org/jboss/metadata/jboss_3_2.dtd | Add a exposeContainer attribute to client-interceptors that determines whether the proxy should expose an IClientContainer interface. |
| 1.5.2.3 | 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. |