[jboss-svn-commits] JBL Code SVN: r18956 - labs/jbosstm/trunk/XTS/demo.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Fri Mar 14 05:32:09 EDT 2008
Author: adinn
Date: 2008-03-14 05:32:09 -0400 (Fri, 14 Mar 2008)
New Revision: 18956
Modified:
labs/jbosstm/trunk/XTS/demo/jboss.properties
Log:
restoring unedited version of jboss.properties again\!
Modified: labs/jbosstm/trunk/XTS/demo/jboss.properties
===================================================================
--- labs/jbosstm/trunk/XTS/demo/jboss.properties 2008-03-14 06:21:21 UTC (rev 18955)
+++ labs/jbosstm/trunk/XTS/demo/jboss.properties 2008-03-14 09:32:09 UTC (rev 18956)
@@ -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