|
| 56077 | deleted | wolfc | //trunk/ejb3/src/resources/test-configs/invoker/lib | removed old remoting jar |
| 56066 | modified | wolfc | //trunk/ejb3/src/test/org/jboss/ejb3/test/security/TimerTesterBean.java | don't cancel expired timer |
| 56062 | modified | wolfc | //trunk/ejb3/build-test.xml | added iiop tests |
| 56052 | modified | wolfc | //trunk/ejb3/.classpath | hacked in testsuite classpath for cluster tests |
| 56051 | added | wolfc | //trunk/ejb3/src/test/org/jboss/ejb3/test/regression/ejbthree670/MyStateful21Bean.java | EJBTHREE-670: added 2.1 bean to test |
| 56051 | added | wolfc | //trunk/ejb3/src/test/org/jboss/ejb3/test/regression/ejbthree670/MyStateful21Home.java | EJBTHREE-670: added 2.1 bean to test |
| 56051 | modified | wolfc | //trunk/ejb3/src/test/org/jboss/ejb3/test/regression/ejbthree670/unit/PreDestroyCallsTestCase.java | EJBTHREE-670: added 2.1 bean to test |
| 56051 | added | wolfc | //trunk/ejb3/src/test/org/jboss/ejb3/test/regression/ejbthree670/MyStateful21.java | EJBTHREE-670: added 2.1 bean to test |
| 56051 | modified | wolfc | //trunk/ejb3/src/test/org/jboss/ejb3/test/regression/ejbthree670/MyStatefulBean.java | EJBTHREE-670: added 2.1 bean to test |
| 56046 | modified | bdecoste | //trunk/ejb3/src/main/org/jboss/injection/InjectionUtil.java | check for null handlers |
| 56045 | modified | bdecoste | //trunk/ejb3/src/main/org/jboss/injection/EJBHandler.java | check for null xml |
| 56039 | modified | bdecoste | //trunk/ejb3/src/resources/schema/jboss_5_0.xsd | unbounded <annotation>s |
| 56038 | modified | bdecoste | //trunk/ejb3/src/main/org/jboss/injection/JndiFieldInjector.java | fixed problems with xml ejb-ref overrides |
| 56038 | modified | bdecoste | //trunk/ejb3/src/main/org/jboss/injection/EJBHandler.java | fixed problems with xml ejb-ref overrides |
| 56038 | modified | bdecoste | //trunk/ejb3/src/main/org/jboss/injection/EjbEncInjector.java | fixed problems with xml ejb-ref overrides |
| 56037 | modified | bdecoste | //trunk/tomcat/src/main/org/jboss/web/tomcat/tc6/TomcatInjectionContainer.java | added access to xml metadata |
| 56037 | modified | bdecoste | //trunk/ejb3/src/main/org/jboss/ejb3/EJBContainer.java | added access to xml metadata |
| 56037 | modified | bdecoste | //trunk/ejb3/src/main/org/jboss/injection/InjectionContainer.java | added access to xml metadata |
| 56036 | modified | bdecoste | //trunk/ejb3/src/test/org/jboss/ejb3/test/wls/embeddedwar/CustomerDAOBean.java | removed logging |
| 56013 | added | bdecoste | //trunk/ejb3/src/main/org/jboss/ejb3/JmxClientKernelAbstraction.java | added ClientKernelAbstraction for client invocations |
| 56013 | added | bdecoste | //trunk/ejb3/src/main/org/jboss/ejb3/ClientKernelAbstraction.java | added ClientKernelAbstraction for client invocations |
| 56013 | modified | bdecoste | //trunk/ejb3/src/main/org/jboss/ejb3/JmxKernelAbstraction.java | added ClientKernelAbstraction for client invocations |
| 56013 | added | bdecoste | //trunk/ejb3/src/main/org/jboss/ejb3/MCClientKernelAbstraction.java | added ClientKernelAbstraction for client invocations |
| 56013 | modified | bdecoste | //trunk/ejb3/src/main/org/jboss/ejb3/MCKernelAbstraction.java | added ClientKernelAbstraction for client invocations |
| 56013 | modified | bdecoste | //trunk/ejb3/src/test/org/jboss/ejb3/test/jca/inflowmdb/unit/InflowUnitTestCase.java | added ClientKernelAbstraction for client invocations |
| 56013 | modified | bdecoste | //trunk/ejb3/src/main/org/jboss/ejb3/KernelAbstractionFactory.java | added ClientKernelAbstraction for client invocations |
| 56012 | modified | bdecoste | //trunk/ejb3/build.xml | added KernelAbstraction classes to jboss-ejb3-client.jar |
| 56003 | modified | bdecoste | //trunk/ejb3/src/test/org/jboss/ejb3/test/stateful/unit/RemoteUnitTestCase.java | fixed SerializeConcurrentAccess test |
| 56003 | modified | bdecoste | //trunk/ejb3/src/test/org/jboss/ejb3/test/stateful/Stateful.java | fixed SerializeConcurrentAccess test |
| 56003 | modified | bdecoste | //trunk/ejb3/src/test/org/jboss/ejb3/test/stateful/ConcurrentStateful.java | fixed SerializeConcurrentAccess test |
| 56003 | modified | bdecoste | //trunk/ejb3/src/test/org/jboss/ejb3/test/stateful/StatefulBean.java | fixed SerializeConcurrentAccess test |
| 56003 | modified | bdecoste | //trunk/ejb3/src/test/org/jboss/ejb3/test/stateful/ConcurrentStatefulBean.java | fixed SerializeConcurrentAccess test |
| 55992 | modified | wolfc | //trunk/ejb3/src/main/org/jboss/ejb3/JmxKernelAbstraction.java | uninstallation in the correct order |
| 55981 | modified | wolfc | //trunk/ejb3/src/test/org/jboss/ejb3/test/timer/BaseTimerTesterBean.java | made the timer field static for stateless operation |
| 55977 | modified | wolfc | //trunk/ejb3/docs/tutorial/ssl/build.xml | ssl tutorial |
| 55977 | modified | wolfc | //trunk/ejb3/docs/tutorial/ssl | ssl tutorial |
| 55977 | modified | wolfc | //trunk/ejb3/docs/tutorial/ssl/ssl.html | ssl tutorial |
| 55972 | modified | bdecoste | //trunk/ejb3/build-test.xml | added test for MDB transaction handling |
| 55972 | added | bdecoste | //trunk/ejb3/src/test/org/jboss/ejb3/test/mdbtransactions/RollbackQueueTestMDB.java | added test for MDB transaction handling |
| 55972 | added | bdecoste | //trunk/ejb3/src/test/org/jboss/ejb3/test/mdbtransactions/StatelessFacadeBean.java | added test for MDB transaction handling |
| 55972 | added | bdecoste | //trunk/ejb3/src/test/org/jboss/ejb3/test/mdbtransactions/TestStatus.java | added test for MDB transaction handling |
| 55972 | added | bdecoste | //trunk/ejb3/src/resources/test/mdbtransactions/META-INF/persistence.xml | added test for MDB transaction handling |
| 55972 | added | bdecoste | //trunk/ejb3/src/test/org/jboss/ejb3/test/mdbtransactions/QueueTestMDB.java | added test for MDB transaction handling |
| 55972 | added | bdecoste | //trunk/ejb3/src/resources/test/mdbtransactions/mdbtransactionstest-service.xml | added test for MDB transaction handling |
| 55972 | added | bdecoste | //trunk/ejb3/src/test/org/jboss/ejb3/test/mdbtransactions/TestStatusBean.java | added test for MDB transaction handling |
| 55972 | added | bdecoste | //trunk/ejb3/src/resources/test/mdbtransactions/META-INF/ejb-jar.xml | added test for MDB transaction handling |
| 55972 | added | bdecoste | //trunk/ejb3/src/test/org/jboss/ejb3/test/mdbtransactions/StatelessFacade.java | added test for MDB transaction handling |
| 55972 | added | bdecoste | //trunk/ejb3/src/test/org/jboss/ejb3/test/mdbtransactions/Entity.java | added test for MDB transaction handling |
| 55972 | added | bdecoste | //trunk/ejb3/src/test/org/jboss/ejb3/test/mdbtransactions/QueueBean21.java | added test for MDB transaction handling |
| 55972 | added | bdecoste | //trunk/ejb3/src/test/org/jboss/ejb3/test/mdbtransactions/unit/MDBUnitTestCase.java | added test for MDB transaction handling |