Joao Cunha [
http://community.jboss.org/people/jpcunha] created the discussion
"Re: Classloader parent delegation on Jboss AS7"
To view the discussion, visit:
http://community.jboss.org/message/614516#614516
--------------------------------------------------------------
Simplified structure:
- myapp.ear
- - lib/hibernate-x.x.x.jar
- - lib/xpto.jar <- this one uses hibernate directly (previous jar), and it's only
used on the war classloader context
- - lib/...
- - ejb1.jar (business layer, services)
- - ejb2.jar (data layer, DAOs)
- - web.war (skinny war... no jars on WEB-INF/lib)
--------------------------------------------------------------
Reply to this message by going to Community
[
http://community.jboss.org/message/614516#614516]
Start a new discussion in JBoss AS7 Development at Community
[
http://community.jboss.org/choose-container!input.jspa?contentType=1&...]