You are viewing a plain text version of this content. The canonical link for it is here.
Posted to wsrf-commits@ws.apache.org by jr...@apache.org on 2005/07/28 19:09:41 UTC

svn commit: r225826 - /webservices/wsrf/trunk/src/site/content/xdocs/dev_guide/singleton.xml

Author: jruzzi
Date: Thu Jul 28 10:09:38 2005
New Revision: 225826

URL: http://svn.apache.org/viewcvs?rev=225826&view=rev
Log:
edits

Modified:
    webservices/wsrf/trunk/src/site/content/xdocs/dev_guide/singleton.xml

Modified: webservices/wsrf/trunk/src/site/content/xdocs/dev_guide/singleton.xml
URL: http://svn.apache.org/viewcvs/webservices/wsrf/trunk/src/site/content/xdocs/dev_guide/singleton.xml?rev=225826&r1=225825&r2=225826&view=diff
==============================================================================
--- webservices/wsrf/trunk/src/site/content/xdocs/dev_guide/singleton.xml (original)
+++ webservices/wsrf/trunk/src/site/content/xdocs/dev_guide/singleton.xml Thu Jul 28 10:09:38 2005
@@ -32,11 +32,11 @@
 				<li>Using a text editor, open <code>jndi-config.xml</code> in the <code>WEB-INF/classes</code> directory.</li>
 				<li>From the <code><![CDATA[<service name="your_service">]]></code> block, remove the <code>resourceIdentifierReferenceParameterName</code> parameter. 
 				This parameter is not required for a singleton. Removing this entry ensures that Apache WSRF does not look for a resource id in the 
-				WS Addressing header. 
-				header.</li>
+				WS Addressing header.</li>
 				<li>Save and close jndi-config.xml.</li>
 				<li>Restart Tomcat if it is already started.
-				<note>The service entry in jndi-config is only present if the service has been deployed.</note></li>
+				<note>The service entry in jndi-config is only present if the service has been deployed.</note>
+				</li>
 			</ol>
 		</section>
 	</body>