David Phan [
https://community.jboss.org/people/dphanva] created the discussion
"Re: How to package EJB interface for JBoss AS 7"
To view the discussion, visit:
https://community.jboss.org/message/796207#796207
--------------------------------------------------------------
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
[
https://community.jboss.org/message/796207#796207]
Start a new discussion in EJB3 Development at Community
[
https://community.jboss.org/choose-container!input.jspa?contentType=1&...]