|
| 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 |
| 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 |