|
| 56508 | modified | chilin | //trunk/admin-console/build.xml | Exclude wsabi & hibernate related definitions/files from the war file. Get standard dom4j.jar (with the xpath package) from jboss repository for the Console build. |
| 56508 | modified | chilin | //trunk/admin-console/.classpath | Exclude wsabi & hibernate related definitions/files from the war file. Get standard dom4j.jar (with the xpath package) from jboss repository for the Console build. |
| 56508 | modified | chilin | //trunk/admin-console/src/resources/admin-console.war/WEB-INF/web.xml | Exclude wsabi & hibernate related definitions/files from the war file. Get standard dom4j.jar (with the xpath package) from jboss repository for the Console build. |
| 56489 | modified | bill.burke@jboss.com | //trunk/ejb3/src/main/org/jboss/ejb3/enc/DeploymentEjbResolver.java | fix reference21_30 bug |
| 56489 | modified | bill.burke@jboss.com | //trunk/ejb3/src/main/org/jboss/injection/EJBHandler.java | fix reference21_30 bug |
| 56489 | modified | bill.burke@jboss.com | //trunk/ejb3/src/main/org/jboss/injection/EjbEncInjector.java | fix reference21_30 bug |
| 56487 | modified | stan.silvert@jboss.com | //trunk/tomcat/src/resources/web.xml | Commented out com.sun.faces.validateXml param. See comments in JBCTS-338 |
| 56486 | modified | bill.burke@jboss.com | //trunk/ejb3/src/main/org/jboss/ejb3/Ejb3AnnotationHandler.java | set the default client binding |
| 56485 | modified | weston.price@jboss.com | //trunk/connector/src/main/org/jboss/resource/adapter/jms/inflow/JmsServerSession.java | [JBAS-3183] Backport of new Session handling and transaction management primarily designed to integrate with WebSphereMQ. |
| 56485 | modified | weston.price@jboss.com | //trunk/connector/src/main/org/jboss/resource/adapter/jms/inflow/JmsActivationSpec.java | [JBAS-3183] Backport of new Session handling and transaction management primarily designed to integrate with WebSphereMQ. |
| 56485 | modified | weston.price@jboss.com | //trunk/connector/src/main/org/jboss/resource/adapter/jms/inflow/JmsActivation.java | [JBAS-3183] Backport of new Session handling and transaction management primarily designed to integrate with WebSphereMQ. |
| 56485 | modified | weston.price@jboss.com | //trunk/connector/src/main/org/jboss/resource/adapter/jms/inflow/JmsServerSessionPool.java | [JBAS-3183] Backport of new Session handling and transaction management primarily designed to integrate with WebSphereMQ. |
| 56484 | added | weston.price@jboss.com | //trunk/connector/src/main/org/jboss/resource/adapter/jms/inflow/RuntimeErrorHandler.java | [JBAS-3183] Backport of new Session handling and transaction management primarily designed to integrate with WebSphereMQ. |
| 56484 | added | weston.price@jboss.com | //trunk/connector/src/main/org/jboss/resource/adapter/jms/inflow/DefaultRuntimeErrorHandler.java | [JBAS-3183] Backport of new Session handling and transaction management primarily designed to integrate with WebSphereMQ. |
| 56483 | modified | weston.price@jboss.com | //trunk/connector/src/main/org/jboss/resource/adapter/jms/JmsResourceAdapter.java | [JBAS-3183] Backport of new Session handling and transaction management primarily designed to integrate with WebSphereMQ. |
| 56477 | modified | rrajesh | //trunk/tools/etc/cruisecontrol/templates/projects-matrix.xml | Moved jboss-4.0 testsuite back to build01 |
| 56477 | modified | rrajesh | //trunk/tools/etc/cruisecontrol/templates/projects.xml | Moved jboss-4.0 testsuite back to build01 |
| 56474 | added | wolfc | //trunk/ejb3/src/main/org/jboss/ejb3/naming/client | EJBTHREE-667: added ejb3 javaURLContextFactory |
| 56474 | added | wolfc | //trunk/ejb3/src/main/org/jboss/ejb3/naming/client/java | EJBTHREE-667: added ejb3 javaURLContextFactory |
| 56474 | modified | wolfc | //trunk/ejb3/build.xml | EJBTHREE-667: added ejb3 javaURLContextFactory |
| 56474 | added | wolfc | //trunk/ejb3/src/main/org/jboss/ejb3/naming | EJBTHREE-667: added ejb3 javaURLContextFactory |
| 56474 | added | wolfc | //trunk/ejb3/src/main/org/jboss/ejb3/naming/client/java/javaURLContextFactory.java | EJBTHREE-667: added ejb3 javaURLContextFactory |
| 56474 | modified | wolfc | //trunk/ejb3/src/resources/test/iiop/jndi.properties | EJBTHREE-667: added ejb3 javaURLContextFactory |
| 56474 | modified | wolfc | //trunk/ejb3/src/main/org/jboss/ejb3/embedded/JaasSecurityManagerService.java | EJBTHREE-667: added ejb3 javaURLContextFactory |
| 56474 | deleted | wolfc | //trunk/ejb3/src/main/org/jboss/ejb3/embedded/BrainlessContext.java | EJBTHREE-667: added ejb3 javaURLContextFactory |
| 56474 | added | wolfc | //trunk/ejb3/src/main/org/jboss/ejb3/naming/BrainlessContext.java | EJBTHREE-667: added ejb3 javaURLContextFactory |
| 56470 | modified | bstansberry@jboss.com | //trunk/testsuite/build.xml | Include jbossws.sar and multiplexer sar in clustered sso config |
| 56469 | modified | bstansberry@jboss.com | //trunk/testsuite/imports/server-config.xml | Include jbossws.sar in the cluster config |
| 56463 | modified | chilin | //trunk/tools/etc/buildmagic/aliases.ent | Updating apache.commons.classpath with commons-lang-2.1.jar |
| 56452 | modified | bill.burke@jboss.com | //trunk/tomcat/src/main/org/jboss/web/tomcat/tc6/WebAppLoader.java | Setup injection within JBoss Ctx Loader too so that injection/ENC population happens there too. |
| 56452 | modified | bill.burke@jboss.com | //trunk/tomcat/src/main/org/jboss/web/tomcat/tc6/TomcatDeployer.java | Setup injection within JBoss Ctx Loader too so that injection/ENC population happens there too. |
| 56452 | modified | bill.burke@jboss.com | //trunk/tomcat/src/main/org/jboss/web/tomcat/tc6/WebCtxLoader.java | Setup injection within JBoss Ctx Loader too so that injection/ENC population happens there too. |
| 56451 | deleted | bill.burke@jboss.com | //trunk/ejb3/src/resources/test/reference21_30/META-INF/jboss.xml | servlet tests |
| 56451 | modified | bill.burke@jboss.com | //trunk/ejb3/src/test/org/jboss/ejb3/test/servlet/unit/ServletUnitTestCase.java | servlet tests |
| 56451 | modified | bill.burke@jboss.com | //trunk/ejb3/src/resources/test/servlet/META-INF/application.xml | servlet tests |
| 56449 | modified | rrajesh | //trunk/tools/etc/cruisecontrol/templates/projects.xml | Increased frequency for jboss-4.0 testsuite with sun1.4 |
| 56448 | modified | rrajesh | //trunk/tools/etc/cruisecontrol/templates/projects-matrix.xml | Moved cache testsuite to build02 |
| 56444 | modified | hmesha | //trunk/tomcat/src/main/org/jboss/web/tomcat/tc6/session/JBossCacheService.java | JBAS-2921 |
| 56444 | added | hmesha | //trunk/tomcat/src/main/org/jboss/web/tomcat/tc6/session/SessionSerializationFactory.java | JBAS-2921 |
| 56438 | modified | wolfc | //trunk/server/src/main/org/jboss/naming/client/java/javaURLContextFactory.java | changed lookup order of clientCtx, because it might not be available (EJBTHREE-667) |
| 56434 | modified | wolfc | //trunk/ejb3/src/main/org/jboss/ejb3/SessionContainer.java | EJBTHREE-667: HandleDelegate fixes & Service bean |
| 56434 | added | wolfc | //trunk/ejb3/src/test/org/jboss/ejb3/test/iiop/MyServiceBean.java | EJBTHREE-667: HandleDelegate fixes & Service bean |
| 56434 | modified | wolfc | //trunk/ejb3/src/main/org/jboss/ejb3/iiop/IORFactory.java | EJBTHREE-667: HandleDelegate fixes & Service bean |
| 56434 | modified | wolfc | //trunk/ejb3/src/main/org/jboss/ejb3/stateful/StatefulContainer.java | EJBTHREE-667: HandleDelegate fixes & Service bean |
| 56434 | modified | wolfc | //trunk/ejb3/src/test/org/jboss/ejb3/test/iiop/unit/IiopRemoteUnitTestCase.java | EJBTHREE-667: HandleDelegate fixes & Service bean |
| 56434 | modified | wolfc | //trunk/ejb3/src/main/org/jboss/ejb3/service/ServiceContainer.java | EJBTHREE-667: HandleDelegate fixes & Service bean |
| 56433 | unknown | bela@jboss.com | //trunk/build/build-thirdparty.xml | upgraded JGroups from 2.4CR1 to 2.4CR2 |
| 56425 | modified | anil.saldhana@jboss.com | //trunk/security/src/main/org/jboss/security/SecurityContext.java | default to other if the specified app policy is not found |
| 56424 | modified | dimitris@jboss.org | //trunk/system/src/main/org/jboss/deployment/MainDeployer.java | JBAS-3585, on shutdown avoid undeploying twice unpacked nested modules |
| 56419 | modified | anil.saldhana@jboss.com | //trunk/ejb3/src/main/org/jboss/ejb3/embedded/JaasSecurityManagerService.java | correct the JNDI lookup |