DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=35774>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=35774 ------- Additional Comments From [EMAIL PROTECTED] 2005-07-18 13:53 ------- Thanks for the fast reply. I checked the current trunk and unfortunatelly I do not think that the changes help. Consider you have a cross Container call (WebContainer to JCA Container of another Application). There is not parent-child releation ship between the TCCL (Web) and the ClassLoader of the JCA Adapter. You would still take the TCCL in this case. There would be no implementation available in the TCCL from the Web container that would implement the Log interface from the JCA Container. It would never work! The getBaseClassLoader method would return the TCCL if no base is found. You should add another loop that explictly tries the thisClassLoader if the TCCL is unsuccessful. If you add this, then it should work in nearlly every case -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
