|
| 1.33 | modified | csuconic | server/src/etc/conf/default/log4j.xml | making org.jboss.serial INFO |
| 1.3 | modified | pilhuhn | varia/src/main/org/jboss/jmx/adaptor/snmp/agent/SnmpSystemInfo.java | Get the system uptime from the agent, which computes it anyway.This is a good aproximation, but fails when the agent is restarted.JBAS-3165 |
| 1.2 | modified | pilhuhn | varia/src/main/org/jboss/jmx/adaptor/snmp/agent/SnmpSystemInfoMBean.java | Get the system uptime from the agent, which computes it anyway.This is a good aproximation, but fails when the agent is restarted.JBAS-3165 |
| 1.9 | modified | pilhuhn | varia/src/resources/services/snmp/deploy/META-INF/jboss-service.xml | Get the system uptime from the agent, which computes it anyway.This is a good aproximation, but fails when the agent is restarted.JBAS-3165 |
| 1.2 | modified | pilhuhn | varia/src/main/org/jboss/jmx/adaptor/snmp/agent/SnmpSystemInfo.java | Provide a default for sysName in the form of '<config>@<host>'. JBAS-3165. |
| 1.567 | modified | bstansberry | testsuite/build.xml | Use std JBossCache setup for clustered sso tests |
| 1.6 | deleted | bstansberry | testsuite/src/resources/test-configs/tomcat-sso-cluster/deploy/tc5-cluster-service.xml | Use std JBossCache setup for clustered sso tests |
| 1.6 | modified | bstansberry | testsuite/src/main/org/jboss/test/web/test/SSOBaseCase.java | Add a sleep before switching servers |
| 1.6 | modified | bstansberry | tomcat/src/main/org/jboss/web/tomcat/tc5/sso/mbeans-descriptors.xml | Remove debug attribute |
| 1.5 | modified | bstansberry | tomcat/src/main/org/jboss/web/tomcat/tc5/sso/mbeans-descriptors.xml | Add cookieDomain attribute |
| 1.19 | modified | bstansberry | tomcat/src/main/org/jboss/web/tomcat/tc5/sso/TreeCacheSSOClusterManager.java | Port changes from Branch_4_0 |
| 1.12 | modified | bstansberry | tomcat/src/main/org/jboss/web/tomcat/tc5/sso/ClusteredSingleSignOn.java | Fix broken tracking of managers |
| 1.11 | modified | bstansberry | tomcat/src/main/org/jboss/web/tomcat/tc5/sso/ClusteredSingleSignOn.java | Fix broken check if a JBossManager is stopped |
| 1.8 | modified | bstansberry | testsuite/src/main/org/jboss/test/web/test/ClusteredSingleSignOnUnitTestCase.java | Fix log message |
| 1.1 | added | bstansberry | testsuite/src/resources/web/sso/war/web-form-auth-clustered.xml | branches: 1.1.2;Only make war distributable in clustered sso tests |
| 1.6 | modified | bstansberry | testsuite/src/resources/web/sso/war/web-form-auth.xml | Only make war distributable in clustered sso tests |
| 1.7 | modified | bstansberry | testsuite/src/main/org/jboss/test/web/test/ClusteredSingleSignOnUnitTestCase.java | Use the specialized ear with distrbutable webapps |
| 1.10 | modified | bstansberry | testsuite/imports/sections/web.xml | Only make war distributable in clustered sso tests |
| 1.5 | modified | bstansberry | testsuite/src/main/org/jboss/test/web/test/SingleSignOnUnitTestCase.java | Use the SSOBaseCase |
| 1.1 | added | pilhuhn | varia/src/resources/jmx/examples/JBOSS-MIB-EXAMPLE.txt | An example mib-file for use with the provided snmp-getvalues.xml.JBAS-3144 / JBAS-1454. |
| 1.40 | modified | dimitris | system/src/main/org/jboss/deployment/scanner/URLDeploymentScanner.java | JBAS-3107, log a warning and return immediately when an IOException occurs during scan to avoid undeployment of all deploy/ packages, when a transient error occurs. |
| 1.39 | modified | dimitris | system/src/main/org/jboss/deployment/scanner/URLDeploymentScanner.java | JBAS-3118, refactor Andy's changes so that suspending/resuming of scaning for particular deployments works in all situations (added/changed/removed url) |
| 1.6 | modified | dimitris | system/src/main/org/jboss/deployment/scanner/URLDeploymentScannerMBean.java | JBAS-3118, refactor Andy's changes so that suspending/resuming of scaning for particular deployments works in all situations (added/changed/removed url) |
| 1.2 | modified | rrajasekaran | tools/etc/cruisecontrol/scripts/build-jboss-serialization-testsuite.xml | Removed jboss-serialization runs with jrockit1.4 |
| 1.58 | modified | rrajasekaran | tools/etc/cruisecontrol/templates/projects.xml | Added jboss-serialization-testsuite project |
| 1.1 | added | rrajasekaran | tools/etc/cruisecontrol/scripts/build-jboss-serialization-testsuite.xml | Build file for jboss-serialization-testsuite |
| 1.5 | modified | dimitris | system/src/main/org/jboss/deployment/SuffixOrderHelper.java | correct the output when printing an enhanced suffix |
| 1.19 | modified | dimitris | server/src/etc/deploy/ejb-deployer.xml | JBAS-3053, inject a TransactionManagerFactory to the ejb timer service, use that upon start or fall back to the locator |
| 1.11 | modified | dimitris | server/src/main/org/jboss/ejb/txtimer/EJBTimerServiceImpl.java | JBAS-3053, inject a TransactionManagerFactory to the ejb timer service, use that upon start or fall back to the locator |
| 1.4 | modified | dimitris | server/src/main/org/jboss/ejb/txtimer/EJBTimerServiceImplMBean.java | JBAS-3053, inject a TransactionManagerFactory to the ejb timer service, use that upon start or fall back to the locator |
| 1.9 | modified | dimitris | transaction/src/main/org/jboss/tm/TransactionManagerServiceMBean.java | JBAS-3053, create a separate TransactionManagerFactory interface for cleaner injection of TransactionManager to ejb timer service |
| 1.1 | added | dimitris | transaction/src/main/org/jboss/tm/TransactionManagerFactory.java | branches: 1.1.2;JBAS-3053, create a separate TransactionManagerFactory interface for cleaner injection of TransactionManager to ejb timer service |
| 1.1 | added | bill | kernel/src/main/org/jboss/deployment/KernelErrorsLogger.java | Deployer prototype |
| 1.1 | added | bill | kernel/src/main/org/jboss/deployment/MainDeployerImpl.java | Deployer prototype |
| 1.1 | added | bill | kernel/src/resources/deployment/classpath-bootstrap.xml | Deployer prototype |
| 1.1 | added | bill | kernel/src/resources/xml-test/org/jboss/test/deployment/four-beans.xml | Deployer prototype |
| 1.1 | added | bill | kernel/src/resources/xml-test/org/jboss/test/deployment/one-beans.xml | Deployer prototype |
| 1.1 | added | bill | kernel/src/resources/xml-test/org/jboss/test/deployment/three-beans.xml | Deployer prototype |
| 1.1 | added | bill | kernel/src/resources/xml-test/org/jboss/test/deployment/two-beans.xml | Deployer prototype |
| 1.1 | added | bill | kernel/src/tests/org/jboss/test/deployment/BaseDeploymentTestCase.java | Deployer prototype |
| 1.1 | added | bill | kernel/src/tests/org/jboss/test/deployment/Bean.java | Deployer prototype |
| 1.1 | added | bill | kernel/src/main/org/jboss/deployment/plugins/ClasspathBootstrap.java | Deployer prototype |
| 1.1 | added | bill | kernel/src/main/org/jboss/deployment/plugins/ClasspathScanner.java | Deployer prototype |
| 1.1 | added | bill | kernel/src/main/org/jboss/deployment/plugins/IgnoredJars.java | Deployer prototype |
| 1.1 | added | bill | kernel/src/main/org/jboss/deployment/plugins/MCDeployer.java | Deployer prototype |
| 1.1 | added | bill | kernel/src/main/org/jboss/deployment/plugins/TCLDeployerAspect.java | Deployer prototype |
| 1.1 | added | bill | kernel/src/main/org/jboss/deployment/spi/Deployer.java | Deployer prototype |
| 1.1 | added | bill | kernel/src/main/org/jboss/deployment/spi/DeployerAspect.java | Deployer prototype |
| 1.1 | added | bill | kernel/src/main/org/jboss/deployment/spi/Deployment.java | Deployer prototype |
| 1.1 | added | bill | kernel/src/main/org/jboss/deployment/spi/MainDeployer.java | Deployer prototype |