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

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Wed Jan 30 10:38:54 EST 2008


Author: adinn
Date: 2008-01-30 10:38:54 -0500 (Wed, 30 Jan 2008)
New Revision: 18207

Modified:
   labs/jbosstm/workspace/adinn/XTSGF/demo/jboss.properties
Log:
removed substitution of default values in properties file

Modified: labs/jbosstm/workspace/adinn/XTSGF/demo/jboss.properties
===================================================================
--- labs/jbosstm/workspace/adinn/XTSGF/demo/jboss.properties	2008-01-30 15:35:08 UTC (rev 18206)
+++ labs/jbosstm/workspace/adinn/XTSGF/demo/jboss.properties	2008-01-30 15:38:54 UTC (rev 18207)
@@ -30,25 +30,25 @@
   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>
 
-  <restaurantAT11URL>http://localhost:8080/xtsdemowebservices11/RestaurantServiceATService</restaurantAT11URL>
-  <restaurantBA11URL>http://localhost:8080/xtsdemowebservices11/RestaurantServiceBAService</restaurantBA11URL>
-  <taxiAT11URL>http://localhost:8080/xtsdemowebservices11/TaxiServiceATService</taxiAT11URL>
-  <taxiBA11URL>http://localhost:8080/xtsdemowebservices11/TaxiServiceBAService</taxiBA11URL>
-  <theatreAT11URL>http://localhost:8080/xtsdemowebservices11/TheatreServiceATService</theatreAT11URL>
-  <theatreBA11URL>http://localhost:8080/xtsdemowebservices11/TheatreServiceBAService</theatreBA11URL>
+  <restaurantAT11URL>http://JBOSS_HOSTNAME:JBOSS_PORT/JBOSS_URLSTUB11/RestaurantServiceATService</restaurantAT11URL>
+  <restaurantBA11URL>http://JBOSS_HOSTNAME:JBOSS_PORT/JBOSS_URLSTUB11/RestaurantServiceBAService</restaurantBA11URL>
+  <taxiAT11URL>http://JBOSS_HOSTNAME:JBOSS_PORT/JBOSS_URLSTUB11/TaxiServiceATService</taxiAT11URL>
+  <taxiBA11URL>http://JBOSS_HOSTNAME:JBOSS_PORT/JBOSS_URLSTUB11/TaxiServiceBAService</taxiBA11URL>
+  <theatreAT11URL>http://JBOSS_HOSTNAME:JBOSS_PORT/JBOSS_URLSTUB11/TheatreServiceATService</theatreAT11URL>
+  <theatreBA11URL>http://JBOSS_HOSTNAME:JBOSS_PORT/JBOSS_URLSTUB11/TheatreServiceBAService</theatreBA11URL>
 </arjuna>




More information about the jboss-svn-commits mailing list