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=4782>. 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=4782 ejbjar problems loading classes ------- Additional Comments From [EMAIL PROTECTED] 2001-12-10 21:12 ------- Tom, you can prevent the DTD resolution problem by copying the SUN DTD to your local drive and specifying a DTD tag inside <ejbjar> e.g. <dtd publicId="-//Sun Microsystems, Inc.//DTD Enterprise JavaBeans 1.1//EN" location="c:/downloads/dtds/ejb-jar_1_1.dtd" /> The could not load class problem has to do with the classpath. Unfortunately if you add the lightbrige classes to the classpath then weblogic.ejbc starts to complain about finding the class in two places. This occurs in WLS 6.1. Both errors can of course be ignored. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
