[jboss-user] [JBoss Seam] - Re: Deploying seam app along side standard jsf app problem

CptnKirk do-not-reply at jboss.com
Tue Apr 17 13:09:24 EDT 2007


I'd guess that this has to do with the scoping of servlet filters within ears.  If two wars are published within the same ear what happens?  I suppose you have your answer.  Don't know if this is a bug or a feature of JEE deployment.

This could also be a scoping problem with the JSF context.  With both wars sharing a reference to the same JSF context.  You may be able to specify a classloader isolation property in your wars to avoid this.  Dunno.

This is all pure speculation at this point.  Although you have to ask yourself how a SeamNavigationHandler is getting called in a war that has no idea about Seam.

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

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



More information about the jboss-user mailing list