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 16:05 ------- No, you can't add additional attributes to the Ejb element because of the way the xml mapper / digester works. Instead, you can use the ResourceParams element to specify the custom parameters of the Reference. (Then, of course, you need the custom object factory) That's why I said it would probably be simpler to use the Weblogic naming environment (if possible). Also, you could use: - specify the env properties for the Weblogic IC - use ejb-link: <Ejb name="ejb/Echo" type="Session" home="echo.EchoHome" remote="echo.Echo" link="jndi_name_in_the_weblogic_context" /> That's totally untested, but the factory should do a lookup on the JNDI name you specify. You also have to put the Weblogic classes in the shared classloader.