|
| 61682 | modified | bstansberry@jboss.com | //trunk/ejb3/src/main/org/jboss/ejb3/session/BaseSessionProxyFactory.java | [EJBTHREE-881] Clustered proxy factories get the partition name from EJBContainer |
| 61681 | modified | bstansberry@jboss.com | //trunk/ejb3/src/main/org/jboss/ejb3/stateful/StatefulClusterProxyFactory.java | [EJBTHREE-881] Clustered proxies pass the partition name as invocation metadata |
| 61681 | modified | bstansberry@jboss.com | //trunk/ejb3/src/main/org/jboss/ejb3/stateless/StatelessClusterProxyFactory.java | [EJBTHREE-881] Clustered proxies pass the partition name as invocation metadata |
| 61681 | modified | bstansberry@jboss.com | //trunk/ejb3/src/main/org/jboss/ejb3/stateful/StatefulClusteredProxy.java | [EJBTHREE-881] Clustered proxies pass the partition name as invocation metadata |
| 61681 | modified | bstansberry@jboss.com | //trunk/ejb3/src/main/org/jboss/ejb3/stateless/StatelessClusteredProxy.java | [EJBTHREE-881] Clustered proxies pass the partition name as invocation metadata |
| 61680 | modified | bstansberry@jboss.com | //trunk/ejb3/build.xml | [EJBTHREE-881] Create a clustered version of IsLocalInterceptor |
| 61680 | modified | bstansberry@jboss.com | //trunk/ejb3/src/main/org/jboss/ejb3/remoting/IsLocalInterceptor.java | [EJBTHREE-881] Create a clustered version of IsLocalInterceptor |
| 61680 | modified | bstansberry@jboss.com | //trunk/ejb3/src/resources/ejb3-interceptors-aop.xml | [EJBTHREE-881] Create a clustered version of IsLocalInterceptor |
| 61680 | added | bstansberry@jboss.com | //trunk/ejb3/src/main/org/jboss/ejb3/remoting/ClusteredIsLocalInterceptor.java | [EJBTHREE-881] Create a clustered version of IsLocalInterceptor |
| 61679 | modified | bstansberry@jboss.com | //trunk/ejb3/src/main/org/jboss/ejb3/EJBContainer.java | [EJBTHREE-881] Store partition name in EJBContainer if clustered |
| 61678 | modified | bstansberry@jboss.com | //trunk/ejb3/build-test.xml | [EJBTHREE-881] Test proper local/remote routing of calls |
| 61678 | added | bstansberry@jboss.com | //trunk/ejb3/src/test/org/jboss/ejb3/test/clusteredsession/unit/InvokeLocalTestBase.java | [EJBTHREE-881] Test proper local/remote routing of calls |
| 61678 | added | bstansberry@jboss.com | //trunk/ejb3/src/test/org/jboss/ejb3/test/clusteredsession/VMTesterBase.java | [EJBTHREE-881] Test proper local/remote routing of calls |
| 61678 | added | bstansberry@jboss.com | //trunk/ejb3/src/test/org/jboss/ejb3/test/clusteredsession/VMTesterStatefulBean.java | [EJBTHREE-881] Test proper local/remote routing of calls |
| 61678 | added | bstansberry@jboss.com | //trunk/ejb3/src/test/org/jboss/ejb3/test/clusteredsession/VMTesterStatelessBean.java | [EJBTHREE-881] Test proper local/remote routing of calls |
| 61678 | added | bstansberry@jboss.com | //trunk/ejb3/src/test/org/jboss/ejb3/test/clusteredsession/unit/ForeignPartitionLocalInterceptorUnitTestCase.java | [EJBTHREE-881] Test proper local/remote routing of calls |
| 61678 | added | bstansberry@jboss.com | //trunk/ejb3/src/test/org/jboss/ejb3/test/clusteredsession/VMTester.java | [EJBTHREE-881] Test proper local/remote routing of calls |
| 61678 | added | bstansberry@jboss.com | //trunk/ejb3/src/test/org/jboss/ejb3/test/clusteredsession/unit/SimpleIsLocalInterceptorUnitTestCase.java | [EJBTHREE-881] Test proper local/remote routing of calls |
| 61677 | added | bstansberry@jboss.com | //trunk/ejb3/src/resources/test/clusteredsession/islocal | [EJBTHREE-881] Test proper local/remote routing of calls |
| 61676 | modified | bstansberry@jboss.com | //trunk/testsuite/imports/server-config.xml | [EJBTHREE-881] Test proper local/remote routing of calls |
| 61665 | modified | bstansberry@jboss.com | //trunk/ejb3/src/main/org/jboss/annotation/ejb/ClusteredImpl.java | [EJBTHREE-924] Add a default value for partition. |
| 61663 | modified | bstansberry@jboss.com | //trunk/ejb3/src/main/org/jboss/annotation/ejb/Clustered.java | Remove extra ; |
| 61661 | modified | scott.stark@jboss.org | //trunk/ejb3/src/main/org/jboss/injection/EjbEncInjector.java | Cleanup the multiple statements per line |
| 61660 | modified | scott.stark@jboss.org | //trunk/testsuite/src/resources/web/META-INF/application-bad.xml | Fix the invalid web module elements |
| 61660 | modified | scott.stark@jboss.org | //trunk/testsuite/src/resources/web/META-INF/application-good.xml | Fix the invalid web module elements |
| 61660 | modified | scott.stark@jboss.org | //trunk/testsuite/src/resources/web/META-INF/application2.xml | Fix the invalid web module elements |
| 61659 | modified | scott.stark@jboss.org | //trunk/naming/src/main/org/jnp/server/NamingServer.java | Expand the trace logging to setBinding |
| 61655 | modified | scott.stark@jboss.org | //trunk/aspects/.classpath | Update the logging sourcepaths |
| 61654 | modified | scott.stark@jboss.org | //trunk/build/build-thirdparty.xml | Update to log4j 1.2.14 |
| 61653 | modified | scott.stark@jboss.org | //trunk/tomcat/src/main/org/jboss/web/tomcat/service/deployers/TomcatDeployment2.java | + Correct the handling of local ejb refs+ Update the handling of cross module refs to use the new MainDeployer |
| 61653 | modified | scott.stark@jboss.org | //trunk/tomcat/src/main/org/jboss/web/tomcat/service/deployers/TomcatDeployer.java | + Correct the handling of local ejb refs+ Update the handling of cross module refs to use the new MainDeployer |
| 61653 | modified | scott.stark@jboss.org | //trunk/server/src/etc/deployers/client-deployer-beans.xml | + Correct the handling of local ejb refs+ Update the handling of cross module refs to use the new MainDeployer |
| 61653 | modified | scott.stark@jboss.org | //trunk/server/src/main/org/jboss/web/deployers/AbstractWarDeployment.java | + Correct the handling of local ejb refs+ Update the handling of cross module refs to use the new MainDeployer |
| 61653 | modified | scott.stark@jboss.org | //trunk/tomcat/src/main/org/jboss/web/tomcat/service/WarEjbResolver.java | + Correct the handling of local ejb refs+ Update the handling of cross module refs to use the new MainDeployer |
| 61653 | modified | scott.stark@jboss.org | //trunk/server/src/main/org/jboss/deployment/ClientDeployer.java | + Correct the handling of local ejb refs+ Update the handling of cross module refs to use the new MainDeployer |
| 61653 | modified | scott.stark@jboss.org | //trunk/server/src/main/org/jboss/deployment/security/SecurityDeployer.java | + Correct the handling of local ejb refs+ Update the handling of cross module refs to use the new MainDeployer |
| 61653 | modified | scott.stark@jboss.org | //trunk/tomcat/src/main/org/jboss/web/tomcat/service/TomcatInjectionContainer.java | + Correct the handling of local ejb refs+ Update the handling of cross module refs to use the new MainDeployer |
| 61653 | modified | scott.stark@jboss.org | //trunk/tomcat/src/resources/war-deployers-beans.xml | + Correct the handling of local ejb refs+ Update the handling of cross module refs to use the new MainDeployer |
| 61653 | modified | scott.stark@jboss.org | //trunk/server/src/main/org/jboss/ejb/EjbUtil50.java | + Correct the handling of local ejb refs+ Update the handling of cross module refs to use the new MainDeployer |
| 61653 | modified | scott.stark@jboss.org | //trunk/tomcat/src/main/org/jboss/web/tomcat/service/deployers/TomcatDeployment.java | + Correct the handling of local ejb refs+ Update the handling of cross module refs to use the new MainDeployer |
| 61653 | modified | scott.stark@jboss.org | //trunk/server/src/main/org/jboss/web/deployers/AbstractWarDeployer.java | + Correct the handling of local ejb refs+ Update the handling of cross module refs to use the new MainDeployer |
| 61652 | modified | scott.stark@jboss.org | //trunk/testsuite/src/main/org/jboss/test/web/test/WebIntegrationUnitTestCase.java | Remove the invoker test as it relies on an obsolete setup |
| 61651 | modified | scott.stark@jboss.org | //trunk/server/src/main/org/jboss/web/deployers/AbstractWarDeployer.java | Correct the web app object name for the root context |
| 61650 | modified | bstansberry@jboss.com | //trunk/ejb3/docs/reference/reference/en/modules/session.xml | Document replicationIsPassivation |