|
| 1.4 | deleted | starksm | testsuite/marathon.bat | Remove these obsolete scripts |
| 1.3 | deleted | starksm | testsuite/marathon.sh | Remove these obsolete scripts |
| 1.4 | deleted | starksm | testsuite/mqstress.xml | Remove these obsolete scripts |
| 1.34 | modified | starksm | jmx/src/main/org/jboss/mx/server/AbstractMBeanInvoker.java | Allow the resource to interact with the XMBean if it implements the setMBeanInfo(MBeanInfo) method |
| 1.4 | modified | starksm | testsuite/src/resources/web/html/jbosstest/WEB-INF/jboss-web.xml | Update the handling of java.net.URL resource-refs to allow for an indirect mapping via the jndi-name element in the jboss descriptor. |
| 1.12 | modified | starksm | testsuite/src/resources/web/WEB-INF/jbosstest-web.xml | Update the handling of java.net.URL resource-refs to allow for an indirect mapping via the jndi-name element in the jboss descriptor. |
| 1.11 | modified | starksm | testsuite/src/main/org/jboss/test/naming/ejb/TestENCBean.java | Update the handling of java.net.URL resource-refs to allow for an indirect mapping via the jndi-name element in the jboss descriptor. |
| 1.3 | modified | starksm | testsuite/src/main/org/jboss/test/client/test/AppClientUnitTestCase.java | Update the handling of java.net.URL resource-refs to allow for an indirect mapping via the jndi-name element in the jboss descriptor. |
| 1.3 | modified | starksm | testsuite/src/main/org/jboss/test/client/test/MetaDataUnitTestCase.java | Update the handling of java.net.URL resource-refs to allow for an indirect mapping via the jndi-name element in the jboss descriptor. |
| 1.405 | modified | starksm | testsuite/build.xml | Update the app-client.ear and naming.jar |
| 1.3 | modified | starksm | testsuite/src/resources/naming/services/jboss-service.xml | Update the handling of java.net.URL resource-refs to allow for an indirect mapping via the jndi-name element in the jboss descriptor. |
| 1.6 | modified | starksm | testsuite/src/resources/naming/jar/META-INF/ejb-jar.xml | Update the handling of java.net.URL resource-refs to allow for an indirect mapping via the jndi-name element in the jboss descriptor. |
| 1.3 | modified | starksm | testsuite/src/resources/naming/jar/META-INF/jboss.xml | Update the handling of java.net.URL resource-refs to allow for an indirect mapping via the jndi-name element in the jboss descriptor. |
| 1.4 | modified | starksm | testsuite/src/resources/client/application-client.xml | Update the handling of java.net.URL resource-refs to allow for an indirect mapping via the jndi-name element in the jboss descriptor. |
| 1.1 | added | starksm | testsuite/src/resources/client/jboss-app.xml | Update the handling of java.net.URL resource-refs to allow for an indirect mapping via the jndi-name element in the jboss descriptor. |
| 1.5 | modified | starksm | testsuite/src/resources/client/jboss-client.xml | Update the handling of java.net.URL resource-refs to allow for an indirect mapping via the jndi-name element in the jboss descriptor. |
| 1.12 | modified | starksm | server/src/main/org/jboss/deployment/ClientDeployer.java | Update the handling of java.net.URL resource-refs to allow for an indirect mapping via the jndi-name element in the jboss descriptor. |
| 1.20 | modified | starksm | server/src/main/org/jboss/web/AbstractWebDeployer.java | Update the handling of java.net.URL resource-refs to allow for an indirect mapping via the jndi-name element in the jboss descriptor. |
| 1.162 | modified | starksm | server/src/main/org/jboss/ejb/Container.java | Update the handling of java.net.URL resource-refs to allow for an indirect mapping via the jndi-name element in the jboss descriptor. |
| 1.5 | modified | starksm | server/src/resources/dtd/jboss-client_4_0.dtd | Update the res-url element comment.Its value is a URL string for a resource-ref ofres-type = java.net.URL. Using a res-url creates a binding of the URLinstance under the java:comp/env. If you want to link to another bindingof a URL, you can use the jndi-name to do so.// Binds the URL(http://x.y.z) under java:comp/env/jdbc/XYZHome<resource-ref> <res-ref-name>jdbc/XYZHome</res-ref-name> <res-url>http://x.y.z</res-url></resource-ref>// Binds a link to urls/XYZHomePage under java:comp/env/jdbc/XYZHome<resource-ref> <res-ref-name>jdbc/XYZHome</res-ref-name> <res-url>urls/XYZHomePage</res-url></resource-ref> |
| 1.8 | modified | starksm | server/src/resources/dtd/jboss-web_4_0.dtd | Update the res-url element comment.Its value is a URL string for a resource-ref ofres-type = java.net.URL. Using a res-url creates a binding of the URLinstance under the java:comp/env. If you want to link to another bindingof a URL, you can use the jndi-name to do so.// Binds the URL(http://x.y.z) under java:comp/env/jdbc/XYZHome<resource-ref> <res-ref-name>jdbc/XYZHome</res-ref-name> <res-url>http://x.y.z</res-url></resource-ref>// Binds a link to urls/XYZHomePage under java:comp/env/jdbc/XYZHome<resource-ref> <res-ref-name>jdbc/XYZHome</res-ref-name> <res-url>urls/XYZHomePage</res-url></resource-ref> |
| 1.20 | modified | starksm | server/src/resources/dtd/jboss_4_0.dtd | Update the res-url element comment.Its value is a URL string for a resource-ref ofres-type = java.net.URL. Using a res-url creates a binding of the URLinstance under the java:comp/env. If you want to link to another bindingof a URL, you can use the jndi-name to do so.// Binds the URL(http://x.y.z) under java:comp/env/jdbc/XYZHome<resource-ref> <res-ref-name>jdbc/XYZHome</res-ref-name> <res-url>http://x.y.z</res-url></resource-ref>// Binds a link to urls/XYZHomePage under java:comp/env/jdbc/XYZHome<resource-ref> <res-ref-name>jdbc/XYZHome</res-ref-name> <res-url>urls/XYZHomePage</res-url></resource-ref> |
| 1.1 | added | starksm | testsuite/src/resources/naming/JndiConfig.bsh | A BeanShell script service that binds a URL under java:/SomeWebSite to testindirect URL resource-refs |
| 1.1 | added | starksm | testsuite/src/resources/client/JndiConfig.bsh | A BeanShell script service that binds a URL under SomeWebSite to testindirect URL resource-refs |