[jboss-user] [JBoss Seam] - Re: not redirecting to security_error.xhtml

2007-08-03 Thread lowecg2004
I just came across this issue and managed to figure out a workaround. I had a class level @Restrict defined for a bean. The bean had two functions: 1) to provide a @DataModel with its associated @Factory; and 2) to define an action method for my persistence logic. From the JIRA reference

[jboss-user] [JBoss Seam] - Re: not redirecting to security_error.xhtml

2007-05-18 Thread carloszaniolo
Hi, Seam documentation says that Redirect does not work for exceptions which occur during the render phase of the JSF lifecycle. Maybe these errors are occurring in the render phase! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4046793#4046793 Reply to the

[jboss-user] [JBoss Seam] - Re: not redirecting to security_error.xhtml

2007-05-18 Thread damianharvey
Thanks Shane. JBSEAM-1333 Regards, Damian. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4046826#4046826 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4046826 ___ jboss-user

[jboss-user] [JBoss Seam] - Re: not redirecting to security_error.xhtml

2007-05-18 Thread [EMAIL PROTECTED]
Can you raise this issue in JIRA and assign it to me, that way it will get looked at. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4046813#4046813 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4046813

[jboss-user] [JBoss Seam] - Re: not redirecting to security_error.xhtml

2007-05-14 Thread efabiano
Hi Christian, The complete stack trace is: SEVERE: Error Rendering View[/Cor.xhtml] | org.jboss.seam.security.AuthorizationException: Authorization check failed for expression [#{s:hasPermission('corcontroller','selecionar', null)}] | at

[jboss-user] [JBoss Seam] - Re: not redirecting to security_error.xhtml

2007-05-12 Thread [EMAIL PROTECTED]
anonymous wrote : | SERV ERROR RENDERING VIEW COR.XTML | ?! Is this something you typed in or is it really in the log? My guess is that you need to post the real full log excerpt. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4045220#4045220 Reply to