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=4315>. 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=4315 EJB Access with weblogic.jar included: Can't access new InitialContext() ------- Additional Comments From [EMAIL PROTECTED] 2001-10-21 15:33 ------- I thought about it more, and there could be another way to get a clean integration, by using a custom object factory which would access the weblogic naming context. You can use the ResourceParams element in server.xml. More details: http://jakarta.apache.org/tomcat/tomcat-4.0-doc/jndi-resources-howto.html The Reference object your factory will get will get all the parameters you specified there.