|
| 62017 | modified | scott.stark@jboss.org | //trunk/server/src/etc/conf/default/jboss-service.xml | Inject the KernelController into the MainDeployer for incomplete deployment checking |
| 62016 | modified | scott.stark@jboss.org | //trunk/system-jmx/src/main/org/jboss/deployment/MainDeployerMBean.java | Add a check for incomplete deployments after a deploy call |
| 62016 | modified | scott.stark@jboss.org | //trunk/system-jmx/src/main/org/jboss/deployment/MainDeployer.java | Add a check for incomplete deployments after a deploy call |
| 62015 | modified | scott.stark@jboss.org | //trunk/testsuite/src/main/org/jboss/test/jmx/test/RMIAdaptorAuthorizationUnitTestCase.java | Set java.security.auth.login.config to the security/auth.conf resource if not set |
| 62014 | modified | scott.stark@jboss.org | //trunk/testsuite/build.xml | Update security includes/excludes to specify the RMIAdaptorAuthorizationUnitTestCase |
| 62013 | modified | scott.stark@jboss.org | //trunk/testsuite/src/main/org/jboss/test/jmx/invoker/RMIListener.java | Use UnicastRemoteObject.exportObject(this, 0) so that dynamic stubs may be used |
| 62011 | modified | scott.stark@jboss.org | //trunk/testsuite/imports/server-config.xml | Add an explicity max 128m to webservice-ssl |
| 62007 | modified | scott.stark@jboss.org | //trunk/testsuite/src/main/org/jboss/test/web/test/WebIntegrationUnitTestCase.java | Add the messaging/test-destinations-full-service.xml deployment |
| 62006 | modified | scott.stark@jboss.org | //trunk/tomcat/src/resources/war-deployers-all-beans.xml | Comment the mainDeployer property and add the injection to the all deployers |
| 62006 | modified | scott.stark@jboss.org | //trunk/tomcat/src/resources/war-deployers-beans.xml | Comment the mainDeployer property and add the injection to the all deployers |
| 62004 | modified | rrajesh | //trunk/server/src/resources/uuid-key-generator/META-INF/jboss-service.xml | JBAS-4240 Added comment |
| 61997 | modified | rrajesh | //trunk/server/src/resources/uuid-key-generator/META-INF/jboss-service.xml | JBAS-4240 Wrap the SQL in a single line for DB2 7.2 |
| 61993 | modified | bdecoste | //trunk/ejb3/src/main/org/jboss/ejb3/entity/ManagedEntityManagerFactory.java | fixed NPE from null map in getNonTxEntityManager() - resolved several CTS tests in persistence.entitytest.apitests |
| 61992 | modified | stan.silvert@jboss.com | //trunk/build/build-thirdparty.xml | Upgrade JSF to latest patch version. |
| 61982 | modified | jerrygauth | //trunk/testsuite/local.properties | Added jbosstest.udp.ip_ttl property |
| 61976 | added | stan.silvert@jboss.com | //trunk/testsuite/src/resources/web/root-context/jboss-web.xml | JBAS-3162 |
| 61976 | modified | stan.silvert@jboss.com | //trunk/testsuite/imports/sections/web.xml | JBAS-3162 |
| 61976 | added | stan.silvert@jboss.com | //trunk/testsuite/src/main/org/jboss/test/web/test/RootContextUnitTestCase.java | JBAS-3162 |
| 61976 | added | stan.silvert@jboss.com | //trunk/testsuite/src/resources/web/root-context | JBAS-3162 |
| 61968 | modified | dimitris@jboss.org | //trunk/server/src/resources/dtd/jboss_4_0.dtd | JBAS-4252, reference the service-ref DTDs using PUBLIC ids |
| 61968 | modified | dimitris@jboss.org | //trunk/server/src/resources/dtd/jboss_5_0.dtd | JBAS-4252, reference the service-ref DTDs using PUBLIC ids |
| 61968 | modified | dimitris@jboss.org | //trunk/server/src/resources/dtd/jboss_4_2.dtd | JBAS-4252, reference the service-ref DTDs using PUBLIC ids |
| 61968 | modified | dimitris@jboss.org | //trunk/server/src/resources/dtd/jboss-web_4_0.dtd | JBAS-4252, reference the service-ref DTDs using PUBLIC ids |
| 61968 | modified | dimitris@jboss.org | //trunk/server/src/resources/dtd/jboss-client_4_0.dtd | JBAS-4252, reference the service-ref DTDs using PUBLIC ids |
| 61968 | modified | dimitris@jboss.org | //trunk/server/src/resources/dtd/jboss-web_5_0.dtd | JBAS-4252, reference the service-ref DTDs using PUBLIC ids |
| 61968 | modified | dimitris@jboss.org | //trunk/server/src/resources/dtd/jboss-client_5_0.dtd | JBAS-4252, reference the service-ref DTDs using PUBLIC ids |
| 61968 | modified | dimitris@jboss.org | //trunk/server/src/resources/dtd/jboss-web_4_2.dtd | JBAS-4252, reference the service-ref DTDs using PUBLIC ids |
| 61968 | modified | dimitris@jboss.org | //trunk/server/src/resources/dtd/jboss-client_4_2.dtd | JBAS-4252, reference the service-ref DTDs using PUBLIC ids |
| 61965 | modified | dimitris@jboss.org | //trunk/server/src/resources/dtd/service-ref_4_0.dtd | JBAS-4252, add DOCTYPE definitions in the comments for referencing the service-ref DTDs |
| 61965 | modified | dimitris@jboss.org | //trunk/server/src/resources/dtd/service-ref_5_0.dtd | JBAS-4252, add DOCTYPE definitions in the comments for referencing the service-ref DTDs |
| 61965 | modified | dimitris@jboss.org | //trunk/server/src/resources/dtd/service-ref_4_2.dtd | JBAS-4252, add DOCTYPE definitions in the comments for referencing the service-ref DTDs |
| 61948 | modified | anil.saldhana@jboss.com | //trunk/testsuite/build.xml | disable the jaspi tests |
| 61946 | modified | alex.loubyansky@jboss.com | //trunk/server/src/main/org/jboss/ejb/txtimer/GeneralPurposeDatabasePersistencePlugin.java | JBAS-4278 |
| 61943 | modified | thomas.diesler@jboss.com | //trunk/server/src/resources/schema/web-app_2_4.xsd | Remove duplicate declaration of {http://java.sun.com/xml/ns/j2ee}listenerType |
| 61942 | added | anil.saldhana@jboss.com | //trunk/testsuite/src/resources/web/custom-principal/loginError.jsp | fix the resources for the custom principal propagation test case |
| 61942 | modified | anil.saldhana@jboss.com | //trunk/testsuite/src/resources/security/META-INF/application-jaas.xml | fix the resources for the custom principal propagation test case |
| 61942 | modified | anil.saldhana@jboss.com | //trunk/testsuite/src/resources/security/META-INF/jboss.xml | fix the resources for the custom principal propagation test case |
| 61942 | added | anil.saldhana@jboss.com | //trunk/testsuite/src/resources/web/custom-principal | fix the resources for the custom principal propagation test case |
| 61942 | added | anil.saldhana@jboss.com | //trunk/testsuite/src/resources/web/custom-principal/WEB-INF/jboss-web.xml | fix the resources for the custom principal propagation test case |
| 61942 | added | anil.saldhana@jboss.com | //trunk/testsuite/src/resources/web/custom-principal/index.jsp | fix the resources for the custom principal propagation test case |
| 61942 | modified | anil.saldhana@jboss.com | //trunk/testsuite/imports/sections/security.xml | fix the resources for the custom principal propagation test case |
| 61942 | added | anil.saldhana@jboss.com | //trunk/testsuite/src/resources/web/custom-principal/WEB-INF/web.xml | fix the resources for the custom principal propagation test case |
| 61942 | added | anil.saldhana@jboss.com | //trunk/testsuite/src/resources/web/custom-principal/login.jsp | fix the resources for the custom principal propagation test case |
| 61942 | added | anil.saldhana@jboss.com | //trunk/testsuite/src/resources/web/custom-principal/WEB-INF | fix the resources for the custom principal propagation test case |
| 61942 | modified | anil.saldhana@jboss.com | //trunk/testsuite/src/resources/security/service-inf/jaas-test-config.xml | fix the resources for the custom principal propagation test case |
| 61942 | modified | anil.saldhana@jboss.com | //trunk/testsuite/src/resources/security/META-INF/ejb-jar.xml | fix the resources for the custom principal propagation test case |
| 61942 | deleted | anil.saldhana@jboss.com | //trunk/testsuite/src/resources/security/custom-principal | fix the resources for the custom principal propagation test case |
| 61941 | modified | anil.saldhana@jboss.com | //trunk/testsuite/src/main/org/jboss/test/security/test/DynamicLoginConfigServiceUnitTestCase.java | fix the test |
| 61938 | modified | scott.stark@jboss.org | //trunk/build/build-thirdparty.xml | Update to jbossxb 2.0.0.CR2 and remoting 2.2.0.GA |
| 61937 | modified | scott.stark@jboss.org | //trunk/server/src/main/org/jboss/ejb/EjbModule.java | Remove the pc.commit call as its failing the startup. The graph of policy contexts needs to be fix. |