[jboss-svn-commits] JBL Code SVN: r29476 - labs/jbosstm/trunk/XTS/interop/WSTX11-interop/web.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Sun Sep 27 13:32:04 EDT 2009


Author: adinn
Date: 2009-09-27 13:32:04 -0400 (Sun, 27 Sep 2009)
New Revision: 29476

Modified:
   labs/jbosstm/trunk/XTS/interop/WSTX11-interop/web/index.jsp
Log:
removed useless initialization which refenced deleted class

Modified: labs/jbosstm/trunk/XTS/interop/WSTX11-interop/web/index.jsp
===================================================================
--- labs/jbosstm/trunk/XTS/interop/WSTX11-interop/web/index.jsp	2009-09-26 05:05:11 UTC (rev 29475)
+++ labs/jbosstm/trunk/XTS/interop/WSTX11-interop/web/index.jsp	2009-09-27 17:32:04 UTC (rev 29476)
@@ -24,10 +24,9 @@
 <%@page import="java.util.Map"%>
 <%@page import="com.arjuna.webservices11.ServiceRegistry"%>
 <%@page import="com.jboss.transaction.txinterop.test.TestConstants"%>
-<%@page import="com.jboss.transaction.txinterop.webservices.InteropConstants"%>
 
 <%!
-private final static String SERVICE_URI = ServiceRegistry.getRegistry().getServiceURI(InteropConstants.SERVICE_PARTICIPANT) ;%>
+private final static String SERVICE_URI = "" ;%>
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
 <html>
 <head>



More information about the jboss-svn-commits mailing list