Author: richard.opalka(a)jboss.com
Date: 2011-03-28 17:07:03 -0400 (Mon, 28 Mar 2011)
New Revision: 13950
Modified:
stack/native/trunk/modules/dist/management/pom.xml
stack/native/trunk/modules/resources/src/main/resources/resources/jbossws-deploy-macros.xml
stack/native/trunk/modules/testsuite/pom.xml
Log:
[JBWS-3225] resuscitating JBossWS native console
Modified: stack/native/trunk/modules/dist/management/pom.xml
===================================================================
--- stack/native/trunk/modules/dist/management/pom.xml 2011-03-28 02:34:44 UTC (rev
13949)
+++ stack/native/trunk/modules/dist/management/pom.xml 2011-03-28 21:07:03 UTC (rev
13950)
@@ -89,6 +89,11 @@
<filtering>true</filtering>
</resource>
</webResources>
+ <archive>
+ <manifestEntries>
+ <Dependencies>org.jboss.as.webservices
services,org.jboss.ws.native.jbossws-native-core
services,org.jboss.ws.common</Dependencies>
+ </manifestEntries>
+ </archive>
</configuration>
</plugin>
</plugins>
Modified:
stack/native/trunk/modules/resources/src/main/resources/resources/jbossws-deploy-macros.xml
===================================================================
---
stack/native/trunk/modules/resources/src/main/resources/resources/jbossws-deploy-macros.xml 2011-03-28
02:34:44 UTC (rev 13949)
+++
stack/native/trunk/modules/resources/src/main/resources/resources/jbossws-deploy-macros.xml 2011-03-28
21:07:03 UTC (rev 13950)
@@ -410,6 +410,8 @@
<fail message="installserver must be specified"
unless="installserver"/>
<fail message="thirdpartydir must be specified"
unless="thirdpartydir"/>
<macro-deploy-jbossws-modules targetdir="${installserver}/modules"
thirdpartydir="${thirdpartydir}"/>
+ <macro-deploy-jbossws-deployment
targetdir="${installserver}/standalone/deployments/jbossws-console.war"
thirdpartydir="${thirdpartydir}"/>
+ <touch
file="${installserver}/standalone/deployments/jbossws-console.war.dodeploy"/>
</target>
<!-- ================================================================== -->
Modified: stack/native/trunk/modules/testsuite/pom.xml
===================================================================
--- stack/native/trunk/modules/testsuite/pom.xml 2011-03-28 02:34:44 UTC (rev 13949)
+++ stack/native/trunk/modules/testsuite/pom.xml 2011-03-28 21:07:03 UTC (rev 13950)
@@ -830,9 +830,6 @@
<exclude>org/jboss/test/ws/jaxws/smoke/tools/*ScriptTestCase*</exclude>
<exclude>org/jboss/test/ws/jaxws/smoke/tools/WSRunClientTestCase*</exclude>
- <!-- # [JBWS-3225] jbossws console not yet available -->
- <exclude>org/jboss/test/ws/console/**</exclude>
-
<!-- # [JBWS-3226] jboss-service.xml not matching AS7 format -->
<exclude>org/jboss/test/ws/jaxws/jbws1854/**</exclude>
<exclude>org/jboss/test/ws/jaxws/jbws1988/UsernameAuthTestCase*</exclude>
Show replies by date