|
| 56593 | modified | bill.burke@jboss.com | //trunk/ejb3/build.xml | build e-ejb3 libs correctly |
| 56592 | modified | bill.burke@jboss.com | //trunk/ejb3/src/main/org/jboss/ejb3/ProxyDeployer.java | fix E-EJB3 error when default client bind address wasn't being found |
| 56592 | modified | bill.burke@jboss.com | //trunk/ejb3/src/main/org/jboss/ejb3/SessionContainer.java | fix E-EJB3 error when default client bind address wasn't being found |
| 56592 | modified | bill.burke@jboss.com | //trunk/ejb3/src/main/org/jboss/ejb3/MCClientKernelAbstraction.java | fix E-EJB3 error when default client bind address wasn't being found |
| 56592 | modified | bill.burke@jboss.com | //trunk/ejb3/src/main/org/jboss/ejb3/ProxyFactoryHelper.java | fix E-EJB3 error when default client bind address wasn't being found |
| 56592 | modified | bill.burke@jboss.com | //trunk/ejb3/src/main/org/jboss/ejb3/Ejb3AnnotationHandler.java | fix E-EJB3 error when default client bind address wasn't being found |
| 56592 | modified | bill.burke@jboss.com | //trunk/ejb3/src/main/org/jboss/ejb3/Ejb3JmxDeployment.java | fix E-EJB3 error when default client bind address wasn't being found |
| 56592 | modified | bill.burke@jboss.com | //trunk/ejb3/src/main/org/jboss/ejb3/Ejb3Deployment.java | fix E-EJB3 error when default client bind address wasn't being found |
| 56591 | modified | rrajesh | //trunk/tools/etc/cruisecontrol/templates/projects-db.xml | Enabled ms sqlserver builds |
| 56590 | modified | rrajesh | //trunk/tools/etc/cruisecontrol/scripts/hibernate/jtds-sqlserver.properties | Enabled ms sqlserver builds |
| 56589 | modified | rrajesh | //trunk/ejb3/build-test.xml | Renamed jboss.messaging.classpath to jboss.mq.classpath |
| 56588 | modified | rrajesh | //trunk/ejb3/build.xml | Renamed jboss.messaging.classpath to jboss.mq.classpath |
| 56587 | modified | rrajesh | //trunk/tomcat/build-test.xml | Renamed jboss.messaging.classpath to jboss.mq.classpath |
| 56586 | modified | rrajesh | //trunk/console/build.xml | Renamed jboss.messaging.classpath to jboss.mq.classpath |
| 56585 | modified | rrajesh | //trunk/cluster/build.xml | Renamed jboss.messaging.classpath to jboss.mq.classpath |
| 56584 | modified | rrajesh | //trunk/aspects/build-test50.xml | Renamed jboss.messaging.classpath to jboss.mq.classpath |
| 56583 | modified | rrajesh | //trunk/admin-console/build.xml | Renamed jboss.messaging.classpath to jboss.mq.classpath |
| 56582 | modified | rrajesh | //trunk/build/build-distr.xml | Reverting changes done for tck work. Packages jbossmq to the distributions. |
| 56581 | added | bdecoste | //trunk/ejb3/src/resources/test/servlet/servlet-security-service.xml | added webauthentication test for support ticket 10923 |
| 56581 | modified | bdecoste | //trunk/ejb3/src/test/org/jboss/ejb3/test/servlet/unit/EarServletUnitTestCase.java | added webauthentication test for support ticket 10923 |
| 56581 | modified | bdecoste | //trunk/ejb3/build-test.xml | added webauthentication test for support ticket 10923 |
| 56581 | modified | bdecoste | //trunk/ejb3/src/test/org/jboss/ejb3/test/servlet/Session30Bean.java | added webauthentication test for support ticket 10923 |
| 56581 | modified | bdecoste | //trunk/ejb3/src/test/org/jboss/ejb3/test/servlet/servlets/EJBServlet.java | added webauthentication test for support ticket 10923 |
| 56581 | modified | bdecoste | //trunk/ejb3/src/test/org/jboss/ejb3/test/servlet/StatefulBean.java | added webauthentication test for support ticket 10923 |
| 56581 | modified | bdecoste | //trunk/ejb3/src/resources/test/servlet/META-INF/jboss-app.xml | added webauthentication test for support ticket 10923 |
| 56581 | modified | bdecoste | //trunk/ejb3/src/test/org/jboss/ejb3/test/servlet/unit/HttpUtils.java | added webauthentication test for support ticket 10923 |
| 56581 | modified | bdecoste | //trunk/ejb3/src/test/org/jboss/ejb3/test/servlet/unit/ServletUnitTestCase.java | added webauthentication test for support ticket 10923 |
| 56581 | modified | bdecoste | //trunk/ejb3/src/resources/test/servlet/WEB-INF/test-web.xml | added webauthentication test for support ticket 10923 |
| 56581 | modified | bdecoste | //trunk/ejb3/src/resources/test/servlet/WEB-INF/jboss-web.xml | added webauthentication test for support ticket 10923 |
| 56581 | modified | bdecoste | //trunk/ejb3/src/test/org/jboss/ejb3/test/servlet/Session30.java | added webauthentication test for support ticket 10923 |
| 56580 | modified | rrajesh | //trunk/tools/etc/cruisecontrol/templates/projects-matrix.xml | Added builds for jboss-portal-2.6 |
| 56579 | modified | rrajesh | //trunk/tools/etc/cruisecontrol/scripts/build-jboss-portal.xml | Added builds for jboss-portal-2.6 |
| 56576 | modified | rrajesh | //trunk/testsuite/build.xml | Renamed jboss.messaging.classpath to jboss.mq.classpath |
| 56575 | modified | rrajesh | //trunk/tools/etc/buildmagic/modules.ent | Renamed jboss.messaging.classpath to jboss.mq.classpath |
| 56574 | modified | rrajesh | //trunk/testsuite/build.xml | Added jboss messaging classpath |
| 56573 | modified | wolfc | //trunk/ejb3/build-test.xml | EJBTHREE-666: concurrent access exception |
| 56573 | added | wolfc | //trunk/ejb3/src/test/org/jboss/ejb3/test/concurrent/MyStateful.java | EJBTHREE-666: concurrent access exception |
| 56573 | added | wolfc | //trunk/ejb3/src/test/org/jboss/ejb3/test/concurrent/unit/ConcurrentUnitTestCase.java | EJBTHREE-666: concurrent access exception |
| 56573 | added | wolfc | //trunk/ejb3x/src/main/javax/ejb/ConcurrentAccessException.java | EJBTHREE-666: concurrent access exception |
| 56573 | added | wolfc | //trunk/ejb3/src/test/org/jboss/ejb3/test/concurrent/unit | EJBTHREE-666: concurrent access exception |
| 56573 | added | wolfc | //trunk/ejb3/src/test/org/jboss/ejb3/test/concurrent | EJBTHREE-666: concurrent access exception |
| 56573 | added | wolfc | //trunk/ejb3/src/test/org/jboss/ejb3/test/concurrent/MyStatefulBean.java | EJBTHREE-666: concurrent access exception |
| 56573 | modified | wolfc | //trunk/ejb3/src/main/org/jboss/ejb3/stateful/StatefulInstanceInterceptor.java | EJBTHREE-666: concurrent access exception |
| 56572 | modified | alex.loubyansky@jboss.com | //trunk/testsuite/build.xml | enabled commented xml tests |
| 56571 | modified | alex.loubyansky@jboss.com | //trunk/testsuite/src/main/org/jboss/test/xml/XOPUnitTestCase.java | |
| 56570 | modified | alex.loubyansky@jboss.com | //trunk/testsuite/src/main/org/jboss/test/xml/IntrospectionUnitTestCase.java | |
| 56564 | modified | dimitris@jboss.org | //trunk/testsuite/src/main/org/jboss/test/jmx/test/XMLAttributePersistenceManagerUnitTestCase.java | JBAS-3463, use the correct classloader when deserializing persisted custom mbean attributes |
| 56562 | added | dimitris@jboss.org | //trunk/testsuite/src/main/org/jboss/test/jmx/xmbean/ServiceUsingCustomAttribute.java | JBAS-3463, use the correct classloader when deserializing persisted custom mbean attributes |
| 56560 | modified | dimitris@jboss.org | //trunk/testsuite/imports/sections/jmx.xml | JBAS-3463, use the correct classloader when deserializing persisted custom mbean attributes |
| 56557 | added | dimitris@jboss.org | //trunk/testsuite/src/resources/jmx/xmbean/custom-attr-pers | JBAS-3463, use the correct classloader when deserializing persisted custom mbean attributes |