[jboss-user] [JBoss Seam] - Re: My Upgrade Guide (1.2.1 to 1.3.0 CVS) for Glassfish user

2007-07-03 Thread [EMAIL PROTECTED]
IIRC in later versions of the JSF RI it's not needed (its not needed for JBoss AS 4.2.0.GA for example) - so it depends on the glassfish build I expect. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4059827#4059827 Reply to the post :

[jboss-user] [JBoss Seam] - Re: My Upgrade Guide (1.2.1 to 1.3.0 CVS) for Glassfish user

2007-07-03 Thread amitev
ylazzari wrote : | - The ajax4jsf filter should be removed. | Eh. In this case where i have to specify the a4j settings like force-parser, recourse cache, etc. ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4059837#4059837 Reply to the post :

[jboss-user] [JBoss Seam] - Re: My Upgrade Guide (1.2.1 to 1.3.0 CVS) for Glassfish user

2007-07-03 Thread [EMAIL PROTECTED]
You can do this in components.xml as described in the reference manual. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4059840#4059840 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4059840

[jboss-user] [JBoss Seam] - Re: My Upgrade Guide (1.2.1 to 1.3.0 CVS) for Glassfish user

2007-07-03 Thread [EMAIL PROTECTED]
And, as long as your ajax4jsf filter is specified first in web.xml, you can specify it there fine as well. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4059841#4059841 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4059841

[jboss-user] [JBoss Seam] - Re: My Upgrade Guide (1.2.1 to 1.3.0 CVS) for Glassfish user

2007-07-03 Thread amitev
Thank you Pete! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4059884#4059884 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4059884 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: My Upgrade Guide (1.2.1 to 1.3.0 CVS) for Glassfish user

2007-06-27 Thread ylazzari
I never said that the example wasn't working. It's just that instead of crushing someone's config with the one provided in the example, I thought it might be useful to list the changes between the two. View the original post :

[jboss-user] [JBoss Seam] - Re: My Upgrade Guide (1.2.1 to 1.3.0 CVS) for Glassfish user

2007-06-27 Thread [EMAIL PROTECTED]
I've got the jee5 example (used to be glassfish example) running fine on the latest promoted build of glassfish (b52 I think) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4058136#4058136 Reply to the post :

[jboss-user] [JBoss Seam] - Re: My Upgrade Guide (1.2.1 to 1.3.0 CVS) for Glassfish user

2007-06-27 Thread [EMAIL PROTECTED]
Sorry, probably a bit grumpy as I've just been having dental work, which is never nice ;) That should have been anonymous wrote : Brilliant, thanks for the guide! Btw The jee5 example (used to be glassfish example) running fine on the latest promoted build of glassfish (b52 I think) in

[jboss-user] [JBoss Seam] - Re: My Upgrade Guide (1.2.1 to 1.3.0 CVS) for Glassfish user

2007-06-27 Thread ylazzari
Don't worry, no offence taken. I feel for you: dental work does suck! The one thing I wasn't sure about was the following piece in the web.xml: | listener | listener-classcom.sun.faces.config.ConfigureListener/listener-class | /listener | Like I said, I didn't have this