[jboss-svn-commits] JBL Code SVN: r18061 - labs/jbosstm/workspace/adinn/XTSGF.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Wed Jan 23 08:44:04 EST 2008


Author: adinn
Date: 2008-01-23 08:44:04 -0500 (Wed, 23 Jan 2008)
New Revision: 18061

Modified:
   labs/jbosstm/workspace/adinn/XTSGF/README
Log:
removed caveat regarding location of wsdl files as they are now found by the classloader

Modified: labs/jbosstm/workspace/adinn/XTSGF/README
===================================================================
--- labs/jbosstm/workspace/adinn/XTSGF/README	2008-01-23 13:43:07 UTC (rev 18060)
+++ labs/jbosstm/workspace/adinn/XTSGF/README	2008-01-23 13:44:04 UTC (rev 18061)
@@ -34,38 +34,3 @@
 page at
 
   http://localhost:8080/xts-demo/
-
-CAVEAT:
-
-At present the glassfish implementation does not (appear to) locate
-client WSDL files in deployed jars. As a result WSDL locations are
-hard-wired into the Service classes generated from the WSDL sources:
-
-  WS-C/dev/dd/wscoor1.1/wsdl/YYY.wsdl
-  WS-T/dev/dd/wsarjtx/wsdl/YYY.wsdl
-  WS-T/dev/dd/wscoor1.1/wsdl/YYY.wsdl
-
-as absolute file paths in the format
-
-    /home/adinn/tmp/wsdl/YYY.wsdl
-
-In order to build a working version you will need to correct this
-either by copying all the wsdl files to /home/adinn/tmp/wsdl/
-
-Alternatively, you can i) edit files XXXService.java in
-
-    WS-C/dev/src/org.oasis_open.docs.ws_tx.wscoor._2006._06
-    WS-T/dev/src/org/oasis_open/docs/ws_tx/wsat/_2006/_06
-    WS-T/dev/src/org/oasis_open/docs/ws_tx/wsba/_2006/_06
-    WS-T/dev/src/com/arjuna/schemas/ws/_2005/_10/wsarjtx
-
-to point to some other location (e.g. the relevant dd dirs in the
-source tree) or ii) modify the scripts build.sh in
-
-    WS-C/dev/dd/wscoor1.1
-    WS-T/dev/dd/wscoor1.1
-    WS-T/dev/dd/wsarjtx
-
-to supply suitable paths to the WSDL sources, run the scripts to
-regenerate the sources and copy the XXXService classes into the
-appropriate locations in the source tree.
\ No newline at end of file




More information about the jboss-svn-commits mailing list