> Its supposed to have a dependency jar (ussi.jar) included within it for > deployment, but > the EJB jar created never contains the ussi.jar. I am using > "compile-scope" dependencies.
Google for "maven ejb jar bundle" gave this link at the top: http://magnus-k-karlsson.blogspot.com/2009/08/bundle-common-jar-into-ejb-jar-with.html As always when this question is posted, I have to ask, what Java app server or EJB container and JVM/JDK are you using? AFAIK few classloaders support this arrangement of jar-within-jar. Wayne --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
