|
| 61062 | added | bdecoste | //branches/Branch_4_2/ejb3/src/test/org/jboss/ejb3/test/libdeployment/unit/LibTestCase.java | [EJBTHREE-903] beans can be deployed when the bean class file is not in the deployment, but rather in lib - the bean metadata is in ejb-jar.xml in the deployment |
| 61062 | added | bdecoste | //branches/Branch_4_2/ejb3/src/resources/test/libdeployment | [EJBTHREE-903] beans can be deployed when the bean class file is not in the deployment, but rather in lib - the bean metadata is in ejb-jar.xml in the deployment |
| 61062 | added | bdecoste | //branches/Branch_4_2/ejb3/src/resources/test/libdeployment/META-INF | [EJBTHREE-903] beans can be deployed when the bean class file is not in the deployment, but rather in lib - the bean metadata is in ejb-jar.xml in the deployment |
| 61062 | added | bdecoste | //branches/Branch_4_2/ejb3/src/test/org/jboss/ejb3/test/libdeployment/StatelessRemote.java | [EJBTHREE-903] beans can be deployed when the bean class file is not in the deployment, but rather in lib - the bean metadata is in ejb-jar.xml in the deployment |
| 61062 | added | bdecoste | //branches/Branch_4_2/ejb3/src/resources/test/libdeployment/META-INF/ejb-jar.xml | [EJBTHREE-903] beans can be deployed when the bean class file is not in the deployment, but rather in lib - the bean metadata is in ejb-jar.xml in the deployment |
| 61062 | modified | bdecoste | //branches/Branch_4_2/ejb3/src/main/org/jboss/ejb3/Ejb3AnnotationHandler.java | [EJBTHREE-903] beans can be deployed when the bean class file is not in the deployment, but rather in lib - the bean metadata is in ejb-jar.xml in the deployment |
| 61062 | added | bdecoste | //branches/Branch_4_2/ejb3/src/test/org/jboss/ejb3/test/libdeployment/StatelessBean.java | [EJBTHREE-903] beans can be deployed when the bean class file is not in the deployment, but rather in lib - the bean metadata is in ejb-jar.xml in the deployment |
| 61062 | added | bdecoste | //branches/Branch_4_2/ejb3/src/test/org/jboss/ejb3/test/libdeployment/unit | [EJBTHREE-903] beans can be deployed when the bean class file is not in the deployment, but rather in lib - the bean metadata is in ejb-jar.xml in the deployment |
| 61062 | modified | bdecoste | //branches/Branch_4_2/ejb3/src/main/org/jboss/ejb3/Ejb3DescriptorHandler.java | [EJBTHREE-903] beans can be deployed when the bean class file is not in the deployment, but rather in lib - the bean metadata is in ejb-jar.xml in the deployment |
| 61062 | added | bdecoste | //branches/Branch_4_2/ejb3/src/resources/test-configs/libdeployment/lib/libdeployment.jar | [EJBTHREE-903] beans can be deployed when the bean class file is not in the deployment, but rather in lib - the bean metadata is in ejb-jar.xml in the deployment |
| 61062 | modified | bdecoste | //branches/Branch_4_2/ejb3/src/main/org/jboss/ejb3/Ejb3Handler.java | [EJBTHREE-903] beans can be deployed when the bean class file is not in the deployment, but rather in lib - the bean metadata is in ejb-jar.xml in the deployment |
| 61062 | added | bdecoste | //branches/Branch_4_2/ejb3/src/resources/test/libdeployment/META-INF/jboss.xml | [EJBTHREE-903] beans can be deployed when the bean class file is not in the deployment, but rather in lib - the bean metadata is in ejb-jar.xml in the deployment |
| 61062 | modified | bdecoste | //branches/Branch_4_2/ejb3/src/main/org/jboss/ejb3/Ejb3Deployment.java | [EJBTHREE-903] beans can be deployed when the bean class file is not in the deployment, but rather in lib - the bean metadata is in ejb-jar.xml in the deployment |
| 61062 | added | bdecoste | //branches/Branch_4_2/ejb3/src/test/org/jboss/ejb3/test/libdeployment/StatefulRemote.java | [EJBTHREE-903] beans can be deployed when the bean class file is not in the deployment, but rather in lib - the bean metadata is in ejb-jar.xml in the deployment |
| 61062 | modified | bdecoste | //branches/Branch_4_2/ejb3/build-test.xml | [EJBTHREE-903] beans can be deployed when the bean class file is not in the deployment, but rather in lib - the bean metadata is in ejb-jar.xml in the deployment |
| 61062 | added | bdecoste | //branches/Branch_4_2/ejb3/src/resources/test-configs/libdeployment | [EJBTHREE-903] beans can be deployed when the bean class file is not in the deployment, but rather in lib - the bean metadata is in ejb-jar.xml in the deployment |
| 61062 | added | bdecoste | //branches/Branch_4_2/ejb3/src/test/org/jboss/ejb3/test/libdeployment/StatefulBean.java | [EJBTHREE-903] beans can be deployed when the bean class file is not in the deployment, but rather in lib - the bean metadata is in ejb-jar.xml in the deployment |
| 61062 | added | bdecoste | //branches/Branch_4_2/ejb3/src/resources/test-configs/libdeployment/lib | [EJBTHREE-903] beans can be deployed when the bean class file is not in the deployment, but rather in lib - the bean metadata is in ejb-jar.xml in the deployment |
| 61062 | modified | bdecoste | //branches/Branch_4_2/ejb3/src/main/org/jboss/ejb3/metamodel/EnterpriseBeans.java | [EJBTHREE-903] beans can be deployed when the bean class file is not in the deployment, but rather in lib - the bean metadata is in ejb-jar.xml in the deployment |
| 61062 | added | bdecoste | //branches/Branch_4_2/ejb3/src/test/org/jboss/ejb3/test/libdeployment | [EJBTHREE-903] beans can be deployed when the bean class file is not in the deployment, but rather in lib - the bean metadata is in ejb-jar.xml in the deployment |
| 61061 | modified | bdecoste | //branches/Branch_4_2/ejb3/src/resources/test/stateful/META-INF/ejb-jar.xml | commented out unused <session> |
| 61060 | modified | bdecoste | //branches/Branch_4_2/ejb3/src/test/org/jboss/ejb3/test/stateful/unit/RemoteUnitTestCase.java | [EJBTHREE-824] missed updating a test with the new default home interface jndi binding |
| 61059 | modified | bdecoste | //branches/Branch_4_2/ejb3/src/test/org/jboss/ejb3/test/stateful/unit/MetricsUnitTestCase.java | rolled back some of my local testing changes |