David Lloyd [
http://community.jboss.org/people/david.lloyd%40jboss.com] created the
discussion
"Re: Embedded AS"
To view the discussion, visit:
http://community.jboss.org/message/569367#569367
--------------------------------------------------------------
Well, any of the following solutions would work:
1. Run embedded stuff in a fully modularized environment
2. Put everything on the app classpath (and hope there's no duplicate
dependencies...)
3. Use a hybrid solution with a customized module repos where no packages are duplicated
between modules and the app class path
Just using the app classpath is the simplest, assuming you don't hit any duplicate
issues.
--------------------------------------------------------------
Reply to this message by going to Community
[
http://community.jboss.org/message/569367#569367]
Start a new discussion in JBoss AS7 Development at Community
[
http://community.jboss.org/choose-container!input.jspa?contentType=1&...]