|
| 58087 | modified | scott.stark@jboss.org | //trunk/build/build-distr.xml | Drop the jboss-bean.deployer as its replaced by the BeanDeployer |
| 58086 | modified | scott.stark@jboss.org | //trunk/server/src/main/org/jboss/deployment/EARStructure.java | Merge the JEE5_TCK EARDeployer archive detection changes |
| 58085 | modified | scott.stark@jboss.org | //trunk/iiop/src/etc/iiop-service.xml | Base TX over IIOP support in 5.0 on JBossTS JTS |
| 58084 | modified | scott.stark@jboss.org | //trunk/server/src/etc/conf/default/jboss-service.xml | Switch to the arjuna tm as the default. |
| 58084 | modified | scott.stark@jboss.org | //trunk/build/build-distr.xml | Switch to the arjuna tm as the default. |
| 58083 | modified | scott.stark@jboss.org | //trunk/deployment/src/main/org/jboss/deployment/services/DeploymentManagerServiceMBean.java | Update the mbean interface for the deleteOnUndeploy, failOnCollision properties |
| 58079 | modified | scott.stark@jboss.org | //trunk/deployment/src/etc/jsr88-service.xml | Merge the failOnCollision, deleteOnUndeploy changes from JEE5_TCK |
| 58079 | modified | scott.stark@jboss.org | //trunk/deployment/src/main/org/jboss/deployment/services/DeploymentManagerService.java | Merge the failOnCollision, deleteOnUndeploy changes from JEE5_TCK |
| 58078 | modified | scott.stark@jboss.org | //trunk/build/build-thirdparty.xml | Add jboss/jbossts version="snapshot" |
| 58077 | modified | rrajesh | //trunk/tools/etc/cruisecontrol/scripts/jbossws-4.0.properties | Updated 4.0.x version to 4.0.5.SP1 |
| 58077 | modified | rrajesh | //trunk/tools/etc/cruisecontrol/scripts/jbossws-head.properties | Updated 4.0.x version to 4.0.5.SP1 |
| 58077 | modified | rrajesh | //trunk/tools/etc/cruisecontrol/scripts/jbossws.properties | Updated 4.0.x version to 4.0.5.SP1 |
| 58077 | modified | rrajesh | //trunk/tools/etc/cruisecontrol/scripts/cruisecontrol.properties | Updated 4.0.x version to 4.0.5.SP1 |
| 58077 | modified | rrajesh | //trunk/tools/etc/cruisecontrol/scripts/build-jboss-portal.xml | Updated 4.0.x version to 4.0.5.SP1 |
| 58075 | modified | thomas.diesler@jboss.com | //trunk/server/src/main/org/jboss/web/deployers/AbstractWarDeployment.java | layout |
| 58064 | modified | thomas.diesler@jboss.com | //trunk/server/src/etc/conf/default/log4j.xml | Limit the org.quartz category to INFO |
| 58059 | modified | scott.stark@jboss.org | //trunk/build/build-distr.xml | First pass at incorporating the messaging sar |
| 58058 | modified | scott.stark@jboss.org | //trunk/server/src/main/org/jboss/deployment/EARStructure.java | Include the top-level archives if the ear has no application.xml |
| 58057 | modified | bill.burke@jboss.com | //trunk/ejb3/src/main/org/jboss/ejb3/stateful/StatefulContainer.java | fix URL so that JarEntry urls come out correctly. |
| 58056 | modified | scott.stark@jboss.org | //trunk/deployment/src/etc/jsr88-service.xml | Update to use the VDF deployers. |
| 58056 | modified | scott.stark@jboss.org | //trunk/deployment/build.xml | Update to use the VDF deployers. |
| 58056 | modified | scott.stark@jboss.org | //trunk/deployment/.classpath | Update to use the VDF deployers. |
| 58056 | modified | scott.stark@jboss.org | //trunk/deployment/src/main/org/jboss/deployment/services/DeploymentManagerService.java | Update to use the VDF deployers. |
| 58056 | modified | scott.stark@jboss.org | //trunk/deployment/src/main/org/jboss/deployment/services/DeploymentManagerServiceMBean.java | Update to use the VDF deployers. |
| 58055 | modified | scott.stark@jboss.org | //trunk/deployment/src/main/org/jboss/deployment/spi/SerializableTargetModuleID.java | Fix the serialVersionUID as it was not static and therefore ignored. |
| 58035 | modified | scott.stark@jboss.org | //trunk/ejb3/src/main/org/jboss/ejb3/deployers/JBossClientParsingDeployer.java | Reduce the logging level to debug |
| 58034 | modified | scott.stark@jboss.org | //trunk/server/src/main/org/jboss/deployment/JBossWebAppParsingDeployer.java | Remove the hard-coded getRelativeOrder override and instead set the default from the ctor. |
| 58033 | modified | scott.stark@jboss.org | //trunk/tomcat/src/resources/war-deployers-all-beans.xml | Set the parsing deployer orders. |
| 58033 | modified | scott.stark@jboss.org | //trunk/tomcat/src/resources/war-deployers-beans.xml | Set the parsing deployer orders. |
| 58032 | modified | scott.stark@jboss.org | //trunk/server/src/main/org/jboss/metadata/web/JBossWebMetaDataObjectFactory.java | Throw an IllegalStateException if both the root and metaData are null as its likely a deployer order problem. |
| 58031 | added | bdecoste | //trunk/ejb3/src/resources/test/stateful/META-INF/persistence.xml | fix and test for evicting already passivated SFSB |
| 58031 | modified | bdecoste | //trunk/ejb3/build-test.xml | fix and test for evicting already passivated SFSB |
| 58031 | added | bdecoste | //trunk/ejb3/src/test/org/jboss/ejb3/test/stateful/EntityFacadeBean.java | fix and test for evicting already passivated SFSB |
| 58031 | modified | bdecoste | //trunk/ejb3/src/test/org/jboss/ejb3/test/stateful/unit/RemoteUnitTestCase.java | fix and test for evicting already passivated SFSB |
| 58031 | modified | bdecoste | //trunk/ejb3/src/main/org/jboss/ejb3/cache/tree/StatefulTreeCache.java | fix and test for evicting already passivated SFSB |
| 58031 | added | bdecoste | //trunk/ejb3/src/test/org/jboss/ejb3/test/stateful/Entity.java | fix and test for evicting already passivated SFSB |
| 58031 | added | bdecoste | //trunk/ejb3/src/test/org/jboss/ejb3/test/stateful/EntityFacade.java | fix and test for evicting already passivated SFSB |
| 58029 | modified | rrajesh | //trunk/tools/etc/cruisecontrol/templates/projects-db.xml | Enabled hibernate mysql and sybase builds |
| 58028 | modified | thomas.diesler@jboss.com | //trunk/server/src/main/org/jboss/web/deployers/AbstractWarDeployment.java | // FIXME: JBAS-3812 - TomcatDeployment should use modified WebMetaDataURL warURL = (URL) di.getAttachment("jbossws.expanded.war.url"); |
| 58027 | modified | bstansberry@jboss.com | //trunk/build/build-thirdparty.xml | [JBAS-3735] Update JGroups to 2.4 |
| 58026 | modified | scott.stark@jboss.org | //trunk/ejb3/src/main/org/jboss/ejb3/deployers/JBossClientParsingDeployer.java | Remove the hard-coded getRelativeOrder override and instead set the default from the ctor. |
| 58025 | modified | scott.stark@jboss.org | //trunk/server/src/main/org/jboss/deployment/EARStructure.java | Remove the hard-coded getRelativeOrder override and instead set the default from the ctor. |
| 58025 | modified | scott.stark@jboss.org | //trunk/server/src/main/org/jboss/deployment/JBossAppParsingDeployer.java | Remove the hard-coded getRelativeOrder override and instead set the default from the ctor. |
| 58024 | modified | scott.stark@jboss.org | //trunk/aspects/src/main/org/jboss/aop/deployers/AspectDeployer.java | Remove the hard-coded getRelativeOrder override and instead set the default from the ctor. |
| 58023 | modified | scott.stark@jboss.org | //trunk/connector/src/main/org/jboss/resource/deployers/RARDeployer.java | Remove the hard-coded getRelativeOrder override and instead set the default from the ctor. |
| 58022 | modified | scott.stark@jboss.org | //trunk/server/src/main/org/jboss/web/deployers/AbstractWarDeployer.java | Remove the hard-coded getRelativeOrder override and instead set the default from the ctor. |
| 58015 | modified | bill.burke@jboss.com | //trunk/ejb3/src/main/org/jboss/ejb3/deployers/EJBRegistrationDeployer.java | fix URL so that JarEntry urls come out correctly. |
| 58015 | modified | bill.burke@jboss.com | //trunk/ejb3/src/main/org/jboss/ejb3/EJB3Deployer.java | fix URL so that JarEntry urls come out correctly. |
| 58013 | added | thomas.diesler@jboss.com | //trunk/ejb3/src/main/org/jboss/ejb3/clientmodule/package.html | add missing clientmodule |
| 58013 | added | thomas.diesler@jboss.com | //trunk/ejb3/src/main/org/jboss/ejb3/clientmodule | add missing clientmodule |