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

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Mon Jan 14 08:36:51 EST 2008


Author: adinn
Date: 2008-01-14 08:36:51 -0500 (Mon, 14 Jan 2008)
New Revision: 17813

Removed:
   labs/jbosstm/workspace/adinn/XTSGF/README.txt
Log:
removing old README which is no longre appropriate

Deleted: labs/jbosstm/workspace/adinn/XTSGF/README.txt
===================================================================
--- labs/jbosstm/workspace/adinn/XTSGF/README.txt	2008-01-14 13:31:59 UTC (rev 17812)
+++ labs/jbosstm/workspace/adinn/XTSGF/README.txt	2008-01-14 13:36:51 UTC (rev 17813)
@@ -1,74 +0,0 @@
-#
-# JBoss, Home of Professional Open Source
-# Copyright 2006, Red Hat Middleware LLC, and individual contributors
-# as indicated by the @author tags. 
-# See the copyright.txt in the distribution for a full listing 
-# of individual contributors.
-# This copyrighted material is made available to anyone wishing to use,
-# modify, copy, or redistribute it subject to the terms and conditions
-# of the GNU General Public License, v. 2.0.
-# This program is distributed in the hope that it will be useful, but WITHOUT A 
-# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A 
-# PARTICULAR PURPOSE.  See the GNU General Public License for more details.
-# You should have received a copy of the GNU General Public License,
-# v. 2.0 along with this distribution; if not, write to the Free Software
-# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, 
-# MA  02110-1301, USA.
-# 
-# (C) 2005-2006,
-# @author JBoss Inc.
-#
-
-Tis is a version of the XTS tree (svn r16728) modified to run under
-Glassfish 2.0 release (v2-b58g).
-
-Code changes to the XTS core merely include modifications to the
-initialisation code so that the four sets of listeners/servlets
-associated with the four XTS web apps (WS-C, WS-T, WSTX and WSCF) are
-executed in the corrected order. This was necessary because Glassfish
-does not guarantee to initialise each web app in the order defined in
-the application.xml deployment descriptor.
-
-This version still uses the home-grown soap stack to implement the
-various XTS services (WS-COOR, WS-AT, WS-BA, ARJ-TERMINATION). A later
-version will transplant to JaxWS.
-
-The XTS core build script (build.xml) has been modified to locate the
-ArjunaCore etc source/lib tree usng an environment setting. In order
-to build the XTS core you need to set JTA_HOME in your environment
-then in directory XTSGF execute
-
-  ant build install
-
-Of course this assumes that you have already built the JTA libraries
-in $JTA_HOME.
-
-All other code/config changes have been made in the XTS demo code. The
-3 demo services have been re-implemented using JaxWS and the basic
-client modified to invoke them via JaxWS. Some of the names of
-services, endpoints etc have been modified to fit in with the code
-gneerated by the Glassfish 'wsimport' wsdl 2 java code generator and
-various of the dd config files have been changed or deleted. Also,
-some of the wsdl and deployment descriptors have had long-standing
-errors cleaned up e.g. name sin DTDs have been returned to the
-required standard format (Glassfish is *very* picky).
-
-The demo build script has been modified to compile against the
-Glassfish javaee and jaxws lib jars. IN order to build the demo you
-need to set GF_HOME to the root of the Glassfish distribution (the dir
-which contains lib) then in XTSGF/demo execute
-
-  bash build.sh jboss distribution
-
-and in XTSGF/xts-install/demo execute
-
-  bash build.sh jboss clean build
-
-After building use the Glassfish console to deploy
-
-  XTSGF/xts-install/demo/build/xts-demo.ear
-
-and execute the client from
-
-  http://localhost:8080/xts-demo/
-




More information about the jboss-svn-commits mailing list