[jboss-user] [JBoss Seam] - Re: Strange behavior of jar file loading
pete.muir@jboss.org
do-not-reply at jboss.com
Mon Aug 13 04:46:44 EDT 2007
OOps, I thought I posted back on this...
You've got your JsfEcoLibrary on the ear classloader and facelets on the war classloader. This is incorrect - all view related classes should go on the war classloader. Alter your build so that JsfEcoLibrary and related classes are put into WEB-INF/classes in your build war/ear.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073469#4073469
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073469
More information about the jboss-user
mailing list