JBoss Community

Re: How to package EJB interface for JBoss AS 7

created by David Phan in EJB3 Development - View the full discussion

If I packaged both IRepository and Repository in a single jar (say repositoryejb.jar), I could declare it a dependency for my .war by:

 

1. Add a MANIFEST.MF file in my .war

 

2. and the MANIFEST.MF contains

 

Dependencies: deployment.repositoryejb.jar

Reply to this message by going to Community

Start a new discussion in EJB3 Development at Community