Skip to content

Commit

Permalink
Combing saajTest test with the more generalized moduleTest. Also fixi…
Browse files Browse the repository at this point in the history
…ng the Sun SAAJ module
  • Loading branch information
kylape committed Nov 17, 2012
1 parent 28bf532 commit b0fa764
Show file tree
Hide file tree
Showing 16 changed files with 17 additions and 2,319 deletions.
3 changes: 3 additions & 0 deletions moduleTest.war/README.md
Expand Up @@ -6,3 +6,6 @@ The web service is pretty straightforward to use (use SoapUI), but the servlet n

http://localhost:8080/moduleTest/moduleTest?command=getModuleOfClass&className=javax.xml.ws.Service

Use the `testSaajMessageFactory` method to figure out how to make a deployment in EAP 6 use the SAAJ implementation found in the JDK.

Make sure to copy the `sun.internal.saaj` module to your `$JBOSS_HOME/modules` directory.
27 changes: 14 additions & 13 deletions modules/sun/internal/saaj/main/module.xml
Expand Up @@ -27,19 +27,20 @@
<dependencies>
<system export="true">
<paths>
<path name="com/sun/xml/internal/messaging/saaj/"/>
<path name="com/sun/xml/internal/messaging/saaj/client/p2p/"/>
<path name="com/sun/xml/internal/messaging/saaj/packaging/mime/"/>
<path name="com/sun/xml/internal/messaging/saaj/packaging/mime/internet/"/>
<path name="com/sun/xml/internal/messaging/saaj/packaging/mime/util/"/>
<path name="com/sun/xml/internal/messaging/saaj/soap/"/>
<path name="com/sun/xml/internal/messaging/saaj/soap/dynamic/"/>
<path name="com/sun/xml/internal/messaging/saaj/soap/impl/"/>
<path name="com/sun/xml/internal/messaging/saaj/soap/name/"/>
<path name="com/sun/xml/internal/messaging/saaj/soap/ver1_1/"/>
<path name="com/sun/xml/internal/messaging/saaj/soap/ver1_2/"/>
<path name="com/sun/xml/internal/messaging/saaj/util/"/>
<path name="com/sun/xml/internal/messaging/saaj/util/transform/"/>
<path name="com/sun/xml/internal/messaging/saaj"/>
<path name="com/sun/xml/internal/messaging/saaj/client/p2p"/>
<path name="com/sun/xml/internal/messaging/saaj/packaging/mime"/>
<path name="com/sun/xml/internal/messaging/saaj/packaging/mime/internet"/>
<path name="com/sun/xml/internal/messaging/saaj/packaging/mime/util"/>
<path name="com/sun/xml/internal/messaging/saaj/soap"/>
<path name="com/sun/xml/internal/messaging/saaj/soap/dynamic"/>
<path name="com/sun/xml/internal/messaging/saaj/soap/impl"/>
<path name="com/sun/xml/internal/messaging/saaj/soap/name"/>
<path name="com/sun/xml/internal/messaging/saaj/soap/ver1_1"/>
<path name="com/sun/xml/internal/messaging/saaj/soap/ver1_2"/>
<path name="com/sun/xml/internal/messaging/saaj/util"/>
<path name="com/sun/xml/internal/messaging/saaj/util/transform"/>
<path name="javax/xml/soap"/>
</paths>
<exports>
<include-set>
Expand Down
18 changes: 0 additions & 18 deletions saajTest.ear/META-INF/application.xml

This file was deleted.

33 changes: 0 additions & 33 deletions saajTest.ear/META-INF/jboss-deployment-structure.xml

This file was deleted.

5 changes: 0 additions & 5 deletions saajTest.ear/README.md

This file was deleted.

2 changes: 0 additions & 2 deletions saajTest.ear/build.properties

This file was deleted.

0 comments on commit b0fa764

Please sign in to comment.