|
| 56716 | modified | wolfc | //trunk/ejb3/.classpath | added src/test back in |
| 56668 | modified | anil.saldhana@jboss.com | //trunk/ejb3/.classpath | SECURITY-1:fix eclipse build |
| 56613 | deleted | bdecoste | //trunk/ejb3/src/resources/schema/ejb-jar_3_0a.xsd | added correct ejb-jar_3_0 and removed old "a" version |
| 56613 | added | bdecoste | //trunk/ejb3/src/resources/schema/ejb-jar_3_0.xsd | added correct ejb-jar_3_0 and removed old "a" version |
| 56593 | modified | bill.burke@jboss.com | //trunk/ejb3/build.xml | build e-ejb3 libs correctly |
| 56592 | modified | bill.burke@jboss.com | //trunk/ejb3/src/main/org/jboss/ejb3/ProxyDeployer.java | fix E-EJB3 error when default client bind address wasn't being found |
| 56592 | modified | bill.burke@jboss.com | //trunk/ejb3/src/main/org/jboss/ejb3/SessionContainer.java | fix E-EJB3 error when default client bind address wasn't being found |
| 56592 | modified | bill.burke@jboss.com | //trunk/ejb3/src/main/org/jboss/ejb3/MCClientKernelAbstraction.java | fix E-EJB3 error when default client bind address wasn't being found |
| 56592 | modified | bill.burke@jboss.com | //trunk/ejb3/src/main/org/jboss/ejb3/ProxyFactoryHelper.java | fix E-EJB3 error when default client bind address wasn't being found |
| 56592 | modified | bill.burke@jboss.com | //trunk/ejb3/src/main/org/jboss/ejb3/Ejb3AnnotationHandler.java | fix E-EJB3 error when default client bind address wasn't being found |
| 56592 | modified | bill.burke@jboss.com | //trunk/ejb3/src/main/org/jboss/ejb3/Ejb3JmxDeployment.java | fix E-EJB3 error when default client bind address wasn't being found |
| 56592 | modified | bill.burke@jboss.com | //trunk/ejb3/src/main/org/jboss/ejb3/Ejb3Deployment.java | fix E-EJB3 error when default client bind address wasn't being found |
| 56589 | modified | rrajesh | //trunk/ejb3/build-test.xml | Renamed jboss.messaging.classpath to jboss.mq.classpath |
| 56588 | modified | rrajesh | //trunk/ejb3/build.xml | Renamed jboss.messaging.classpath to jboss.mq.classpath |
| 56581 | added | bdecoste | //trunk/ejb3/src/resources/test/servlet/servlet-security-service.xml | added webauthentication test for support ticket 10923 |
| 56581 | modified | bdecoste | //trunk/ejb3/src/test/org/jboss/ejb3/test/servlet/unit/EarServletUnitTestCase.java | added webauthentication test for support ticket 10923 |
| 56581 | modified | bdecoste | //trunk/ejb3/build-test.xml | added webauthentication test for support ticket 10923 |
| 56581 | modified | bdecoste | //trunk/ejb3/src/test/org/jboss/ejb3/test/servlet/Session30Bean.java | added webauthentication test for support ticket 10923 |
| 56581 | modified | bdecoste | //trunk/ejb3/src/test/org/jboss/ejb3/test/servlet/servlets/EJBServlet.java | added webauthentication test for support ticket 10923 |
| 56581 | modified | bdecoste | //trunk/ejb3/src/test/org/jboss/ejb3/test/servlet/StatefulBean.java | added webauthentication test for support ticket 10923 |
| 56581 | modified | bdecoste | //trunk/ejb3/src/resources/test/servlet/META-INF/jboss-app.xml | added webauthentication test for support ticket 10923 |
| 56581 | modified | bdecoste | //trunk/ejb3/src/test/org/jboss/ejb3/test/servlet/unit/HttpUtils.java | added webauthentication test for support ticket 10923 |
| 56581 | modified | bdecoste | //trunk/ejb3/src/test/org/jboss/ejb3/test/servlet/unit/ServletUnitTestCase.java | added webauthentication test for support ticket 10923 |
| 56581 | modified | bdecoste | //trunk/ejb3/src/resources/test/servlet/WEB-INF/test-web.xml | added webauthentication test for support ticket 10923 |
| 56581 | modified | bdecoste | //trunk/ejb3/src/resources/test/servlet/WEB-INF/jboss-web.xml | added webauthentication test for support ticket 10923 |
| 56581 | modified | bdecoste | //trunk/ejb3/src/test/org/jboss/ejb3/test/servlet/Session30.java | added webauthentication test for support ticket 10923 |
| 56573 | modified | wolfc | //trunk/ejb3/build-test.xml | EJBTHREE-666: concurrent access exception |
| 56573 | added | wolfc | //trunk/ejb3/src/test/org/jboss/ejb3/test/concurrent/MyStateful.java | EJBTHREE-666: concurrent access exception |
| 56573 | added | wolfc | //trunk/ejb3/src/test/org/jboss/ejb3/test/concurrent/unit/ConcurrentUnitTestCase.java | EJBTHREE-666: concurrent access exception |
| 56573 | added | wolfc | //trunk/ejb3x/src/main/javax/ejb/ConcurrentAccessException.java | EJBTHREE-666: concurrent access exception |
| 56573 | added | wolfc | //trunk/ejb3/src/test/org/jboss/ejb3/test/concurrent/unit | EJBTHREE-666: concurrent access exception |
| 56573 | added | wolfc | //trunk/ejb3/src/test/org/jboss/ejb3/test/concurrent | EJBTHREE-666: concurrent access exception |
| 56573 | added | wolfc | //trunk/ejb3/src/test/org/jboss/ejb3/test/concurrent/MyStatefulBean.java | EJBTHREE-666: concurrent access exception |
| 56573 | modified | wolfc | //trunk/ejb3/src/main/org/jboss/ejb3/stateful/StatefulInstanceInterceptor.java | EJBTHREE-666: concurrent access exception |
| 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() |