[jboss-dev-forums] [Design of JBoss/Tomcat Integration] - Re: java2ClassLoadingCompliance in AS5?
david.lloyd@jboss.com
do-not-reply at jboss.com
Tue Nov 25 12:30:43 EST 2008
In the new AS5/MC classloader methodology, wouldn't the proper fix be to exclude the builtin JSF classes from deployments that specify this parameter? Like, using classloading metadata somehow... maybe bunding the JSF RI as a "module" and implicitly adding a "depends" thing into any web deployment that does NOT specify the WAR_BUNDLES_JSF_JAR context param.
I guess it might be tricky since it's implemented as a context-param rather than, say, a top-level metadata thinger in jboss-web.xml. But I bet it's still doable this way... where does the WAR deployer live these days? Has it been POJO-ized?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4192222#4192222
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4192222
More information about the jboss-dev-forums
mailing list