Author: ropalka
Date: 2012-02-29 10:13:39 -0500 (Wed, 29 Feb 2012)
New Revision: 15791
Modified:
stack/native/trunk/modules/testsuite/native-tests/scripts/build-jars-jaxrpc.xml
stack/native/trunk/modules/testsuite/native-tests/src/test/java/org/jboss/test/ws/jaxrpc/jbws663/JBWS663BareBoundTestCase.java
stack/native/trunk/modules/testsuite/native-tests/src/test/java/org/jboss/test/ws/jaxrpc/jbws663/JBWS663BareUnboundTestCase.java
stack/native/trunk/modules/testsuite/native-tests/src/test/java/org/jboss/test/ws/jaxrpc/jbws663/JBWS663WrappedBoundTestCase.java
stack/native/trunk/modules/testsuite/native-tests/src/test/java/org/jboss/test/ws/jaxrpc/jbws663/JBWS663WrappedUnboundTestCase.java
stack/native/trunk/modules/testsuite/native-tests/src/test/resources/jaxrpc/jbws663/META-INF/application-client.xml
stack/native/trunk/modules/testsuite/native-tests/src/test/resources/jaxrpc/jbws663/META-INF/jboss-client.xml
stack/native/trunk/modules/testsuite/native-tests/src/test/resources/jaxrpc/jbws663b/META-INF/application-client.xml
stack/native/trunk/modules/testsuite/native-tests/src/test/resources/jaxrpc/jbws663b/META-INF/jboss-client.xml
stack/native/trunk/modules/testsuite/native-tests/src/test/resources/jaxrpc/jbws663bb/META-INF/application-client.xml
stack/native/trunk/modules/testsuite/native-tests/src/test/resources/jaxrpc/jbws663bb/META-INF/jboss-client.xml
stack/native/trunk/modules/testsuite/native-tests/src/test/resources/jaxrpc/jbws663w/META-INF/application-client.xml
stack/native/trunk/modules/testsuite/native-tests/src/test/resources/jaxrpc/jbws663w/META-INF/jboss-client.xml
stack/native/trunk/modules/testsuite/native-tests/src/test/resources/jaxrpc/jbws663wb/META-INF/application-client.xml
stack/native/trunk/modules/testsuite/native-tests/src/test/resources/jaxrpc/jbws663wb/META-INF/jboss-client.xml
stack/native/trunk/modules/testsuite/pom.xml
Log:
[AS7-3444] enabling appclient tests (WIP)
Modified: stack/native/trunk/modules/testsuite/native-tests/scripts/build-jars-jaxrpc.xml
===================================================================
---
stack/native/trunk/modules/testsuite/native-tests/scripts/build-jars-jaxrpc.xml 2012-02-29
15:11:24 UTC (rev 15790)
+++
stack/native/trunk/modules/testsuite/native-tests/scripts/build-jars-jaxrpc.xml 2012-02-29
15:13:39 UTC (rev 15791)
@@ -1560,12 +1560,16 @@
<include name="wsdl/**"/>
</webinf>
</war>
- <jar
destfile="${tests.output.dir}/test-libs/jaxrpc-jbws663b-client.jar">
+ <jar
destfile="${tests.output.dir}/test-libs/jaxrpc-jbws663b-appclient.jar">
<fileset dir="${tests.output.dir}/test-classes">
<include name="org/jboss/test/ws/jaxrpc/jbws663/*.class"/>
<include
name="org/jboss/test/ws/jaxrpc/jbws663/holders/*.class"/>
<exclude
name="org/jboss/test/ws/jaxrpc/jbws663/*TestCase.class"/>
+ <include
name="org/jboss/test/ws/appclient/AppclientKiller.class"/>
</fileset>
+ <manifest>
+ <attribute name="main-class"
value="org.jboss.test.ws.appclient.AppclientKiller"/>
+ </manifest>
<metainf
dir="${tests.output.dir}/test-resources/jaxrpc/jbws663b/META-INF">
<include name="application-client.xml"/>
<include name="jboss-client.xml"/>
@@ -1575,6 +1579,11 @@
<include name="wsdl/**"/>
</metainf>
</jar>
+ <jar
destfile="${tests.output.dir}/test-libs/jaxrpc-jbws663b-appclient.ear">
+ <fileset dir="${tests.output.dir}/test-libs">
+ <include name="jaxrpc-jbws663b-appclient.jar"/>
+ </fileset>
+ </jar>
<war warfile="${tests.output.dir}/test-libs/jaxrpc-jbws663bb.war"
webxml="${tests.output.dir}/test-resources/jaxrpc/jbws663bb/WEB-INF/web.xml">
<classes dir="${tests.output.dir}/test-classes">
<include name="org/jboss/test/ws/jaxrpc/jbws663/*.class"/>
@@ -1587,12 +1596,16 @@
<include name="wsdl/**"/>
</webinf>
</war>
- <jar
destfile="${tests.output.dir}/test-libs/jaxrpc-jbws663bb-client.jar">
+ <jar
destfile="${tests.output.dir}/test-libs/jaxrpc-jbws663bb-appclient.jar">
<fileset dir="${tests.output.dir}/test-classes">
<include name="org/jboss/test/ws/jaxrpc/jbws663/*.class"/>
<include
name="org/jboss/test/ws/jaxrpc/jbws663/holders/*.class"/>
<exclude
name="org/jboss/test/ws/jaxrpc/jbws663/*TestCase.class"/>
+ <include
name="org/jboss/test/ws/appclient/AppclientKiller.class"/>
</fileset>
+ <manifest>
+ <attribute name="main-class"
value="org.jboss.test.ws.appclient.AppclientKiller"/>
+ </manifest>
<metainf
dir="${tests.output.dir}/test-resources/jaxrpc/jbws663bb/META-INF">
<include name="application-client.xml"/>
<include name="jboss-client.xml"/>
@@ -1602,6 +1615,11 @@
<include name="wsdl/**"/>
</metainf>
</jar>
+ <jar
destfile="${tests.output.dir}/test-libs/jaxrpc-jbws663bb-appclient.ear">
+ <fileset dir="${tests.output.dir}/test-libs">
+ <include name="jaxrpc-jbws663bb-appclient.jar"/>
+ </fileset>
+ </jar>
<war warfile="${tests.output.dir}/test-libs/jaxrpc-jbws663w.war"
webxml="${tests.output.dir}/test-resources/jaxrpc/jbws663w/WEB-INF/web.xml">
<classes dir="${tests.output.dir}/test-classes">
<include name="org/jboss/test/ws/jaxrpc/jbws663/*.class"/>
@@ -1614,12 +1632,16 @@
<include name="wsdl/**"/>
</webinf>
</war>
- <jar
destfile="${tests.output.dir}/test-libs/jaxrpc-jbws663w-client.jar">
+ <jar
destfile="${tests.output.dir}/test-libs/jaxrpc-jbws663w-appclient.jar">
<fileset dir="${tests.output.dir}/test-classes">
<include name="org/jboss/test/ws/jaxrpc/jbws663/*.class"/>
<include
name="org/jboss/test/ws/jaxrpc/jbws663/holders/*.class"/>
<exclude
name="org/jboss/test/ws/jaxrpc/jbws663/*TestCase.class"/>
+ <include
name="org/jboss/test/ws/appclient/AppclientKiller.class"/>
</fileset>
+ <manifest>
+ <attribute name="main-class"
value="org.jboss.test.ws.appclient.AppclientKiller"/>
+ </manifest>
<metainf
dir="${tests.output.dir}/test-resources/jaxrpc/jbws663w/META-INF">
<include name="application-client.xml"/>
<include name="jboss-client.xml"/>
@@ -1629,6 +1651,11 @@
<include name="wsdl/**"/>
</metainf>
</jar>
+ <jar
destfile="${tests.output.dir}/test-libs/jaxrpc-jbws663w-appclient.ear">
+ <fileset dir="${tests.output.dir}/test-libs">
+ <include name="jaxrpc-jbws663w-appclient.jar"/>
+ </fileset>
+ </jar>
<war warfile="${tests.output.dir}/test-libs/jaxrpc-jbws663wb.war"
webxml="${tests.output.dir}/test-resources/jaxrpc/jbws663wb/WEB-INF/web.xml">
<classes dir="${tests.output.dir}/test-classes">
<include name="org/jboss/test/ws/jaxrpc/jbws663/*.class"/>
@@ -1641,12 +1668,16 @@
<include name="wsdl/**"/>
</webinf>
</war>
- <jar
destfile="${tests.output.dir}/test-libs/jaxrpc-jbws663wb-client.jar">
+ <jar
destfile="${tests.output.dir}/test-libs/jaxrpc-jbws663wb-appclient.jar">
<fileset dir="${tests.output.dir}/test-classes">
<include name="org/jboss/test/ws/jaxrpc/jbws663/*.class"/>
<include
name="org/jboss/test/ws/jaxrpc/jbws663/holders/*.class"/>
<exclude
name="org/jboss/test/ws/jaxrpc/jbws663/*TestCase.class"/>
+ <include
name="org/jboss/test/ws/appclient/AppclientKiller.class"/>
</fileset>
+ <manifest>
+ <attribute name="main-class"
value="org.jboss.test.ws.appclient.AppclientKiller"/>
+ </manifest>
<metainf
dir="${tests.output.dir}/test-resources/jaxrpc/jbws663wb/META-INF">
<include name="application-client.xml"/>
<include name="jboss-client.xml"/>
@@ -1656,6 +1687,11 @@
<include name="wsdl/**"/>
</metainf>
</jar>
+ <jar
destfile="${tests.output.dir}/test-libs/jaxrpc-jbws663wb-appclient.ear">
+ <fileset dir="${tests.output.dir}/test-libs">
+ <include name="jaxrpc-jbws663wb-appclient.jar"/>
+ </fileset>
+ </jar>
<!-- jaxrpc-jbws706 -->
<war warfile="${tests.output.dir}/test-libs/jaxrpc-jbws706.war"
webxml="${tests.output.dir}/test-resources/jaxrpc/jbws706/WEB-INF/web.xml">
Modified:
stack/native/trunk/modules/testsuite/native-tests/src/test/java/org/jboss/test/ws/jaxrpc/jbws663/JBWS663BareBoundTestCase.java
===================================================================
---
stack/native/trunk/modules/testsuite/native-tests/src/test/java/org/jboss/test/ws/jaxrpc/jbws663/JBWS663BareBoundTestCase.java 2012-02-29
15:11:24 UTC (rev 15790)
+++
stack/native/trunk/modules/testsuite/native-tests/src/test/java/org/jboss/test/ws/jaxrpc/jbws663/JBWS663BareBoundTestCase.java 2012-02-29
15:13:39 UTC (rev 15791)
@@ -42,11 +42,12 @@
public class JBWS663BareBoundTestCase extends JBossWSTest
{
private static SMSTextMessagingSoapBareBound port;
+ private static InitialContext iniCtx;
/** Deploy the test */
public static Test suite() throws Exception
{
- return new JBossWSTestSetup(JBWS663BareBoundTestCase.class,
"jaxrpc-jbws663bb.war, jaxrpc-jbws663bb-client.jar");
+ return new JBossWSTestSetup(JBWS663BareBoundTestCase.class,
"jaxrpc-jbws663bb.war,
jaxrpc-jbws663bb-appclient.ear#jaxrpc-jbws663bb-appclient.jar");
}
protected void setUp() throws Exception
@@ -54,12 +55,22 @@
super.setUp();
if (port == null)
{
- InitialContext iniCtx = getInitialContext();
- Service service =
(Service)iniCtx.lookup("java:comp/env/service/SMSService");
+ iniCtx = getAppclientInitialContext();
+ Service service = (Service)iniCtx.lookup("java:service/SMSService");
port =
(SMSTextMessagingSoapBareBound)service.getPort(SMSTextMessagingSoapBareBound.class);
}
}
+ protected void tearDown() throws Exception
+ {
+ if (iniCtx != null)
+ {
+ iniCtx.close();
+ iniCtx = null;
+ }
+ super.tearDown();
+ }
+
public void testCreateService() throws Exception
{
assertNotNull("port not null", port);
Modified:
stack/native/trunk/modules/testsuite/native-tests/src/test/java/org/jboss/test/ws/jaxrpc/jbws663/JBWS663BareUnboundTestCase.java
===================================================================
---
stack/native/trunk/modules/testsuite/native-tests/src/test/java/org/jboss/test/ws/jaxrpc/jbws663/JBWS663BareUnboundTestCase.java 2012-02-29
15:11:24 UTC (rev 15790)
+++
stack/native/trunk/modules/testsuite/native-tests/src/test/java/org/jboss/test/ws/jaxrpc/jbws663/JBWS663BareUnboundTestCase.java 2012-02-29
15:13:39 UTC (rev 15791)
@@ -42,11 +42,12 @@
public class JBWS663BareUnboundTestCase extends JBossWSTest
{
private static SMSTextMessagingSoapBare port;
+ private static InitialContext iniCtx;
/** Deploy the test */
public static Test suite() throws Exception
{
- return new JBossWSTestSetup(JBWS663BareUnboundTestCase.class,
"jaxrpc-jbws663b.war, jaxrpc-jbws663b-client.jar");
+ return new JBossWSTestSetup(JBWS663BareUnboundTestCase.class,
"jaxrpc-jbws663b.war,
jaxrpc-jbws663b-appclient.ear#jaxrpc-jbws663b-appclient.jar");
}
protected void setUp() throws Exception
@@ -54,12 +55,22 @@
super.setUp();
if (port == null)
{
- InitialContext iniCtx = getInitialContext();
- Service service =
(Service)iniCtx.lookup("java:comp/env/service/SMSService");
+ iniCtx = getAppclientInitialContext();
+ Service service = (Service)iniCtx.lookup("java:service/SMSService");
port =
(SMSTextMessagingSoapBare)service.getPort(SMSTextMessagingSoapBare.class);
}
}
+ protected void tearDown() throws Exception
+ {
+ if (iniCtx != null)
+ {
+ iniCtx.close();
+ iniCtx = null;
+ }
+ super.tearDown();
+ }
+
public void testCreateService() throws Exception
{
assertNotNull("port not null", port);
Modified:
stack/native/trunk/modules/testsuite/native-tests/src/test/java/org/jboss/test/ws/jaxrpc/jbws663/JBWS663WrappedBoundTestCase.java
===================================================================
---
stack/native/trunk/modules/testsuite/native-tests/src/test/java/org/jboss/test/ws/jaxrpc/jbws663/JBWS663WrappedBoundTestCase.java 2012-02-29
15:11:24 UTC (rev 15790)
+++
stack/native/trunk/modules/testsuite/native-tests/src/test/java/org/jboss/test/ws/jaxrpc/jbws663/JBWS663WrappedBoundTestCase.java 2012-02-29
15:13:39 UTC (rev 15791)
@@ -42,11 +42,12 @@
public class JBWS663WrappedBoundTestCase extends JBossWSTest
{
private static SMSTextMessagingSoapWrappedBound port;
+ private static InitialContext iniCtx;
/** Deploy the test */
public static Test suite() throws Exception
{
- return new JBossWSTestSetup(JBWS663WrappedBoundTestCase.class,
"jaxrpc-jbws663wb.war, jaxrpc-jbws663wb-client.jar");
+ return new JBossWSTestSetup(JBWS663WrappedBoundTestCase.class,
"jaxrpc-jbws663wb.war,
jaxrpc-jbws663wb-appclient.ear#jaxrpc-jbws663wb-appclient.jar");
}
protected void setUp() throws Exception
@@ -54,12 +55,22 @@
super.setUp();
if (port == null)
{
- InitialContext iniCtx = getInitialContext();
- Service service =
(Service)iniCtx.lookup("java:comp/env/service/SMSService");
+ iniCtx = getAppclientInitialContext();
+ Service service = (Service)iniCtx.lookup("java:service/SMSService");
port =
(SMSTextMessagingSoapWrappedBound)service.getPort(SMSTextMessagingSoapWrappedBound.class);
}
}
+ protected void tearDown() throws Exception
+ {
+ if (iniCtx != null)
+ {
+ iniCtx.close();
+ iniCtx = null;
+ }
+ super.tearDown();
+ }
+
public void testCreateService() throws Exception
{
assertNotNull("port not null", port);
Modified:
stack/native/trunk/modules/testsuite/native-tests/src/test/java/org/jboss/test/ws/jaxrpc/jbws663/JBWS663WrappedUnboundTestCase.java
===================================================================
---
stack/native/trunk/modules/testsuite/native-tests/src/test/java/org/jboss/test/ws/jaxrpc/jbws663/JBWS663WrappedUnboundTestCase.java 2012-02-29
15:11:24 UTC (rev 15790)
+++
stack/native/trunk/modules/testsuite/native-tests/src/test/java/org/jboss/test/ws/jaxrpc/jbws663/JBWS663WrappedUnboundTestCase.java 2012-02-29
15:13:39 UTC (rev 15791)
@@ -42,11 +42,12 @@
public class JBWS663WrappedUnboundTestCase extends JBossWSTest
{
private static SMSTextMessagingSoapWrapped port;
+ private static InitialContext iniCtx;
/** Deploy the test */
public static Test suite() throws Exception
{
- return new JBossWSTestSetup(JBWS663WrappedUnboundTestCase.class,
"jaxrpc-jbws663w.war, jaxrpc-jbws663w-client.jar");
+ return new JBossWSTestSetup(JBWS663WrappedUnboundTestCase.class,
"jaxrpc-jbws663w.war,
jaxrpc-jbws663w-appclient.ear#jaxrpc-jbws663w-appclient.jar");
}
protected void setUp() throws Exception
@@ -54,12 +55,22 @@
super.setUp();
if (port == null)
{
- InitialContext iniCtx = getInitialContext();
- Service service =
(Service)iniCtx.lookup("java:comp/env/service/SMSService");
+ iniCtx = getAppclientInitialContext();
+ Service service = (Service)iniCtx.lookup("java:service/SMSService");
port =
(SMSTextMessagingSoapWrapped)service.getPort(SMSTextMessagingSoapWrapped.class);
}
}
+ protected void tearDown() throws Exception
+ {
+ if (iniCtx != null)
+ {
+ iniCtx.close();
+ iniCtx = null;
+ }
+ super.tearDown();
+ }
+
public void testCreateService() throws Exception
{
assertNotNull("port not null", port);
Modified:
stack/native/trunk/modules/testsuite/native-tests/src/test/resources/jaxrpc/jbws663/META-INF/application-client.xml
===================================================================
---
stack/native/trunk/modules/testsuite/native-tests/src/test/resources/jaxrpc/jbws663/META-INF/application-client.xml 2012-02-29
15:11:24 UTC (rev 15790)
+++
stack/native/trunk/modules/testsuite/native-tests/src/test/resources/jaxrpc/jbws663/META-INF/application-client.xml 2012-02-29
15:13:39 UTC (rev 15791)
@@ -8,7 +8,7 @@
<display-name>TestService</display-name>
<service-ref>
- <service-ref-name>service/SMSService</service-ref-name>
+
<service-ref-name>java:jboss/exported/service/SMSService</service-ref-name>
<service-interface>javax.xml.rpc.Service</service-interface>
<wsdl-file>META-INF/wsdl/globalsmspro.wsdl</wsdl-file>
<jaxrpc-mapping-file>META-INF/jaxrpc-mapping.xml</jaxrpc-mapping-file>
Modified:
stack/native/trunk/modules/testsuite/native-tests/src/test/resources/jaxrpc/jbws663/META-INF/jboss-client.xml
===================================================================
---
stack/native/trunk/modules/testsuite/native-tests/src/test/resources/jaxrpc/jbws663/META-INF/jboss-client.xml 2012-02-29
15:11:24 UTC (rev 15790)
+++
stack/native/trunk/modules/testsuite/native-tests/src/test/resources/jaxrpc/jbws663/META-INF/jboss-client.xml 2012-02-29
15:13:39 UTC (rev 15791)
@@ -5,11 +5,10 @@
"http://www.jboss.org/j2ee/dtd/jboss-client_4_0.dtd">
<jboss-client>
- <jndi-name>jbossws-client</jndi-name>
<service-ref>
- <service-ref-name>service/SMSService</service-ref-name>
+
<service-ref-name>java:jboss/exported/service/SMSService</service-ref-name>
<wsdl-override>http://@jboss.bind.address@:8080/jaxrpc-jbws663?wsdl</wsdl-override>
</service-ref>
-
+
</jboss-client>
Modified:
stack/native/trunk/modules/testsuite/native-tests/src/test/resources/jaxrpc/jbws663b/META-INF/application-client.xml
===================================================================
---
stack/native/trunk/modules/testsuite/native-tests/src/test/resources/jaxrpc/jbws663b/META-INF/application-client.xml 2012-02-29
15:11:24 UTC (rev 15790)
+++
stack/native/trunk/modules/testsuite/native-tests/src/test/resources/jaxrpc/jbws663b/META-INF/application-client.xml 2012-02-29
15:13:39 UTC (rev 15791)
@@ -8,7 +8,7 @@
<display-name>TestService</display-name>
<service-ref>
- <service-ref-name>service/SMSService</service-ref-name>
+
<service-ref-name>java:jboss/exported/service/SMSService</service-ref-name>
<service-interface>javax.xml.rpc.Service</service-interface>
<wsdl-file>META-INF/wsdl/globalsmspro.wsdl</wsdl-file>
<jaxrpc-mapping-file>META-INF/jaxrpc-mapping.xml</jaxrpc-mapping-file>
Modified:
stack/native/trunk/modules/testsuite/native-tests/src/test/resources/jaxrpc/jbws663b/META-INF/jboss-client.xml
===================================================================
---
stack/native/trunk/modules/testsuite/native-tests/src/test/resources/jaxrpc/jbws663b/META-INF/jboss-client.xml 2012-02-29
15:11:24 UTC (rev 15790)
+++
stack/native/trunk/modules/testsuite/native-tests/src/test/resources/jaxrpc/jbws663b/META-INF/jboss-client.xml 2012-02-29
15:13:39 UTC (rev 15791)
@@ -5,11 +5,10 @@
"http://www.jboss.org/j2ee/dtd/jboss-client_4_0.dtd">
<jboss-client>
- <jndi-name>jbossws-client</jndi-name>
<service-ref>
- <service-ref-name>service/SMSService</service-ref-name>
+
<service-ref-name>java:jboss/exported/service/SMSService</service-ref-name>
<wsdl-override>http://@jboss.bind.address@:8080/jaxrpc-jbws663b?wsdl</wsdl-override>
</service-ref>
-
+
</jboss-client>
Modified:
stack/native/trunk/modules/testsuite/native-tests/src/test/resources/jaxrpc/jbws663bb/META-INF/application-client.xml
===================================================================
---
stack/native/trunk/modules/testsuite/native-tests/src/test/resources/jaxrpc/jbws663bb/META-INF/application-client.xml 2012-02-29
15:11:24 UTC (rev 15790)
+++
stack/native/trunk/modules/testsuite/native-tests/src/test/resources/jaxrpc/jbws663bb/META-INF/application-client.xml 2012-02-29
15:13:39 UTC (rev 15791)
@@ -8,7 +8,7 @@
<display-name>TestService</display-name>
<service-ref>
- <service-ref-name>service/SMSService</service-ref-name>
+
<service-ref-name>java:jboss/exported/service/SMSService</service-ref-name>
<service-interface>javax.xml.rpc.Service</service-interface>
<wsdl-file>META-INF/wsdl/globalsmspro.wsdl</wsdl-file>
<jaxrpc-mapping-file>META-INF/jaxrpc-mapping.xml</jaxrpc-mapping-file>
Modified:
stack/native/trunk/modules/testsuite/native-tests/src/test/resources/jaxrpc/jbws663bb/META-INF/jboss-client.xml
===================================================================
---
stack/native/trunk/modules/testsuite/native-tests/src/test/resources/jaxrpc/jbws663bb/META-INF/jboss-client.xml 2012-02-29
15:11:24 UTC (rev 15790)
+++
stack/native/trunk/modules/testsuite/native-tests/src/test/resources/jaxrpc/jbws663bb/META-INF/jboss-client.xml 2012-02-29
15:13:39 UTC (rev 15791)
@@ -5,11 +5,10 @@
"http://www.jboss.org/j2ee/dtd/jboss-client_4_0.dtd">
<jboss-client>
- <jndi-name>jbossws-client</jndi-name>
<service-ref>
- <service-ref-name>service/SMSService</service-ref-name>
+
<service-ref-name>java:jboss/exported/service/SMSService</service-ref-name>
<wsdl-override>http://@jboss.bind.address@:8080/jaxrpc-jbws663bb?wsdl</wsdl-override>
</service-ref>
-
+
</jboss-client>
Modified:
stack/native/trunk/modules/testsuite/native-tests/src/test/resources/jaxrpc/jbws663w/META-INF/application-client.xml
===================================================================
---
stack/native/trunk/modules/testsuite/native-tests/src/test/resources/jaxrpc/jbws663w/META-INF/application-client.xml 2012-02-29
15:11:24 UTC (rev 15790)
+++
stack/native/trunk/modules/testsuite/native-tests/src/test/resources/jaxrpc/jbws663w/META-INF/application-client.xml 2012-02-29
15:13:39 UTC (rev 15791)
@@ -8,7 +8,7 @@
<display-name>TestService</display-name>
<service-ref>
- <service-ref-name>service/SMSService</service-ref-name>
+
<service-ref-name>java:jboss/exported/service/SMSService</service-ref-name>
<service-interface>javax.xml.rpc.Service</service-interface>
<wsdl-file>META-INF/wsdl/globalsmspro.wsdl</wsdl-file>
<jaxrpc-mapping-file>META-INF/jaxrpc-mapping.xml</jaxrpc-mapping-file>
Modified:
stack/native/trunk/modules/testsuite/native-tests/src/test/resources/jaxrpc/jbws663w/META-INF/jboss-client.xml
===================================================================
---
stack/native/trunk/modules/testsuite/native-tests/src/test/resources/jaxrpc/jbws663w/META-INF/jboss-client.xml 2012-02-29
15:11:24 UTC (rev 15790)
+++
stack/native/trunk/modules/testsuite/native-tests/src/test/resources/jaxrpc/jbws663w/META-INF/jboss-client.xml 2012-02-29
15:13:39 UTC (rev 15791)
@@ -8,8 +8,8 @@
<jndi-name>jbossws-client</jndi-name>
<service-ref>
- <service-ref-name>service/SMSService</service-ref-name>
+
<service-ref-name>java:jboss/exported/service/SMSService</service-ref-name>
<wsdl-override>http://@jboss.bind.address@:8080/jaxrpc-jbws663w?wsdl</wsdl-override>
</service-ref>
-
+
</jboss-client>
Modified:
stack/native/trunk/modules/testsuite/native-tests/src/test/resources/jaxrpc/jbws663wb/META-INF/application-client.xml
===================================================================
---
stack/native/trunk/modules/testsuite/native-tests/src/test/resources/jaxrpc/jbws663wb/META-INF/application-client.xml 2012-02-29
15:11:24 UTC (rev 15790)
+++
stack/native/trunk/modules/testsuite/native-tests/src/test/resources/jaxrpc/jbws663wb/META-INF/application-client.xml 2012-02-29
15:13:39 UTC (rev 15791)
@@ -8,7 +8,7 @@
<display-name>TestService</display-name>
<service-ref>
- <service-ref-name>service/SMSService</service-ref-name>
+
<service-ref-name>java:jboss/exported/service/SMSService</service-ref-name>
<service-interface>javax.xml.rpc.Service</service-interface>
<wsdl-file>META-INF/wsdl/globalsmspro.wsdl</wsdl-file>
<jaxrpc-mapping-file>META-INF/jaxrpc-mapping.xml</jaxrpc-mapping-file>
Modified:
stack/native/trunk/modules/testsuite/native-tests/src/test/resources/jaxrpc/jbws663wb/META-INF/jboss-client.xml
===================================================================
---
stack/native/trunk/modules/testsuite/native-tests/src/test/resources/jaxrpc/jbws663wb/META-INF/jboss-client.xml 2012-02-29
15:11:24 UTC (rev 15790)
+++
stack/native/trunk/modules/testsuite/native-tests/src/test/resources/jaxrpc/jbws663wb/META-INF/jboss-client.xml 2012-02-29
15:13:39 UTC (rev 15791)
@@ -5,11 +5,10 @@
"http://www.jboss.org/j2ee/dtd/jboss-client_4_0.dtd">
<jboss-client>
- <jndi-name>jbossws-client</jndi-name>
<service-ref>
- <service-ref-name>service/SMSService</service-ref-name>
+
<service-ref-name>java:jboss/exported/service/SMSService</service-ref-name>
<wsdl-override>http://@jboss.bind.address@:8080/jaxrpc-jbws663wb?wsdl</wsdl-override>
</service-ref>
-
+
</jboss-client>
Modified: stack/native/trunk/modules/testsuite/pom.xml
===================================================================
--- stack/native/trunk/modules/testsuite/pom.xml 2012-02-29 15:11:24 UTC (rev 15790)
+++ stack/native/trunk/modules/testsuite/pom.xml 2012-02-29 15:13:39 UTC (rev 15791)
@@ -1216,10 +1216,6 @@
<exclude>org/jboss/test/ws/jaxrpc/jbws632/JBWS632TestCase*</exclude>
<exclude>org/jboss/test/ws/jaxrpc/jbws637/JBWS637TestCase*</exclude>
<exclude>org/jboss/test/ws/jaxrpc/jbws643/JBWS643TestCase*</exclude>
-
<exclude>org/jboss/test/ws/jaxrpc/jbws663/JBWS663BareBoundTestCase*</exclude>
-
<exclude>org/jboss/test/ws/jaxrpc/jbws663/JBWS663BareUnboundTestCase*</exclude>
-
<exclude>org/jboss/test/ws/jaxrpc/jbws663/JBWS663WrappedBoundTestCase*</exclude>
-
<exclude>org/jboss/test/ws/jaxrpc/jbws663/JBWS663WrappedUnboundTestCase*</exclude>
<exclude>org/jboss/test/ws/jaxrpc/jbws68/JBWS68TestCase*</exclude>
<exclude>org/jboss/test/ws/jaxrpc/jbws70/JBWS70TestCase*</exclude>
<exclude>org/jboss/test/ws/jaxrpc/jbws706/JBWS706TestCase*</exclude>