|
| 58698 | modified | remy.maucherat@jboss.com | //trunk/tomcat/src/main/org/jboss/web/tomcat/tc6/deployers/JBossContextConfig.java | - Finish coding according to what WebMetaData currently does. |
| 58696 | modified | scott.stark@jboss.org | //trunk/server/src/main/org/jboss/ejb/EjbModule.java | Fix the copy/paste comments and use the DeploymentUnit.simpleName as the jmx module name. |
| 58696 | modified | scott.stark@jboss.org | //trunk/server/src/main/org/jboss/ejb/deployers/EjbDeployer.java | Fix the copy/paste comments and use the DeploymentUnit.simpleName as the jmx module name. |
| 58695 | modified | scott.stark@jboss.org | //trunk/server/src/main/org/jboss/ejb/deployers/EjbDeployer.java | Add a dependency on the EjbDeployer timerServiceName property to the EjbModule if defined. |
| 58695 | modified | scott.stark@jboss.org | //trunk/server/src/etc/deployers/ejb-deployer-beans.xml | Add a dependency on the EjbDeployer timerServiceName property to the EjbModule if defined. |
| 58695 | modified | scott.stark@jboss.org | //trunk/server/src/main/org/jboss/ejb/Container.java | Add a dependency on the EjbDeployer timerServiceName property to the EjbModule if defined. |
| 58694 | modified | scott.stark@jboss.org | //trunk/server/src/main/org/jboss/ejb/EjbModuleMBean.java | Add a dependency on the CachedConnectionManager service used by the CachedConnectionInterceptor to the EjbModule if the EjbDeployer cachedConnectionManagerName property is set. |
| 58694 | modified | scott.stark@jboss.org | //trunk/server/src/main/org/jboss/ejb/deployers/EjbDeployer.java | Add a dependency on the CachedConnectionManager service used by the CachedConnectionInterceptor to the EjbModule if the EjbDeployer cachedConnectionManagerName property is set. |
| 58694 | modified | scott.stark@jboss.org | //trunk/server/src/etc/deployers/ejb-deployer-beans.xml | Add a dependency on the CachedConnectionManager service used by the CachedConnectionInterceptor to the EjbModule if the EjbDeployer cachedConnectionManagerName property is set. |
| 58693 | modified | remy.maucherat@jboss.com | //trunk/tomcat/src/main/org/jboss/web/tomcat/tc6/deployers/JBossContextConfig.java | - All WebMetaData fields except WebSecurityMetaData. |
| 58690 | modified | scott.stark@jboss.org | //trunk/build/build.xml | Include the jboss-logging-* jars in the jbossall-client.jar |
| 58688 | modified | mladen.turk@jboss.com | //trunk/system/src/bin/run.bat | Fix detection of native in case of space in the JBOSS_HOME |
| 58687 | modified | mladen.turk@jboss.com | //trunk/system/src/bin/run.bat | Instead DIRNAME use the JBOS_HOME as basis |
| 58682 | added | wolfc | //trunk/ejb3/src/test/org/jboss/ejb3/test/mdb/CMTTxNotSupportedTestMDB.java | extra mdb unit tests |
| 58682 | modified | wolfc | //trunk/ejb3/src/test/org/jboss/ejb3/test/mdb/TestStatusBean.java | extra mdb unit tests |
| 58682 | modified | wolfc | //trunk/ejb3/src/test/org/jboss/ejb3/test/mdb/unit/MDBUnitTestCase.java | extra mdb unit tests |
| 58682 | modified | wolfc | //trunk/ejb3/src/test/org/jboss/ejb3/test/mdb/TestStatus.java | extra mdb unit tests |
| 58682 | added | wolfc | //trunk/ejb3/src/test/org/jboss/ejb3/test/mdb/ExpirationTestMDB.java | extra mdb unit tests |
| 58681 | modified | mladen.turk@jboss.com | //trunk/system/src/bin/run.bat | Remove semi-absolute paths by using pushd/popd |
| 58680 | modified | mladen.turk@jboss.com | //trunk/system/src/bin/run.bat | Remove double backslashes. The DIRNAME always ends with the backslash, so there in no need to add an extra one |
| 58679 | modified | mladen.turk@jboss.com | //trunk/system/src/bin/run.sh | Detect if we have bin/native present. If we have, add it to the startup environment |
| 58679 | modified | mladen.turk@jboss.com | //trunk/system/src/bin/run.bat | Detect if we have bin/native present. If we have, add it to the startup environment |
| 58678 | added | remy.maucherat@jboss.com | //trunk/tomcat/src/main/org/jboss/web/tomcat/tc6/deployers/VFSDirContext.java | - Implementation (not complete) of a new deployer using WebMetaData. There are some missing fields in WebMetaData at the moment, so replacing Tomcat's parsing is not possible yet.- Add a placeholder for a DirContext VFS implementation. It uses the WAR DirContext since the VirtualFile API structure seems extremely similar to the zip API. |
| 58678 | added | remy.maucherat@jboss.com | //trunk/tomcat/src/main/org/jboss/web/tomcat/tc6/deployers/TomcatDeployment2.java | - Implementation (not complete) of a new deployer using WebMetaData. There are some missing fields in WebMetaData at the moment, so replacing Tomcat's parsing is not possible yet.- Add a placeholder for a DirContext VFS implementation. It uses the WAR DirContext since the VirtualFile API structure seems extremely similar to the zip API. |
| 58678 | added | remy.maucherat@jboss.com | //trunk/tomcat/src/main/org/jboss/web/tomcat/tc6/deployers/JBossContextConfig.java | - Implementation (not complete) of a new deployer using WebMetaData. There are some missing fields in WebMetaData at the moment, so replacing Tomcat's parsing is not possible yet.- Add a placeholder for a DirContext VFS implementation. It uses the WAR DirContext since the VirtualFile API structure seems extremely similar to the zip API. |