Title: wlclasspath ??

Hi,

I am able to successfully deploy weblogic-specific jars using the <ejbjar> task with an included <weblogic> tag.

Although I receive the following error:

wlejb: [ejbjar] building UserEJB.jar with 7 files
[ejbc] <Jun 12, 2001 10:39:49 AM PDT> <Error> <EJB> <EJB Deployment: UserEJB has a class com.xxx.entity.UserEJB which is in the classpath. This class should only be located in the ejb-jar file.>

It seems as though the deployed jar still works correctly. The ANT documentation for the <weblogic> tag mentions something about this error in relation to the wlclasspath attribute, but I don't quite understand it. Can somebody explain this problem to me, and how I could possible fix it ?  Am I suppose to only put the weblogic.jar in "wlclasspath" and everything else in "classpath" ? I can probably ignore the error messages, but once again, they are annoying.

Thanks,

Jamie

Reply via email to