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 ip...@apache.org on 2005/08/04 22:35:13 UTC

svn commit: r227473 - /webservices/wsrf/trunk/src/site/content/xdocs/release_notes.xml

Author: ips
Date: Thu Aug  4 13:35:11 2005
New Revision: 227473

URL: http://svn.apache.org/viewcvs?rev=227473&view=rev
Log:
added a known issue

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

Modified: webservices/wsrf/trunk/src/site/content/xdocs/release_notes.xml
URL: http://svn.apache.org/viewcvs/webservices/wsrf/trunk/src/site/content/xdocs/release_notes.xml?rev=227473&r1=227472&r2=227473&view=diff
==============================================================================
--- webservices/wsrf/trunk/src/site/content/xdocs/release_notes.xml (original)
+++ webservices/wsrf/trunk/src/site/content/xdocs/release_notes.xml Thu Aug  4 13:35:11 2005
@@ -39,7 +39,14 @@
 		</section>
 		<section>
 			<title>Known Issues</title>
-			<p>There are currently no issues reported with this release. Please submit all issues to the Apache WSRF project in 
+			<ul>
+				<li>Any time a home object is looked up from JNDI, its init() method is automatically invoked by the
+				    framework. This can cause an infinite loop if a home, from its init() method, looks up itself from JNDI.
+				    Though this theoretically should never be necessary, if you must do it, you'll need to wrap the body of your init() 
+				    method in a conditional that checks if the home has already been initialized.</li>
+				    
+			</ul>
+			<p>Please submit all issues to the WSRF project in 
 			<a href="http://issues.apache.org/jira/browse/Apollo">Apache JIRA</a>. If you are not sure whether something is a bug, 
 			post a question on one of the WSRF 
 			<a href="contact_info.html">mailing lists</a>.