|
| 56551 | modified | bdecoste | //trunk/ejb3/src/main/org/jboss/ejb3/MCKernelAbstraction.java | fix and test for e-ejb3 redeployment |
| 56551 | modified | bdecoste | //trunk/ejb3/src/test/org/jboss/ejb3/test/standalone/unit/DeployerTestCase.java | fix and test for e-ejb3 redeployment |
| 56546 | modified | ryan.campbell@jboss.com | //trunk/varia/build.xml | merge from JEE5_TCK branch |
| 56546 | modified | ryan.campbell@jboss.com | //trunk/ejb3/build.xml | merge from JEE5_TCK branch |
| 56543 | modified | wolfc | //trunk/ejb3/build-test.xml | EJBTHREE-653: unit test |
| 56543 | added | wolfc | //trunk/ejb3/src/test/org/jboss/ejb3/test/regression/ejbthree653/MyStateful21Bean.java | EJBTHREE-653: unit test |
| 56543 | added | wolfc | //trunk/ejb3/src/test/org/jboss/ejb3/test/regression/ejbthree653/unit/PoolingSLBSTestCase.java | EJBTHREE-653: unit test |
| 56543 | added | wolfc | //trunk/ejb3/src/test/org/jboss/ejb3/test/regression/ejbthree653/MyStateful21Home.java | EJBTHREE-653: unit test |
| 56543 | added | wolfc | //trunk/ejb3/src/test/org/jboss/ejb3/test/regression/ejbthree653/MyStateless.java | EJBTHREE-653: unit test |
| 56543 | added | wolfc | //trunk/ejb3/src/test/org/jboss/ejb3/test/regression/ejbthree653/unit | EJBTHREE-653: unit test |
| 56543 | added | wolfc | //trunk/ejb3/src/test/org/jboss/ejb3/test/regression/ejbthree653 | EJBTHREE-653: unit test |
| 56543 | added | wolfc | //trunk/ejb3/src/test/org/jboss/ejb3/test/regression/ejbthree653/MyStateful21.java | EJBTHREE-653: unit test |
| 56543 | added | wolfc | //trunk/ejb3/src/test/org/jboss/ejb3/test/regression/ejbthree653/MyStatelessBean.java | EJBTHREE-653: unit test |
| 56534 | modified | bdecoste | //trunk/ejb3/src/test/org/jboss/ejb3/test/mdb/unit/MDBUnitTestCase.java | set message redelivery limit to 1 (default is 0) in testRuntimeException() |
| 56533 | modified | bdecoste | //trunk/ejb3/src/test/org/jboss/ejb3/test/naming/unit/BindFailureTestCase.java | test no longer valid for rebind() |
| 56532 | modified | bdecoste | //trunk/ejb3/src/test/org/jboss/ejb3/test/naming/unit/BindFailureTestCase.java | test no longer valid for rebind() |
| 56531 | modified | bdecoste | //trunk/ejb3/src/resources/test/bank/META-INF/jboss.xml | use properties service for deployment descriptors |
| 56531 | modified | bdecoste | //trunk/ejb3/build-test.xml | use properties service for deployment descriptors |
| 56531 | modified | bdecoste | //trunk/ejb3/src/main/org/jboss/ejb3/metamodel/EjbJarDDObjectFactory.java | use properties service for deployment descriptors |
| 56531 | modified | bdecoste | //trunk/ejb3/src/test/org/jboss/ejb3/test/bank/unit/BankDeploymentDescriptorTestCase.java | use properties service for deployment descriptors |
| 56531 | modified | bdecoste | //trunk/server/src/main/org/jboss/metamodel/descriptor/DDObjectFactory.java | use properties service for deployment descriptors |
| 56531 | modified | bdecoste | //trunk/ejb3/src/main/org/jboss/ejb3/metamodel/JBossDDObjectFactory.java | use properties service for deployment descriptors |
| 56531 | modified | bdecoste | //trunk/ejb3/src/resources/test/bank/META-INF/ejb-jar.xml | use properties service for deployment descriptors |
| 56518 | modified | bdecoste | //trunk/ejb3/src/main/org/jboss/injection/PcEncInjector.java | rebind() instead of bind() |
| 56518 | modified | bdecoste | //trunk/ejb3/src/main/org/jboss/ejb3/service/BaseServiceProxyFactory.java | rebind() instead of bind() |
| 56518 | modified | bdecoste | //trunk/ejb3/src/main/org/jboss/ejb3/mdb/LocalProducerFactory.java | rebind() instead of bind() |
| 56518 | modified | bdecoste | //trunk/ejb3/src/main/org/jboss/ejb3/mdb/RemoteProducerFactory.java | rebind() instead of bind() |
| 56518 | modified | bdecoste | //trunk/ejb3/src/main/org/jboss/injection/EnvEntryEncInjector.java | rebind() instead of bind() |
| 56518 | modified | bdecoste | //trunk/ejb3/src/main/org/jboss/injection/ValueEncInjector.java | rebind() instead of bind() |
| 56518 | modified | bdecoste | //trunk/ejb3/src/main/org/jboss/ejb3/embedded/JndiBinder.java | rebind() instead of bind() |
| 56518 | modified | bdecoste | //trunk/ejb3/src/main/org/jboss/ejb3/entity/PersistenceUnitDeployment.java | rebind() instead of bind() |
| 56518 | modified | bdecoste | //trunk/ejb3/src/main/org/jboss/ejb3/EJBContainer.java | rebind() instead of bind() |
| 56518 | modified | bdecoste | //trunk/ejb3/src/main/org/jboss/ejb3/stateful/BaseStatefulProxyFactory.java | rebind() instead of bind() |
| 56518 | modified | bdecoste | //trunk/ejb3/src/main/org/jboss/ejb3/stateless/BaseStatelessProxyFactory.java | rebind() instead of bind() |
| 56518 | modified | bdecoste | //trunk/ejb3/src/main/org/jboss/injection/PuEncInjector.java | rebind() instead of bind() |
| 56518 | modified | bdecoste | //trunk/ejb3/src/main/org/jboss/ejb3/stateful/StatefulClusterProxyFactory.java | rebind() instead of bind() |
| 56518 | modified | bdecoste | //trunk/ejb3/src/main/org/jboss/injection/LinkRefEncInjector.java | rebind() instead of bind() |
| 56518 | modified | bdecoste | //trunk/ejb3/src/main/org/jboss/ejb3/mdb/ProducerFactory.java | rebind() instead of bind() |
| 56518 | modified | bdecoste | //trunk/ejb3/src/main/org/jboss/ejb3/mdb/MessagingContainer.java | rebind() instead of bind() |
| 56518 | modified | bdecoste | //trunk/ejb3/src/main/org/jboss/injection/EjbEncInjector.java | rebind() instead of bind() |
| 56518 | modified | bdecoste | //trunk/ejb3/src/main/org/jboss/ejb3/stateless/StatelessLocalProxyFactory.java | rebind() instead of bind() |
| 56518 | modified | bdecoste | //trunk/ejb3/src/main/org/jboss/ejb3/stateful/StatefulLocalProxyFactory.java | rebind() instead of bind() |
| 56518 | modified | bdecoste | //trunk/ejb3/src/main/org/jboss/ejb3/stateless/StatelessRemoteProxyFactory.java | rebind() instead of bind() |
| 56518 | modified | bdecoste | //trunk/ejb3/src/main/org/jboss/ejb3/stateful/StatefulRemoteProxyFactory.java | rebind() instead of bind() |
| 56516 | modified | bdecoste | //trunk/ejb3/src/main/org/jboss/ejb3/stateful/StatefulClusterProxyFactory.java | clientBindUrl() now defaults to the default ejb3 connector value |
| 56516 | modified | bdecoste | //trunk/ejb3/src/main/org/jboss/ejb3/stateless/StatelessClusterProxyFactory.java | clientBindUrl() now defaults to the default ejb3 connector value |
| 56516 | modified | bdecoste | //trunk/ejb3/src/main/org/jboss/annotation/ejb/RemoteBinding.java | clientBindUrl() now defaults to the default ejb3 connector value |
| 56516 | modified | bdecoste | //trunk/ejb3/src/main/org/jboss/annotation/ejb/RemoteBindingImpl.java | clientBindUrl() now defaults to the default ejb3 connector value |
| 56516 | modified | bdecoste | //trunk/ejb3/src/main/org/jboss/ejb3/stateful/StatefulRemoteProxyFactory.java | clientBindUrl() now defaults to the default ejb3 connector value |
| 56516 | modified | bdecoste | //trunk/ejb3/src/main/org/jboss/ejb3/stateless/StatelessRemoteProxyFactory.java | clientBindUrl() now defaults to the default ejb3 connector value |