|
| 57944 | added | wolfc | //trunk/ejb3/src/resources/test/appclient/jboss-client.xml | EJBTHREE-718: unit test |
| 57944 | added | wolfc | //trunk/ejb3/src/test/org/jboss/ejb3/test/appclient/HelloWorldService.java | EJBTHREE-718: unit test |
| 57944 | modified | wolfc | //trunk/ejb3/build-test.xml | EJBTHREE-718: unit test |
| 57944 | added | wolfc | //trunk/ejb3/src/test/org/jboss/ejb3/test/appclient/MessageReplierBean.java | EJBTHREE-718: unit test |
| 57944 | added | wolfc | //trunk/ejb3/src/test/org/jboss/ejb3/test/appclient/client | EJBTHREE-718: unit test |
| 57944 | added | wolfc | //trunk/ejb3/src/resources/test/appclient/application-client.xml | EJBTHREE-718: unit test |
| 57944 | added | wolfc | //trunk/ejb3/src/test/org/jboss/ejb3/test/appclient/unit | EJBTHREE-718: unit test |
| 57944 | added | wolfc | //trunk/ejb3/src/test/org/jboss/ejb3/test/appclient | EJBTHREE-718: unit test |
| 57944 | added | wolfc | //trunk/ejb3/src/resources/test/appclient | EJBTHREE-718: unit test |
| 57944 | added | wolfc | //trunk/ejb3/src/test/org/jboss/ejb3/test/appclient/HelloWorldBean.java | EJBTHREE-718: unit test |
| 57944 | added | wolfc | //trunk/ejb3/src/resources/test/appclient/application.xml | EJBTHREE-718: unit test |
| 57944 | added | wolfc | //trunk/ejb3/src/resources/test/appclient/Manifest | EJBTHREE-718: unit test |
| 57944 | added | wolfc | //trunk/ejb3/src/test/org/jboss/ejb3/test/appclient/client/HelloWorldClient.java | EJBTHREE-718: unit test |
| 57944 | added | wolfc | //trunk/ejb3/src/test/org/jboss/ejb3/test/appclient/unit/AppClientUnitTestCase.java | EJBTHREE-718: unit test |
| 57943 | added | kabir.khan@jboss.com | //trunk/aspects/src/main/org/jboss/aop/deployers/AspectManagerJDK5.java | [JBAOP-299] Get EnableLoadtimeWeaving working with JRockit and the new deployers |
| 57943 | deleted | kabir.khan@jboss.com | //trunk/aspects/src/main/org/jboss/aop/deployers/AspectManager.java | [JBAOP-299] Get EnableLoadtimeWeaving working with JRockit and the new deployers |
| 57943 | added | kabir.khan@jboss.com | //trunk/aspects/src/main/org/jboss/aop/deployers/AbstractAspectManager.java | [JBAOP-299] Get EnableLoadtimeWeaving working with JRockit and the new deployers |
| 57943 | modified | kabir.khan@jboss.com | //trunk/aspects/src/resources/META-INF/aspect-deployer-beans.xml | [JBAOP-299] Get EnableLoadtimeWeaving working with JRockit and the new deployers |
| 57943 | added | kabir.khan@jboss.com | //trunk/aspects/src/main/org/jboss/aop/deployers/AspectManagerJRockit.java | [JBAOP-299] Get EnableLoadtimeWeaving working with JRockit and the new deployers |
| 57942 | modified | kabir.khan@jboss.com | //trunk/aspects/src/main/org/jboss/aop/deployment/AspectManagerService.java | [JBAOP-299] Preload some classes that are needed the first time AspectManager.translate() are called. JRockit gets confused about these when using the integration with the RepositoryClassLoaders (EnableTransformer) |
| 57942 | modified | kabir.khan@jboss.com | //trunk/aspects/src/main/org/jboss/aop/deployers/AspectManager.java | [JBAOP-299] Preload some classes that are needed the first time AspectManager.translate() are called. JRockit gets confused about these when using the integration with the RepositoryClassLoaders (EnableTransformer) |
| 57941 | modified | bstansberry@jboss.com | //trunk/cluster/src/etc/farm-service.xml | Remove strange WebServer dependency |
| 57940 | modified | bstansberry@jboss.com | //trunk/tomcat/src/resources/tc6-cluster-service.xml | Remove the AspectDeployer dependency |
| 57939 | modified | bstansberry@jboss.com | //trunk/tomcat/src/resources/war-deployers-all-beans.xml | Disable the TomcatClusteringCache dependency |
| 57938 | modified | scott.stark@jboss.org | //trunk/ejb3/build.xml | Include the client container classes in the ejb3 client jar |
| 57937 | modified | scott.stark@jboss.org | //trunk/ejb3/build.xml | Include the jbossws classpath |
| 57936 | modified | scott.stark@jboss.org | //trunk/ejb3/src/main/org/jboss/ejb3/metamodel/ApplicationClientDD.java | Merge changed from the JEE5_TCK branch |
| 57935 | modified | scott.stark@jboss.org | //trunk/ejb3/src/main/org/jboss/ejb3/metamodel/ApplicationClientDDObjectFactory.java | Change the version from an int to a string |
| 57934 | added | scott.stark@jboss.org | //trunk/ejb3/src/main/org/jboss/injection/WebServiceRefInjector.java | Copy to trunk |
| 57933 | modified | scott.stark@jboss.org | //trunk/ejb3/src/main/org/jboss/injection/InjectionUtil.java | Merge the getEncName(Class type) method from the JEE5_TCK branch |
| 57932 | modified | scott.stark@jboss.org | //trunk/server/src/main/org/jboss/metamodel/descriptor/EnvironmentRefGroup.java | Add the WebServiceRef code back in |
| 57931 | modified | scott.stark@jboss.org | //trunk/server/src/main/org/jboss/metamodel/descriptor/EnvironmentRefGroup.java | Merge the JEE5_TCK branch changes |
| 57930 | added | scott.stark@jboss.org | //trunk/server/src/main/org/jboss/metamodel/descriptor/ServiceRef.java | Copy ServiceRef to trunk |
| 57929 | added | scott.stark@jboss.org | //trunk/ejb3/src/main/org/jboss/ejb3/metamodel/JBossClientDDObjectFactory.java | Cpy the client dd factory to trunk |
| 57928 | added | scott.stark@jboss.org | //trunk/ejb3/src/main/org/jboss/injection/WebServiceRefHandler.java | Copy the JEE5_TCK branch version to trunk |
| 57927 | added | scott.stark@jboss.org | //trunk/ejb3/src/main/org/jboss/ejb3/client | Copy the JEE5_TCK branch ejb3 client container to trunk |
| 57926 | modified | jerrygauth | //trunk/cluster/src/main/org/jboss/ha/framework/server/DistributedStateImpl.java | JBAS-3795, relocated registration of TreeCache listener |
| 57924 | modified | kabir.khan@jboss.com | //trunk/testsuite/src/main/org/jboss/test/aop/scoped/ScopedTesterMBean.java | [JBAOP-293] Get scoped AOP working with AspectAnnotationLoader |
| 57924 | modified | kabir.khan@jboss.com | //trunk/testsuite/src/main/org/jboss/test/aop/test/ScopedUnitTestCase.java | [JBAOP-293] Get scoped AOP working with AspectAnnotationLoader |
| 57924 | modified | kabir.khan@jboss.com | //trunk/aspects/build-test50.xml | [JBAOP-293] Get scoped AOP working with AspectAnnotationLoader |
| 57924 | added | kabir.khan@jboss.com | //trunk/testsuite/src/main/org/jboss/test/aop/scoped/AnnotatedInterceptor.java | [JBAOP-293] Get scoped AOP working with AspectAnnotationLoader |
| 57924 | modified | kabir.khan@jboss.com | //trunk/aspects/src/main/org/jboss/aop/deployment/AspectDeployer.java | [JBAOP-293] Get scoped AOP working with AspectAnnotationLoader |
| 57924 | modified | kabir.khan@jboss.com | //trunk/testsuite/src/main/org/jboss/test/aop/scoped/ScopedTester.java | [JBAOP-293] Get scoped AOP working with AspectAnnotationLoader |
| 57924 | modified | kabir.khan@jboss.com | //trunk/testsuite/imports/sections/aop.xml | [JBAOP-293] Get scoped AOP working with AspectAnnotationLoader |
| 57924 | modified | kabir.khan@jboss.com | //trunk/aspects/src/main/org/jboss/aop/deployers/AspectDeployer.java | [JBAOP-293] Get scoped AOP working with AspectAnnotationLoader |