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

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Mon Jan 14 07:11:01 EST 2008


Author: adinn
Date: 2008-01-14 07:11:01 -0500 (Mon, 14 Jan 2008)
New Revision: 17808

Added:
   labs/jbosstm/workspace/adinn/XTSGF/README
Log:
info as to what this source tree and how to build and run it (in so far as it currently works)

Added: labs/jbosstm/workspace/adinn/XTSGF/README
===================================================================
--- labs/jbosstm/workspace/adinn/XTSGF/README	                        (rev 0)
+++ labs/jbosstm/workspace/adinn/XTSGF/README	2008-01-14 12:11:01 UTC (rev 17808)
@@ -0,0 +1,40 @@
+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.
+
+In order to build this implementation (and its associated demo
+program) you need first to download a JBossTS source tree, build it
+(using command 'ant jta') and set environment variable JBOSS_JTA to
+point to the root of the source tree.
+
+You also need to set the environment variable GF_HOME to point to an
+installed Glassfish V2.0 release.
+
+The next step is to modify the file jboss.properties in directory demo
+so that localhost, 8080 and xtsdemowebservcies as the JBoss host, port
+and url stub for the demo.
+
+The final steps require executing the following commands:
+
+  ant clean install
+  cd xts-install/demo
+  bash jboss clean build
+
+This will generate a deployable ear file
+
+    xts-install/demo/build/xts-demo.ear
+
+which can be deployed into the glassfish server using the EAR
+deployment dialogue accessible via the console app at
+
+  http://localhost:4848/
+
+The demo may be invoked from the usual web form
+page at
+
+  http://localhost:8080/xts-demo/
+




More information about the jboss-svn-commits mailing list