You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by bu...@apache.org on 2001/12/11 06:12:41 UTC

DO NOT REPLY [Bug 4782] - ejbjar problems loading classes

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 sjdavies@acm.org  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:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>