|
| 1.16 | modified | tdiesler | testsuite/src/main/org/jboss/test/webservice/WebserviceTestBase.java | Add getClientContext(String clientName) |
| 1.18 | modified | tdiesler | testsuite/imports/sections/webservice.xml | remove wsrp deployments |
| 1.3 | modified | tdiesler | testsuite/src/main/org/jboss/test/webservice/jbws231/EyeColorType.java | branches: 1.3.2;fix fromValue() |
| 1.5 | modified | dimitris | mbeans/src/main/org/jboss/mx/server/AbstractMBeanInvoker.java | JBAS-1704, standard mbeans should be accessed through their interface, at least when their implementation is not public. |
| 1.4 | modified | dimitris | mbeans/src/main/org/jboss/mx/server/MethodMapper.java | JBAS-1704, standard mbeans should be accessed through their interface, at least when their implementation is not public. |
| 1.1 | added | dimitris | testsuite/src/main/org/jboss/test/jbossmx/compliance/standard/PackageProtectedTestCase.java | branches: 1.1.2;JBAS-1704, standard mbeans should be accessed through their interface, at least when their implementation is not public. |
| 1.1 | added | dimitris | testsuite/src/main/org/jboss/test/jbossmx/compliance/standard/support/PackageProtected.java | branches: 1.1.2;JBAS-1704, standard mbeans should be accessed through their interface, at least when their implementation is not public. |
| 1.1 | added | dimitris | testsuite/src/main/org/jboss/test/jbossmx/compliance/standard/support/PackageProtectedMBean.java | branches: 1.1.2;JBAS-1704, standard mbeans should be accessed through their interface, at least when their implementation is not public. |
| 1.1 | added | dimitris | testsuite/src/main/org/jboss/test/jbossmx/compliance/standard/support/PackageProtectedMBeanFactory.java | branches: 1.1.2;JBAS-1704, standard mbeans should be accessed through their interface, at least when their implementation is not public. |
| 1.5 | modified | dimitris | testsuite/src/main/org/jboss/test/jbossmx/compliance/modelmbean/ModelMBeanTestCase.java | JBAS-1704, standard mbeans should be accessed through their interface, at least when their implementation is not public. |
| 1.1 | added | dimitris | testsuite/src/main/org/jboss/test/jbossmx/compliance/modelmbean/support/Resource2.java | branches: 1.1.2;JBAS-1704, standard mbeans should be accessed through their interface, at least when their implementation is not public. |
| 1.1 | added | dimitris | testsuite/src/main/org/jboss/test/jbossmx/compliance/modelmbean/support/Resource2MBean.java | branches: 1.1.2;JBAS-1704, standard mbeans should be accessed through their interface, at least when their implementation is not public. |
| 1.6 | modified | rrajasekaran | tools/etc/cruisecontrol/templates/projects-db.xml | Added jbpm-hsqldb-testsuite |
| 1.1 | added | rrajasekaran | tools/etc/cruisecontrol/scripts/jbpm/hsqldb.properties | hibernate.properties file for jbpm with hsqldb |
| 1.1 | added | rrajasekaran | tools/etc/cruisecontrol/scripts/build-jbpm-db-matrix.xml | Build file for jbpm.db testsuite |
| 1.53 | modified | timfox | jms/tests/etc/log4j.xml | Oracle persistence manager config, improved synchronization on channel, updated docs |
| 1.33 | modified | timfox | jms/tests/src/org/jboss/test/messaging/tools/jmx/ServiceContainer.java | Oracle persistence manager config, improved synchronization on channel, updated docs |
| 1.5 | modified | timfox | jms/docs/gettingstarted/en/modules/configuration.xml | Oracle persistence manager config, improved synchronization on channel, updated docs |
| 1.52 | modified | timfox | jms/src/etc/server/default/deploy/jboss-messaging-service.xml | Oracle persistence manager config, improved synchronization on channel, updated docs |
| 1.17 | modified | timfox | jms/src/main/org/jboss/jms/server/destination/DestinationServiceSupport.java | Oracle persistence manager config, improved synchronization on channel, updated docs |
| 1.14 | modified | timfox | jms/src/main/org/jboss/messaging/core/ChannelState.java | Oracle persistence manager config, improved synchronization on channel, updated docs |
| 1.23 | modified | timfox | jms/src/main/org/jboss/messaging/core/plugin/JDBCPersistenceManager.java | Oracle persistence manager config, improved synchronization on channel, updated docs |
| 1.115 | modified | timfox | jms/tests/build.xml | Oracle persistence manager config, improved synchronization on channel, updated docs |
| 1.66 | modified | timfox | jms/tests/bin/runtest | Oracle persistence manager config, improved synchronization on channel, updated docs |
| 1.13 | modified | timfox | jms/tests/bin/start-rmi-server | Oracle persistence manager config, improved synchronization on channel, updated docs |
| 1.2 | modified | tdiesler | testsuite/src/main/org/jboss/test/webservice/jbws231/EyeColorType.java | fix jbws-231 |
| 1.3 | modified | tdiesler | testsuite/src/main/org/jboss/test/webservice/jbws231/JBWS231TestCase.java | branches: 1.3.2;fix jbws-231 |
| 1.554 | modified | asaldhana | testsuite/build.xml | Testcase for the saml thin library from Sohil Shah |
| 1.1 | added | asaldhana | testsuite/src/main/org/jboss/test/security/identity/sso/SAMLGenerationTestCase.java | Testcase for the saml thin library from Sohil Shah |
| 1.35 | modified | asaldhana | varia/.classpath | Update eclipse path |
| 1.121 | modified | asaldhana | varia/build.xml | Add the opensaml path and construct the saml jar |
| 1.2 | modified | tdiesler | testsuite/src/main/org/jboss/test/webservice/jbws231/JBWS231TestCase.java | Add FIXME |
| 1.1 | added | asaldhana | varia/src/main/org/jboss/security/identity/sso/AuthResponse.java | Thin saml library to construct request and response messages based on username/password (Courtesy Sohil Shah) |
| 1.1 | added | asaldhana | varia/src/main/org/jboss/security/identity/sso/JBossSingleSignOnProcessor.java | Thin saml library to construct request and response messages based on username/password (Courtesy Sohil Shah) |
| 1.1 | added | asaldhana | varia/src/main/org/jboss/security/identity/sso/SSOException.java | Thin saml library to construct request and response messages based on username/password (Courtesy Sohil Shah) |
| 1.1 | added | asaldhana | varia/src/main/org/jboss/security/identity/sso/SSOUser.java | Thin saml library to construct request and response messages based on username/password (Courtesy Sohil Shah) |
| 1.1 | added | asaldhana | varia/src/main/org/jboss/security/identity/sso/SingleSignOnProcessor.java | Thin saml library to construct request and response messages based on username/password (Courtesy Sohil Shah) |
| 1.17 | modified | tdiesler | testsuite/imports/sections/webservice.xml | Add JBWS-231Handle Simple Types with Enumerated Values |
| 1.11 | modified | tdiesler | testsuite/src/main/org/jboss/test/webservice/jbws-cases.txt | Add JBWS-231Handle Simple Types with Enumerated Values |
| 1.1 | added | tdiesler | testsuite/src/resources/webservice/jbws231/WEB-INF/wsdl/TestService.wsdl | branches: 1.1.2;Add JBWS-231Handle Simple Types with Enumerated Values |
| 1.1 | added | tdiesler | testsuite/src/main/org/jboss/test/webservice/jbws231/EyeColorType.java | Add JBWS-231Handle Simple Types with Enumerated Values |
| 1.1 | added | tdiesler | testsuite/src/main/org/jboss/test/webservice/jbws231/JBWS231TestCase.java | Add JBWS-231Handle Simple Types with Enumerated Values |
| 1.1 | added | tdiesler | testsuite/src/main/org/jboss/test/webservice/jbws231/TestEndpoint.java | branches: 1.1.2;Add JBWS-231Handle Simple Types with Enumerated Values |
| 1.1 | added | tdiesler | testsuite/src/main/org/jboss/test/webservice/jbws231/TestEndpointImpl.java | branches: 1.1.2;Add JBWS-231Handle Simple Types with Enumerated Values |
| 1.1 | added | tdiesler | testsuite/src/resources/webservice/jbws231/wstools-config.xml | branches: 1.1.2;Add JBWS-231Handle Simple Types with Enumerated Values |
| 1.1 | added | tdiesler | testsuite/src/resources/webservice/jbws231/META-INF/application-client.xml | branches: 1.1.2;Add JBWS-231Handle Simple Types with Enumerated Values |
| 1.1 | added | tdiesler | testsuite/src/resources/webservice/jbws231/META-INF/jboss-client.xml | branches: 1.1.2;Add JBWS-231Handle Simple Types with Enumerated Values |
| 1.1 | added | tdiesler | testsuite/src/resources/webservice/jbws231/WEB-INF/jaxrpc-mapping.xml | branches: 1.1.2;Add JBWS-231Handle Simple Types with Enumerated Values |
| 1.1 | added | tdiesler | testsuite/src/resources/webservice/jbws231/WEB-INF/web.xml | branches: 1.1.2;Add JBWS-231Handle Simple Types with Enumerated Values |
| 1.1 | added | tdiesler | testsuite/src/resources/webservice/jbws231/WEB-INF/webservices.xml | branches: 1.1.2;Add JBWS-231Handle Simple Types with Enumerated Values |