[jboss-svn-commits] JBL Code SVN: r37590 - labs/jbosstm/trunk/XTS/demo.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Tue Oct 18 07:51:25 EDT 2011


Author: zhfeng
Date: 2011-10-18 07:51:25 -0400 (Tue, 18 Oct 2011)
New Revision: 37590

Modified:
   labs/jbosstm/trunk/XTS/demo/jboss.properties
Log:
revert jboss.properties

Modified: labs/jbosstm/trunk/XTS/demo/jboss.properties
===================================================================
--- labs/jbosstm/trunk/XTS/demo/jboss.properties	2011-10-18 11:48:52 UTC (rev 37589)
+++ labs/jbosstm/trunk/XTS/demo/jboss.properties	2011-10-18 11:51:25 UTC (rev 37590)
@@ -29,9 +29,9 @@
   The default services are the ones running within JBoss.
 -->
 <arjuna>
-  <hostname>localhost</hostname>
-  <port>80</port>
-  <urlstub>xts</urlstub>
+  <hostname>JBOSS_HOSTNAME</hostname>
+  <port>JBOSS_PORT</port>
+  <urlstub>JBOSS_URLSTUB</urlstub>
 
   <!-- JBoss services -->
   <restaurantATURL>http://JBOSS_HOSTNAME:JBOSS_PORT/JBOSS_URLSTUB/RestaurantServiceAT</restaurantATURL>



More information about the jboss-svn-commits mailing list