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

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Mon Jan 28 06:03:46 EST 2008


Author: adinn
Date: 2008-01-28 06:03:46 -0500 (Mon, 28 Jan 2008)
New Revision: 18173

Modified:
   labs/jbosstm/workspace/adinn/XTSGF/demo/jboss.properties
Log:
restoring unsubstitued schema in properties file

Modified: labs/jbosstm/workspace/adinn/XTSGF/demo/jboss.properties
===================================================================
--- labs/jbosstm/workspace/adinn/XTSGF/demo/jboss.properties	2008-01-28 10:35:27 UTC (rev 18172)
+++ labs/jbosstm/workspace/adinn/XTSGF/demo/jboss.properties	2008-01-28 11:03:46 UTC (rev 18173)
@@ -30,18 +30,18 @@
   The default services are the ones running within JBoss.
 -->
 <arjuna>
-  <hostname>localhost</hostname>
-  <port>8080</port>
-  <urlstub>xtsdemowebservices</urlstub>
+  <hostname>JBOSS_HOSTNAME</hostname>
+  <port>JBOSS_PORT</port>
+  <urlstub>JBOSS_URLSTUB</urlstub>
   <deploy>
     <dir>JBOSS_DEPLOY_DIR</dir>
   </deploy>
 
   <!-- JBoss services -->
-  <restaurantATURL>http://localhost:8080/xtsdemowebservices/RestaurantServiceATService</restaurantATURL>
-  <restaurantBAURL>http://localhost:8080/xtsdemowebservices/RestaurantServiceBAService</restaurantBAURL>
-  <taxiATURL>http://localhost:8080/xtsdemowebservices/TaxiServiceATService</taxiATURL>
-  <taxiBAURL>http://localhost:8080/xtsdemowebservices/TaxiServiceBAService</taxiBAURL>
-  <theatreATURL>http://localhost:8080/xtsdemowebservices/TheatreServiceATService</theatreATURL>
-  <theatreBAURL>http://localhost:8080/xtsdemowebservices/TheatreServiceBAService</theatreBAURL>
+  <restaurantATURL>http://JBOSS_HOSTNAME:JBOSS_PORT/JBOSS_URLSTUB/RestaurantServiceATService</restaurantATURL>
+  <restaurantBAURL>http://JBOSS_HOSTNAME:JBOSS_PORT/JBOSS_URLSTUB/RestaurantServiceBAService</restaurantBAURL>
+  <taxiATURL>http://JBOSS_HOSTNAME:JBOSS_PORT/JBOSS_URLSTUB/TaxiServiceATService</taxiATURL>
+  <taxiBAURL>http://JBOSS_HOSTNAME:JBOSS_PORT/JBOSS_URLSTUB/TaxiServiceBAService</taxiBAURL>
+  <theatreATURL>http://JBOSS_HOSTNAME:JBOSS_PORT/JBOSS_URLSTUB/TheatreServiceATService</theatreATURL>
+  <theatreBAURL>http://JBOSS_HOSTNAME:JBOSS_PORT/JBOSS_URLSTUB/TheatreServiceBAService</theatreBAURL>
 </arjuna>




More information about the jboss-svn-commits mailing list