Author: ips
Date: Thu Aug 4 13:37:40 2005
New Revision: 227476
URL: http://svn.apache.org/viewcvs?rev=227476&view=rev
Log:
added a known issue
Modified:
webservices/muse/trunk/src/site/content/xdocs/release_notes.xml
Modified: webservices/muse/trunk/src/site/content/xdocs/release_notes.xml
URL:
http://svn.apache.org/viewcvs/webservices/muse/trunk/src/site/content/xdocs/release_notes.xml?rev=227476&r1=227475&r2=227476&view=diff
==============================================================================
--- webservices/muse/trunk/src/site/content/xdocs/release_notes.xml (original)
+++ webservices/muse/trunk/src/site/content/xdocs/release_notes.xml Thu Aug 4
13:37:40 2005
@@ -43,9 +43,16 @@
</section>
<section>
<title>Known Issues</title>
- <p>There are currently no issues reported with this
release. Please submit all issues to the Apache Pubscribe project in
- <a
href="http://issues.apache.org/jira/browse/Muse">Apache JIRA</a>. If you are
not sure whether something is a bug, post a question on the Muse
- <a href="contact_info.html">mailing list</a>.
+ <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 Apache Muse project
in
+ <a
href="http://issues.apache.org/jira/browse/Muse">Apache JIRA</a>. If you are
not sure whether something is a bug,
+ post a question on one of the Muse <a
href="contact_info.html">mailing lists</a>.
</p>
</section>
</body>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]