|
| 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. |