[jboss-user] [JBoss Seam] - Re: Problem including commons-email in sample app
norman.richards@jboss.com
do-not-reply at jboss.com
Sun Jan 7 14:58:59 EST 2007
JARs in WEB-INF/lib are not visible to classes in the EAR.
JARs in the EAR file are not automatically added to the EARs classpath. (I consider this a deficiency in the Java EE specs) Look at application.xml to see the easiest hack for referencing JAR files at the root of the EAR. (it's how we typically make seam and it's supporting libraries visible to the app)
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3998739#3998739
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3998739
More information about the jboss-user
mailing list