Using eclipse 2.1.2, myeclipse 2.6.200 (2.7)
Followed ejb tutorial, created xdoclet & ran – when deployed to Weblogic 6.1 exception thrown –
An error occurred while reading the deployment descriptor. The error was:
java.io.FileNotFoundException: META-INF/weblogic-ejb-jar.xml not found in jar file
…
This is because this file is created one level above the “META-INF” dir – moving it in here resolves the exception but which is right?
Also any chance of a “EJB Client” example of how to get this ejb once deployed?