[jboss-svn-commits] JBL Code SVN: r22289 - labs/jbossesb/branches/JBESB_4_4_GA_CP/product/tools/console/contract-web/src/main/webapp.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Mon Sep 1 07:32:53 EDT 2008
Author: kevin.conner at jboss.com
Date: 2008-09-01 07:32:53 -0400 (Mon, 01 Sep 2008)
New Revision: 22289
Modified:
labs/jbossesb/branches/JBESB_4_4_GA_CP/product/tools/console/contract-web/src/main/webapp/index.jsp
Log:
Fixed scheme inclusion: JBESB-1973
Modified: labs/jbossesb/branches/JBESB_4_4_GA_CP/product/tools/console/contract-web/src/main/webapp/index.jsp
===================================================================
--- labs/jbossesb/branches/JBESB_4_4_GA_CP/product/tools/console/contract-web/src/main/webapp/index.jsp 2008-09-01 10:50:20 UTC (rev 22288)
+++ labs/jbossesb/branches/JBESB_4_4_GA_CP/product/tools/console/contract-web/src/main/webapp/index.jsp 2008-09-01 11:32:53 UTC (rev 22289)
@@ -82,7 +82,7 @@
final URI serviceContractURI = contractReferencePublisher.getServiceContractURI() ;
%>
<fieldset>
- <legend><b>serviceURI.getScheme()</b></legend>
+ <legend><b><%=serviceURI.getScheme()%></b></legend>
<ul>
<li><b>Endpoint</b>: <%=serviceURI%></li>
More information about the jboss-svn-commits
mailing list