[jboss-user] [Beginners Corner] - Re: Yet another isolated classloader question

PeterJ do-not-reply at jboss.com
Fri Sep 26 20:07:14 EDT 2008


This does not directly answer your question, but why are you not using the "provided" scope. Example:

<dependency>
  |   <groupId>commons-logging</groupId>
  |   <artifactId>commons-logging</artifactId>
  |   <version>1.1</version>
  |   <scope>provided</scope>
  | </dependency>

This way your WAR will not be filled with JARs that are already provided by JBossAS.




View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4179157#4179157

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4179157



More information about the jboss-user mailing list