[jboss-svn-commits] JBL Code SVN: r18014 - labs/jbosstm/workspace/adinn/XTSGF.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Mon Jan 21 12:26:31 EST 2008
Author: adinn
Date: 2008-01-21 12:26:31 -0500 (Mon, 21 Jan 2008)
New Revision: 18014
Modified:
labs/jbosstm/workspace/adinn/XTSGF/README
Log:
updated instructions for building gassfish XTS and demo
Modified: labs/jbosstm/workspace/adinn/XTSGF/README
===================================================================
--- labs/jbosstm/workspace/adinn/XTSGF/README 2008-01-21 17:06:39 UTC (rev 18013)
+++ labs/jbosstm/workspace/adinn/XTSGF/README 2008-01-21 17:26:31 UTC (rev 18014)
@@ -1,10 +1,7 @@
This tree includes a prototype implementation of WSCOOR 1.1
specification built over JaxWS as implemented in Glassfish V2.0
-(release v2b58g). It is incomplete because the Glassfish
-implementation does not support creation of W3CEndpointReference
-instances which can be returned to a client and subsequently used to
-retrieve a (SEI) port from which to invoke operations on the related
-endpoint.
+(release v2b58g). It successfully implements the WSCOOR, WSAT and WSBA
+protocols, exposing them via JaxWS services.
In order to build this implementation (and its associated demo
program) you need first to download a JBossTS source tree, build it
@@ -38,3 +35,37 @@
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