Ales Justin [
http://community.jboss.org/people/alesj] created the discussion
"Re: How to stop my WAR loading JBoss's provided 3rd party classes?"
To view the discussion, visit:
http://community.jboss.org/message/575746#575746
--------------------------------------------------------------
How would I filter out all jboss libraries?
What we currently
"said" with this config is the following:
* if the package isn't 1.0.com.sun.codemodel, go and look into parent
* else don't go into parent, only look at my resources
e.g. if I wanted to use own Hibernate lib from my jar, I would filter on all
org.hibernate.* packages.
(hopefully the Hibernate lib is properly packaged, and doesn't have any classes
outside org.hibernate :-))
--------------------------------------------------------------
Reply to this message by going to Community
[
http://community.jboss.org/message/575746#575746]
Start a new discussion in JBoss Microcontainer at Community
[
http://community.jboss.org/choose-container!input.jspa?contentType=1&...]