|
| 56905 | modified | bstansberry@jboss.com | //branches/Branch_4_0/testsuite/build.xml | [JBAS-2272] Get testsuite working with clustered TCP tests |
| 56904 | modified | bstansberry@jboss.com | //branches/Branch_4_0/testsuite/imports/server-config.xml | [JBAS-3592] Use jgroups.udp.ip_ttl to prevent mcast leaving the test server |
| 56903 | modified | bstansberry@jboss.com | //branches/Branch_4_0/tomcat/src/resources/tc5-cluster-service.xml | Less aggressive config for UDP to reduce chance of messages outstripping STABLERemove threads from TCP configGeneral tightening up of TCP config |
| 56902 | modified | bstansberry@jboss.com | //branches/Branch_4_0/cluster/src/etc/cluster-service.xml | [JBAS-3659] Increase UDP buffers to support farming large files[JBAS-2272] Remove unneeded up/down threads in TCP stackUse correct FD timeoutAdd FC and FRAG2 to TCP config since used for async RPC |
| 56892 | modified | bstansberry@jboss.com | //branches/Branch_4_0/cluster/src/main/org/jboss/ha/framework/server/ClusterFileTransfer.java | Call static method statically |
| 56890 | modified | bstansberry@jboss.com | //branches/Branch_4_0/cluster/src/main/org/jboss/ha/framework/server/ClusterFileTransfer.java | Don't disguise non-response to open call as an ArrayIndexOutOfBoundsException |
| 56888 | modified | bstansberry@jboss.com | //branches/Branch_4_0/cluster/src/main/org/jboss/ha/framework/server/FarmMemberService.java | Don't dump a stack trace to syserr when logging errors |
| 56885 | modified | weston.price@jboss.com | //branches/Branch_4_0/server/src/main/org/jboss/jms/asf/StdServerSession.java | [JBAS-3631] Added transaction handling branch to onMessage for StdServerSession. |
| 56884 | modified | weston.price@jboss.com | //branches/Branch_4_0/server/src/main/org/jboss/jms/asf/StdServerSessionPool.java | [JBAS-3483] Modify JavaDoc to be more accurate regarding server session pool sizeas well as exectuor threads. |
| 56881 | modified | scott.stark@jboss.org | //branches/Branch_4_0/testsuite/src/main/org/jboss/test/classloader/test/BasicLoaderUnitTestCase.java | JBAS-3494, don't rely on getMethods() attempting to load all classes in the method signatures. |
| 56880 | modified | scott.stark@jboss.org | //branches/Branch_4_0/ejb3/.classpath | Fix the build path for the iiop dependencies |
| 56880 | modified | scott.stark@jboss.org | //branches/Branch_4_0/ejb3/.project | Fix the build path for the iiop dependencies |
| 56862 | modified | bstansberry@jboss.com | //branches/Branch_4_0/cluster/src/main/org/jboss/ha/framework/server/ClusterPartition.java | [JBAS-3656] Disconnect HAPartition channel upon failure in startService() |
| 56861 | modified | bstansberry@jboss.com | //branches/Branch_4_0/testsuite/src/main/org/jboss/test/cluster/partition/test/BadStateTransferTestCase.java | [JBAS-3656] Disconnect HAPartition channel upon failure in startService() |
| 56850 | added | bill.burke@jboss.com | //branches/Branch_4_0/connector/src/main/org/jboss/resource/adapter/jms/inflow/RuntimeErrorHandler.java | backmerge |
| 56850 | added | bill.burke@jboss.com | //branches/Branch_4_0/connector/src/main/org/jboss/resource/adapter/jms/inflow/DefaultRuntimeErrorHandler.java | backmerge |
| 56846 | modified | bill.burke@jboss.com | //branches/Branch_4_0/connector/src/main/org/jboss/resource/adapter/jms/inflow/dlq/AbstractDLQHandler.java | merge from head |
| 56846 | modified | bill.burke@jboss.com | //branches/Branch_4_0/connector/src/main/org/jboss/resource/adapter/jms/inflow/JmsServerSession.java | merge from head |
| 56846 | modified | bill.burke@jboss.com | //branches/Branch_4_0/connector/src/main/org/jboss/resource/adapter/jms/inflow/JmsActivationSpec.java | merge from head |
| 56846 | modified | bill.burke@jboss.com | //branches/Branch_4_0/connector/src/main/org/jboss/resource/adapter/jms/inflow/JmsActivation.java | merge from head |
| 56846 | modified | bill.burke@jboss.com | //branches/Branch_4_0/connector/src/main/org/jboss/resource/adapter/jms/inflow/JmsServerSessionPool.java | merge from head |
| 56840 | modified | dimitris@jboss.org | //branches/Branch_4_0/testsuite/src/main/org/jboss/test/compatibility/test/SerialVersionUIDUnitTestCase.java | JBAS-3600, the execution order of tests in this test case is important so it must be defined explicitly when running under some JVMs |
| 56835 | modified | dimitris@jboss.org | //branches/Branch_4_0/server/src/bin/jboss_init_hpux.sh | JBAS-3641, Updated bin/jboss_init_hpux.sh script |
| 56831 | modified | dimitris@jboss.org | //branches/Branch_4_0/jmx/src/main/org/jboss/mx/modelmbean/ModelMBeanInvoker.java | JBAS-3655, fix the logging |
| 56826 | modified | bill.burke@jboss.com | //branches/Branch_4_0/ejb3/src/test/org/jboss/ejb3/test/stateful/unit/RemoteUnitTestCase.java | race condition in test |
| 56821 | modified | bstansberry@jboss.com | //branches/Branch_4_0/system/src/main/org/jboss/Main.java | Ensure JG < 2.4 respects jgroups.bind_addr |
| 56820 | modified | bstansberry@jboss.com | //branches/Branch_4_0/system/src/main/org/jboss/Main.java | [JBAS-3649] Set the new JGroups system properties |
| 56819 | modified | anil.saldhana@jboss.com | //branches/Branch_4_0/jmx/src/main/org/jboss/mx/modelmbean/ModelMBeanInvoker.java | JBAS-3655: lower the log level of interceptor ctr missing ctr(mbeaninvoker) as the default ctr will be used |
| 56808 | modified | scott.stark@jboss.org | //branches/Branch_4_0/security/src/main/org/jboss/security/auth/spi/LdapExtLoginModule.java | JBAS-3653, retrieve all roles from the roleDN context when roleAttributeIsDN=true |
| 56808 | modified | scott.stark@jboss.org | //branches/Branch_4_0/security/src/main/org/jboss/security/auth/spi/LdapLoginModule.java | JBAS-3653, retrieve all roles from the roleDN context when roleAttributeIsDN=true |
| 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 |