JBoss Community

Re: How to stop my WAR loading JBoss's provided 3rd party classes?

created by Ales Justin in JBoss Microcontainer - View the full discussion
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

Start a new discussion in JBoss Microcontainer at Community