[jboss-svn-commits] JBL Code SVN: r18579 - labs/jbosstm/trunk/XTS/demo.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Mon Feb 25 12:47:50 EST 2008
Author: adinn
Date: 2008-02-25 12:47:50 -0500 (Mon, 25 Feb 2008)
New Revision: 18579
Modified:
labs/jbosstm/trunk/XTS/demo/jboss.properties
Log:
restoring unsubstituted versiono fproperties fiel
Modified: labs/jbosstm/trunk/XTS/demo/jboss.properties
===================================================================
--- labs/jbosstm/trunk/XTS/demo/jboss.properties 2008-02-25 17:45:07 UTC (rev 18578)
+++ labs/jbosstm/trunk/XTS/demo/jboss.properties 2008-02-25 17:47:50 UTC (rev 18579)
@@ -30,9 +30,9 @@
The default services are the ones running within JBoss.
-->
<arjuna>
- <hostname>localhost</hostname>
- <port>8080</port>
- <urlstub></urlstub>
+ <hostname>JBOSS_HOSTNAME</hostname>
+ <port>JBOSS_PORT</port>
+ <urlstub>JBOSS_URLSTUB</urlstub>
<deploy>
<dir>JBOSS_DEPLOY_DIR</dir>
</deploy>
@@ -56,10 +56,10 @@
-->
<!-- JBoss services -->
- <restaurantATURL>http://localhost:8080/xtsdemowebservices/RestaurantServiceAT</restaurantATURL>
- <restaurantBAURL>http://localhost:8080/xtsdemowebservices/RestaurantServiceBA</restaurantBAURL>
- <taxiATURL>http://localhost:8080/xtsdemowebservices/TaxiServiceAT</taxiATURL>
- <taxiBAURL>http://localhost:8080/xtsdemowebservices/TaxiServiceBA</taxiBAURL>
- <theatreATURL>http://localhost:8080/xtsdemowebservices/TheatreServiceAT</theatreATURL>
- <theatreBAURL>http://localhost:8080/xtsdemowebservices/TheatreServiceBA</theatreBAURL>
+ <restaurantATURL>http://JBOSS_HOSTNAME:JBOSS_PORT/JBOSS_URLSTUB/RestaurantServiceAT</restaurantATURL>
+ <restaurantBAURL>http://JBOSS_HOSTNAME:JBOSS_PORT/JBOSS_URLSTUB/RestaurantServiceBA</restaurantBAURL>
+ <taxiATURL>http://JBOSS_HOSTNAME:JBOSS_PORT/JBOSS_URLSTUB/TaxiServiceAT</taxiATURL>
+ <taxiBAURL>http://JBOSS_HOSTNAME:JBOSS_PORT/JBOSS_URLSTUB/TaxiServiceBA</taxiBAURL>
+ <theatreATURL>http://JBOSS_HOSTNAME:JBOSS_PORT/JBOSS_URLSTUB/TheatreServiceAT</theatreATURL>
+ <theatreBAURL>http://JBOSS_HOSTNAME:JBOSS_PORT/JBOSS_URLSTUB/TheatreServiceBA</theatreBAURL>
</arjuna>
More information about the jboss-svn-commits
mailing list