|
| 56783 | modified | scott.stark@jboss.org | //branches/Branch_4_0/security/src/main/org/jboss/security/auth/spi/LdapExtLoginModule.java | JBAS-3645, close all NamingEnumeration results as these delay the close of the context connection. |
| 56783 | modified | scott.stark@jboss.org | //branches/Branch_4_0/security/src/main/org/jboss/security/auth/spi/LdapLoginModule.java | JBAS-3645, close all NamingEnumeration results as these delay the close of the context connection. |
| 56775 | added | anil.saldhana@jboss.com | //branches/Branch_4_0/testsuite/src/resources/web/federation/genericheader | JBAS-2283: custom header based auth support test case/resources |
| 56775 | added | anil.saldhana@jboss.com | //branches/Branch_4_0/testsuite/src/resources/web/federation/genericheader/application.xml | JBAS-2283: custom header based auth support test case/resources |
| 56775 | added | anil.saldhana@jboss.com | //branches/Branch_4_0/testsuite/src/main/org/jboss/test/web/security/CustomHeaderAuthTestCase.java | JBAS-2283: custom header based auth support test case/resources |
| 56775 | modified | anil.saldhana@jboss.com | //branches/Branch_4_0/testsuite/src/resources/web/federation/authext/jboss-service.xml | JBAS-2283: custom header based auth support test case/resources |
| 56775 | modified | anil.saldhana@jboss.com | //branches/Branch_4_0/testsuite/build.xml | JBAS-2283: custom header based auth support test case/resources |
| 56775 | modified | anil.saldhana@jboss.com | //branches/Branch_4_0/testsuite/.classpath | JBAS-2283: custom header based auth support test case/resources |
| 56775 | modified | anil.saldhana@jboss.com | //branches/Branch_4_0/testsuite/imports/sections/web.xml | JBAS-2283: custom header based auth support test case/resources |
| 56774 | modified | anil.saldhana@jboss.com | //branches/Branch_4_0/tomcat/src/resources/webserver-xmbean.xml | JBAS-2283: provide custom header based authentication support in a generic way |
| 56774 | added | anil.saldhana@jboss.com | //branches/Branch_4_0/tomcat/src/main/org/jboss/web/tomcat/security/GenericHeaderAuthenticator.java | JBAS-2283: provide custom header based authentication support in a generic way |
| 56774 | modified | anil.saldhana@jboss.com | //branches/Branch_4_0/tomcat/src/main/org/jboss/web/tomcat/tc5/Tomcat5.java | JBAS-2283: provide custom header based authentication support in a generic way |
| 56765 | modified | dimitris@jboss.org | //branches/Branch_4_0/testsuite/src/main/org/jboss/test/webservice/secure/noenv/TransportOptionsTestCase.java | JBAS-3610, the execution order of tests in this test case is important so it must be defined explicitly when running under some JVMs |
| 56762 | modified | dimitris@jboss.org | //branches/Branch_4_0/testsuite/src/main/org/jboss/test/webservice/jbws70/JBWS70TestCase.java | JBAS-3609, the execution order of tests in this test case is important so it must be defined explicitly when running under some JVMs |
| 56760 | modified | dimitris@jboss.org | //branches/Branch_4_0/testsuite/src/main/org/jboss/test/webservice/handlerflow/HandlerFlowTestCase.java | JBAS-3608, the execution order of tests in this test case is important so it must be defined explicitly when running under some JVMs |
| 56758 | modified | dimitris@jboss.org | //branches/Branch_4_0/testsuite/src/main/org/jboss/test/session/test/EjbRemoveUnitTestCase.java | JBAS-3607, the execution order of tests in this test case is important so it must be defined explicitly when running under some JVMs |
| 56756 | modified | dimitris@jboss.org | //branches/Branch_4_0/testsuite/src/main/org/jboss/test/naming/test/SecurityUnitTestCase.java | JBAS-3606, the execution order of tests in this test case is important so it must be defined explicitly when running under some JVMs |
| 56754 | modified | dimitris@jboss.org | //branches/Branch_4_0/testsuite/src/main/org/jboss/test/jacc/test/EJBSpecUnitTestCase.java | JBAS-3602, the execution order of tests in this test case is important so it must be defined explicitly when running under some JVMs |
| 56749 | modified | bill.burke@jboss.com | //branches/Branch_4_0/ejb3/docs/tutorial/entity-security/src/org/jboss/tutorial/entity/security/client/Client.java | fix |
| 56749 | modified | bill.burke@jboss.com | //branches/Branch_4_0/ejb3/docs/tutorial/entity-security/src/org/jboss/tutorial/entity/security/bean/StatelessBean.java | fix |
| 56748 | modified | bill.burke@jboss.com | //branches/Branch_4_0/ejb3/src/test/org/jboss/ejb3/test/jacc/unit/JaccTestCase.java | fix |
| 56748 | modified | bill.burke@jboss.com | //branches/Branch_4_0/ejb3/src/test/org/jboss/ejb3/test/jacc/StatelessBean.java | fix |
| 56747 | modified | bill.burke@jboss.com | //branches/Branch_4_0/ejb3/build-test.xml | fix |
| 56746 | modified | bill.burke@jboss.com | //branches/Branch_4_0/ejb3/src/test/org/jboss/ejb3/test/jacc/StatelessBean.java | remove requires |
| 56745 | modified | bdecoste | //branches/Branch_4_0/ejb3/docs/tutorial/reference21_30/src/org/jboss/tutorial/reference21_30/bean/Stateless3Bean.java | correct @EJB package |
| 56744 | modified | bdecoste | //branches/Branch_4_0/ejb3/docs/tutorial/jboss_deployment_descriptor/build.xml | use all config |
| 56743 | modified | bdecoste | //branches/Branch_4_0/ejb3/docs/tutorial/extended_pc/src/org/jboss/tutorial/extended/bean/ShoppingCart.java | remove @FlushMode |
| 56742 | modified | bdecoste | //branches/Branch_4_0/ejb3/docs/tutorial/ejb21_client_adaptors/src/org/jboss/tutorial/ejb21_client_adaptors/bean/Session1Bean.java | businessInterface to beanInterface |
| 56740 | modified | bdecoste | //branches/Branch_4_0/ejb3/docs/tutorial/clustering/build.xml | use all config |
| 56739 | modified | bdecoste | //branches/Branch_4_0/ejb3/docs/tutorial/callbacks/src/org/jboss/tutorial/callback/bean/CustomerDAOBean.java | don't delete detached entity - find it first |
| 56738 | modified | bdecoste | //branches/Branch_4_0/build/build-distr.xml | reverted jboss-cache.jar changes - tutorial was wrong, not build |
| 56737 | modified | bdecoste | //branches/Branch_4_0/ejb3/docs/tutorial/clusteredentity/build.xml | use all config |
| 56735 | modified | bdecoste | //branches/Branch_4_0/build/build-distr.xml | add jboss-cache.jar to client and default/lib |
| 56733 | modified | anil.saldhana@jboss.com | //branches/Branch_4_0/tomcat/src/main/org/jboss/web/tomcat/tc5/jca/CachedConnectionValve.java | JBAS-3642: throw a Runtime exception if the CCM is unavailable |
| 56724 | modified | dimitris@jboss.org | //branches/Branch_4_0/testsuite/src/main/org/jboss/test/jca/test/XATxConnectionManagerUnitTestCase.java | JBAS-3603, the execution order of tests in this test case is important so it must be defined explicitly when running under some JVMs |
| 56717 | modified | dimitris@jboss.org | //branches/Branch_4_0/testsuite/src/main/org/jboss/test/jbossmq/test/UnackedUnitTestCase.java | JBAS-3580, the execution order of tests in this test case is important so it must be defined explicitly when running under some JVMs |
| 56715 | modified | thomas.diesler@jboss.com | //branches/Branch_4_0/server/src/resources/dtd/jboss-web_4_0.dtd | fix order of web service related elements |
| 56712 | modified | dimitris@jboss.org | //branches/Branch_4_0/testsuite/src/main/org/jboss/test/exception/EntityExceptionUnitTestCase.java | JBAS-3492, the execution order of tests in this test case is important so it must be defined explicitly when running under some JVMs |
| 56710 | modified | dimitris@jboss.org | //branches/Branch_4_0/testsuite/src/main/org/jboss/test/cmp2/cmrtree/test/CascadeDeleteUnitTestCase.java | JBAS-3496, the execution order of tests in this test case is important so it must be defined explicitly when running under some JVMs |
| 56708 | modified | dimitris@jboss.org | //branches/Branch_4_0/testsuite/src/main/org/jboss/test/cmp2/lob/LOBUnitTestCase.java | JBAS-3497, the execution order of tests in this test case is important so it must be defined explicitly when running under some JVMs |
| 56696 | modified | dimitris@jboss.org | //branches/Branch_4_0/testsuite/src/main/org/jboss/test/jmx/test/DeployXMBeanUnitTestCase.java | JBAS-3604, the execution order of tests in this test case is important so it must be defined explicitly when running under some JVMs |
| 56693 | modified | dimitris@jboss.org | //branches/Branch_4_0/testsuite/src/main/org/jboss/test/jmx/test/SecureJMXInvokerUnitTestCase.java | JBAS-3605, the execution order of tests is important, so it must be defined explicitly when running under some JVMs |
| 56692 | modified | dimitris@jboss.org | //branches/Branch_4_0/testsuite/src/main/org/jboss/test/jmx/test/JMXInvokerUnitTestCase.java | JBAS-3605, the execution order of tests is important, so it must be defined explicitly when running under some JVMs |
| 56691 | modified | bill.burke@jboss.com | //branches/Branch_4_0/ejb3/build-test.xml | |
| 56690 | modified | bill.burke@jboss.com | //branches/Branch_4_0/build/build-thirdparty.xml | |
| 56689 | modified | bill.burke@jboss.com | //branches/Branch_4_0/ejb3/docs/tutorial/singleinheritance/single.html | "From Customer C" syntax no longer allowed by hibernate. |
| 56689 | modified | bill.burke@jboss.com | //branches/Branch_4_0/ejb3/docs/tutorial/secondary/src/org/jboss/tutorial/secondary/bean/CustomerDAOBean.java | "From Customer C" syntax no longer allowed by hibernate. |
| 56689 | modified | bill.burke@jboss.com | //branches/Branch_4_0/ejb3/src/test/org/jboss/ejb3/test/joininheritance/EntityTestBean.java | "From Customer C" syntax no longer allowed by hibernate. |
| 56689 | modified | bill.burke@jboss.com | //branches/Branch_4_0/ejb3/src/test/org/jboss/ejb3/test/entity/EntityTestBean.java | "From Customer C" syntax no longer allowed by hibernate. |
| 56689 | modified | bill.burke@jboss.com | //branches/Branch_4_0/ejb3/src/test/org/jboss/ejb3/test/entityexception/ExceptionTestBean.java | "From Customer C" syntax no longer allowed by hibernate. |