> I've got maven project here, with specified compile-scoped dependencies and > ejb packaging. I can build&deploy it successfully but then it crashes > because when I examine procucted .jar it does not contain needed .jar > libraries even if those exists in my local repository. I've tried to find an > anwer to this behavior, but did not succeed. Can anybody give me a hint > what's wrong?
EJB packaging does not include dependencies. You'll need to package this as a WAR or EAR if you require this, or create an assembly, etc. Wayne --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
