|
| 59054 | modified | anil.saldhana@jboss.com | //trunk/system-jmx/src/main/org/jboss/system/metadata/ServiceDependencyValueMetaData.java | add a null check such that if the setDependency has never been called, no NPE happens |
| 59053 | modified | anil.saldhana@jboss.com | //trunk/tomcat/src/resources/war-deployers-all-beans.xml | JBAS-3932: security deployer dependence on component deployers |
| 59053 | modified | anil.saldhana@jboss.com | //trunk/tomcat/src/resources/war-deployers-beans.xml | JBAS-3932: security deployer dependence on component deployers |
| 59052 | modified | anil.saldhana@jboss.com | //trunk/server/src/main/org/jboss/web/deployers/WebModule.java | JBAS-3932: security deployer with permission creation delegated to JaccPolicy service bean and dependence of component deployers on JaccPolicy service bean |
| 59052 | modified | anil.saldhana@jboss.com | //trunk/server/src/main/org/jboss/web/deployers/WebModuleMBean.java | JBAS-3932: security deployer with permission creation delegated to JaccPolicy service bean and dependence of component deployers on JaccPolicy service bean |
| 59052 | modified | anil.saldhana@jboss.com | //trunk/server/src/main/org/jboss/web/deployers/AbstractWarDeployment.java | JBAS-3932: security deployer with permission creation delegated to JaccPolicy service bean and dependence of component deployers on JaccPolicy service bean |
| 59052 | modified | anil.saldhana@jboss.com | //trunk/server/src/main/org/jboss/web/deployers/AbstractWarDeployer.java | JBAS-3932: security deployer with permission creation delegated to JaccPolicy service bean and dependence of component deployers on JaccPolicy service bean |
| 59051 | added | anil.saldhana@jboss.com | //trunk/server/src/main/org/jboss/ejb/EJBPermissionMapping.java | JBAS-3932: security deployer with permission creation delegated to JaccPolicy service bean and dependence of component deployers on JaccPolicy service bean |
| 59051 | modified | anil.saldhana@jboss.com | //trunk/server/src/main/org/jboss/ejb/EjbModule.java | JBAS-3932: security deployer with permission creation delegated to JaccPolicy service bean and dependence of component deployers on JaccPolicy service bean |
| 59051 | modified | anil.saldhana@jboss.com | //trunk/server/src/main/org/jboss/ejb/EjbModuleMBean.java | JBAS-3932: security deployer with permission creation delegated to JaccPolicy service bean and dependence of component deployers on JaccPolicy service bean |
| 59051 | modified | anil.saldhana@jboss.com | //trunk/server/src/main/org/jboss/ejb/deployers/EjbDeployer.java | JBAS-3932: security deployer with permission creation delegated to JaccPolicy service bean and dependence of component deployers on JaccPolicy service bean |
| 59050 | added | anil.saldhana@jboss.com | //trunk/server/src/main/org/jboss/deployment/security/JaccPolicyUtil.java | JBAS-3932: security deployer |
| 59050 | added | anil.saldhana@jboss.com | //trunk/server/src/main/org/jboss/deployment/security | JBAS-3932: security deployer |
| 59050 | added | anil.saldhana@jboss.com | //trunk/server/src/main/org/jboss/deployment/security/JaccPolicy.java | JBAS-3932: security deployer |
| 59050 | added | anil.saldhana@jboss.com | //trunk/server/src/main/org/jboss/deployment/security/JaccPolicyMBean.java | JBAS-3932: security deployer |
| 59050 | added | anil.saldhana@jboss.com | //trunk/server/src/main/org/jboss/deployment/security/SecurityDeployer.java | JBAS-3932: security deployer |
| 59049 | modified | anil.saldhana@jboss.com | //trunk/server/src/etc/deployers/ejb-deployer-beans.xml | JBAS-3932: security deployer with added dependency in ejb/web deployers |
| 59049 | modified | anil.saldhana@jboss.com | //trunk/server/src/etc/deployers/ear-deployer-beans.xml | JBAS-3932: security deployer with added dependency in ejb/web deployers |
| 59049 | added | anil.saldhana@jboss.com | //trunk/server/src/etc/deployers/security-deployer-beans.xml | JBAS-3932: security deployer with added dependency in ejb/web deployers |
| 59043 | modified | alex.loubyansky@jboss.com | //trunk/server/src/main/org/jboss/ejb/txtimer/EJBTimerServiceImpl.java | JBCTS-381 allow to objects that don't implement TimedObject to call ctx.getTimerService() |
| 59043 | modified | alex.loubyansky@jboss.com | //trunk/server/src/main/org/jboss/ejb/Container.java | JBCTS-381 allow to objects that don't implement TimedObject to call ctx.getTimerService() |
| 59034 | modified | alex.loubyansky@jboss.com | //trunk/server/src/main/org/jboss/deployment/ClientDeployer.java | quick fix to filter javaee namespace |
| 59031 | modified | scott.stark@jboss.org | //trunk/system/src/main/org/jboss/profileservice/spi/ProfileKey.java | Add the domain, server, name accessors |
| 59030 | modified | scott.stark@jboss.org | //trunk/server/src/etc/conf/default/bootstrap-beans.xml | Move the initial ProfileServiceImpl to a basic subpackage |
| 59029 | added | scott.stark@jboss.org | //trunk/system/src/main/org/jboss/system/server/profileservice/basic | Move the initial ProfileServiceImpl to a basic subpackage |
| 59029 | deleted | scott.stark@jboss.org | //trunk/system/src/main/org/jboss/system/server/profileservice/ProfileServiceImpl.java | Move the initial ProfileServiceImpl to a basic subpackage |
| 59029 | added | scott.stark@jboss.org | //trunk/system/src/main/org/jboss/system/server/profileservice/basic/ProfileServiceImpl.java | Move the initial ProfileServiceImpl to a basic subpackage |
| 59028 | modified | scott.stark@jboss.org | //trunk/varia/src/main/org/jboss/tools/SerialVersionUID.java | Change the default argument to the a non-ri-home and require -rihome dir to specify a javaee class scan. |
| 59027 | modified | remy.maucherat@jboss.com | //trunk/tomcat/src/main/org/jboss/web/tomcat/tc6/deployers/DeployerConfig.java | - Use a shared WebMetaData object for parsing the shared web.xml configuration. |
| 59027 | modified | remy.maucherat@jboss.com | //trunk/tomcat/src/main/org/jboss/web/tomcat/tc6/deployers/TomcatDeployment2.java | - Use a shared WebMetaData object for parsing the shared web.xml configuration. |
| 59027 | modified | remy.maucherat@jboss.com | //trunk/tomcat/src/main/org/jboss/web/tomcat/tc6/deployers/JBossContextConfig.java | - Use a shared WebMetaData object for parsing the shared web.xml configuration. |
| 59027 | modified | remy.maucherat@jboss.com | //trunk/tomcat/src/main/org/jboss/web/tomcat/tc6/deployers/TomcatDeployer.java | - Use a shared WebMetaData object for parsing the shared web.xml configuration. |
| 59023 | modified | scott.stark@jboss.org | //trunk/tomcat/src/main/org/jboss/web/tomcat/tc6/deployers/TomcatDeployment.java | Ensure WEB-INF/classes is in the web loader path if it exists |
| 59023 | modified | scott.stark@jboss.org | //trunk/tomcat/src/main/org/jboss/web/tomcat/tc6/deployers/TomcatDeployment2.java | Ensure WEB-INF/classes is in the web loader path if it exists |
| 59022 | modified | scott.stark@jboss.org | //trunk/tomcat/src/main/org/jboss/web/tomcat/tc6/deployers/TomcatDeployer.java | Add a deploymentClass property to control the deployment wrapper |
| 59021 | modified | scott.stark@jboss.org | //trunk/tomcat/src/resources/war-deployers-beans.xml | Add a deploymentClass property to control the deployment wrapper |
| 59012 | modified | remy.maucherat@jboss.com | //trunk/tomcat/src/main/org/jboss/web/tomcat/tc6/deployers/VFSDirContext.java | Either I missed something, or isLeaf isn't behaving the same as it was before, as "my.jar".isLeaf() returns false. |