> EJB jars always had dependency JARs located under META-INF/lib;
> Has this changed?

Again, what Java app server or EJB container and JVM/JDK are you
using? This is not part of the JAR specification [1] and does not
comply with Sun's advice regarding J2EE packaging in general [2].

> i.e., should each EJB and all the JARs that it depends on, be packages as an
> EAR?

Yes, an Ear or a War, or in some situations a Rar or another format.

[1] http://java.sun.com/j2se/1.4.2/docs/guide/jar/jar.html
[2] http://java.sun.com/j2ee/verified/packaging.html

Wayne

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to