|
| 59965 | modified | kabir.khan@jboss.com | //trunk/ejb3/.classpath | Fix the Eclipse build |
| 59961 | modified | bdecoste | //trunk/ejb3/build-test.xml | implementation and tests for XMBean support for Service beans |
| 59961 | modified | bdecoste | //trunk/ejb3/src/main/org/jboss/annotation/ejb/Service.java | implementation and tests for XMBean support for Service beans |
| 59961 | modified | bdecoste | //trunk/ejb3/src/resources/schema/jboss_5_0.xsd | implementation and tests for XMBean support for Service beans |
| 59961 | added | bdecoste | //trunk/ejb3/src/resources/test/servicexmbean/service-xmbean.xml | implementation and tests for XMBean support for Service beans |
| 59961 | modified | bdecoste | //trunk/ejb3/src/main/org/jboss/ejb3/service/ServiceMBeanDelegate.java | implementation and tests for XMBean support for Service beans |
| 59961 | modified | bdecoste | //trunk/ejb3/src/main/org/jboss/ejb3/EJBContainer.java | implementation and tests for XMBean support for Service beans |
| 59961 | modified | bdecoste | //trunk/ejb3/src/main/org/jboss/ejb3/service/ServiceContainer.java | implementation and tests for XMBean support for Service beans |
| 59961 | added | bdecoste | //trunk/ejb3/src/resources/test/servicexmbean/META-INF/jboss.xml | implementation and tests for XMBean support for Service beans |
| 59961 | modified | bdecoste | //trunk/ejb3/src/main/org/jboss/ejb3/metamodel/Service.java | implementation and tests for XMBean support for Service beans |
| 59961 | added | bdecoste | //trunk/ejb3/src/test/org/jboss/ejb3/test/servicexmbean/ServiceOne.java | implementation and tests for XMBean support for Service beans |
| 59961 | added | bdecoste | //trunk/ejb3/src/test/org/jboss/ejb3/test/servicexmbean/ServiceOneDeploymentDescriptor.java | implementation and tests for XMBean support for Service beans |
| 59961 | modified | bdecoste | //trunk/ejb3/build.xml | implementation and tests for XMBean support for Service beans |
| 59961 | modified | bdecoste | //trunk/ejb3/src/main/org/jboss/annotation/ejb/ServiceImpl.java | implementation and tests for XMBean support for Service beans |
| 59961 | modified | bdecoste | //trunk/ejb3/src/main/org/jboss/ejb3/metamodel/JBossDDObjectFactory.java | implementation and tests for XMBean support for Service beans |
| 59961 | added | bdecoste | //trunk/ejb3/src/test/org/jboss/ejb3/test/servicexmbean/unit/ServiceUnitTestCase.java | implementation and tests for XMBean support for Service beans |
| 59961 | modified | bdecoste | //trunk/ejb3/src/main/org/jboss/ejb3/Ejb3DescriptorHandler.java | implementation and tests for XMBean support for Service beans |
| 59961 | added | bdecoste | //trunk/ejb3/src/test/org/jboss/ejb3/test/servicexmbean/ServiceOneRemote.java | implementation and tests for XMBean support for Service beans |
| 59960 | added | bdecoste | //trunk/ejb3/src/test/org/jboss/ejb3/test/servicexmbean | implementation and tests for XMBean support for Service beans |
| 59960 | added | bdecoste | //trunk/ejb3/src/resources/test/servicexmbean | implementation and tests for XMBean support for Service beans |
| 59960 | added | bdecoste | //trunk/ejb3/src/resources/test/servicexmbean/META-INF | implementation and tests for XMBean support for Service beans |
| 59960 | added | bdecoste | //trunk/ejb3/src/test/org/jboss/ejb3/test/servicexmbean/unit | implementation and tests for XMBean support for Service beans |
| 59959 | modified | bdecoste | //trunk/ejb3/src/test/org/jboss/ejb3/test/stateful/ServiceBean.java | removed debug logging |
| 59959 | modified | bdecoste | //trunk/ejb3/src/test/org/jboss/ejb3/test/stateful/unit/RemoteUnitTestCase.java | removed debug logging |
| 59959 | modified | bdecoste | //trunk/ejb3/src/test/org/jboss/ejb3/test/mdb/unit/MDBUnitTestCase.java | removed debug logging |
| 59959 | modified | bdecoste | //trunk/ejb3/src/test/org/jboss/ejb3/test/stateful/ClusteredStatefulBean.java | removed debug logging |
| 59959 | modified | bdecoste | //trunk/ejb3/src/test/org/jboss/ejb3/test/stateful/StatelessBean.java | removed debug logging |
| 59958 | deleted | bdecoste | //trunk/server/src/resources/schema/jboss_5_0.xsd | jboss_5_0.xsd should only be in jboss-ejb3.jar, not jboss.jar |
| 59957 | modified | bdecoste | //trunk/ejb3/src/main/org/jboss/injection/JndiFieldInjector.java | removed extraneous debug code |
| 59955 | modified | bill.burke@jboss.com | //trunk/aspects/build.xml | add remoting capabilities |
| 59955 | modified | bill.burke@jboss.com | //trunk/embedded/build-test.xml | add remoting capabilities |
| 59955 | added | bill.burke@jboss.com | //trunk/embedded/src/main/resources/javase/deploy/remoting-service.xml | add remoting capabilities |
| 59955 | added | bill.burke@jboss.com | //trunk/embedded/src/main/java/org/jboss/naming | add remoting capabilities |
| 59955 | added | bill.burke@jboss.com | //trunk/embedded/src/main/java/org/jboss/naming/JBossRemotingContextFactory.java | add remoting capabilities |
| 59955 | added | bill.burke@jboss.com | //trunk/embedded/src/test/java/org/jboss/embedded/test/remote/unit | add remoting capabilities |
| 59955 | added | bill.burke@jboss.com | //trunk/embedded/src/main/java/org/jboss/naming/SecurityAssociationActions.java | add remoting capabilities |
| 59955 | added | bill.burke@jboss.com | //trunk/aspects/src/main/org/jboss/aspects/remoting/DispatcherRegistration.java | add remoting capabilities |
| 59955 | modified | bill.burke@jboss.com | //trunk/aspects/src/main/org/jboss/aspects/remoting/Remoting.java | add remoting capabilities |
| 59955 | modified | bill.burke@jboss.com | //trunk/embedded/src/main/resources/javase/conf/bootstrap-beans.xml | add remoting capabilities |
| 59955 | added | bill.burke@jboss.com | //trunk/embedded/src/test/java/org/jboss/embedded/test/remote/TestBean.java | add remoting capabilities |
| 59955 | modified | bill.burke@jboss.com | //trunk/embedded/src/main/java/org/jboss/embedded/Bootstrap.java | add remoting capabilities |
| 59955 | added | bill.burke@jboss.com | //trunk/embedded/src/test/java/org/jboss/embedded/test/remote/unit/EjbTestCase.java | add remoting capabilities |
| 59955 | modified | bill.burke@jboss.com | //trunk/embedded/embedded.bat | add remoting capabilities |
| 59955 | added | bill.burke@jboss.com | //trunk/embedded/src/test/java/org/jboss/embedded/test/remote/Test.java | add remoting capabilities |
| 59955 | added | bill.burke@jboss.com | //trunk/embedded/src/test/java/org/jboss/embedded/test/remote | add remoting capabilities |
| 59953 | modified | jerrygauth | //trunk/cluster/src/resources/jgroups/multiplexer-stacks.xml | Added tunnel stack to cluster stacks |
| 59951 | modified | dimitris@jboss.org | //trunk/tools/etc/buildmagic/build-common.xml | require jdk1.5 for jbossAS 5 |
| 59948 | modified | dimitris@jboss.org | //trunk/tools/etc/buildmagic/buildmagic.ent | add jdk1.6 detection |
| 59946 | modified | dimitris@jboss.org | //trunk/tools/etc/buildmagic/common.xml | add jdk1.6 detection |
| 59937 | modified | manik.surtani@jboss.com | //trunk/docbook-support/support.xml | URLs in PDFs now appear as footnotes rather than inline |