DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16112>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16112 stack overflow ------- Additional Comments From [EMAIL PROTECTED] 2003-02-25 04:57 ------- I believe that the patch that I just attached should take care of this issue. The problem was occurring in the refresh method of the CastorPSMLManagerService. When a psml changed and the FileCache called this method, the refresh method attempted to reload the psml with just the name of the file. Without any information as to how to find the file, the load would fail, setting the document in the profile to null. The next time a user tried to view the psml, a infinite loop would occur. I have fixed the refresh method, but I did not address the BaseProfile calling PSMLManager.getDocument which in turn could call Profile.getDocument. From what I can tell, this should now never happen, but I can't guarantee it. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
