[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] - not redirecting to security_error.xhtml

2007-05-12 Thread efabiano
HI, I´ve started using seam security in advanced mode. In fact I´m using dynamic role as you can see at http://www.jboss.com/index.html?module=bbop=viewtopicp=4045165#4045165 I´ve configured my pages.xml with this exceptions exception class=org.jboss.seam.security.NotLoggedInException |

[jboss-user] [JBoss Seam] - Re: Security - Define dynamic Role in application

2007-05-11 Thread efabiano
Hi markfoertein, Thanks for your response. Yes, I´m from Brasil too (Curitiba). It would be very interesting share my experience using seam with you. Please send a mail to [EMAIL PROTECTED] so we can start a talk. tks emerson fabiano View the original post :

[jboss-user] [JBoss Seam] - Re: Security - Define dynamic Role in application

2007-05-10 Thread efabiano
Hi, I had the same issue and I found the problem. When security system is checking this GrantedPermission(n : name - (n == check.getName()), a : action - (a | == check.getAction())) only the first argument (n == check.getName()) is verified. best regards emerson fabiano View the

[jboss-user] [JBoss Seam] - Re: iText PDF generation

2007-03-14 Thread efabiano
Thank you very much fers. But I´m using Jasper now and its excelent pdf support. best emerson fabiano View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4027919#4027919 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4027919

[jboss-user] [JBoss Seam] - Re: iText PDF generation

2007-03-05 Thread efabiano
Well, just for a better understanding of my problem: I´ve tried iText example that comes with seam. First, when I wrote special characters on format.xml (for example, ç) I had this error: anonymous wrote : Error Parsing /format.xhtml: Error Traced[line: 14] Invalid byte 2 of 3-byte UTF-8

[jboss-user] [JBoss Seam] - iText PDF generation

2007-03-02 Thread efabiano
Hi, I´ve started using iText PDF generation on my project. Every thing works fine except for portuguese character set support . The problem is some special characters (like ç or ~ etc) are being converted to HTML Character Entities (http://www.w3schools.com/tags/ref_entities.asp) For example,

[jboss-user] [JBoss Seam] - Re: handling exceptions

2007-02-01 Thread efabiano
Well, I´ve tried to reproduce this behavior using a seam booking example project and the same error happened (I coudn´t catch the correct exception using exception.xml) The steps I did were: 1. First, I installed a new Jboss AS 4.05 instalation with EJB 3.0 2. I downloaded new seam 1.1.5 3.

[jboss-user] [JBoss Seam] - Re: handling exceptions

2007-01-31 Thread efabiano
OK gavin I´m checking this. By the way, during Jboss instalation there is an option 'enable deployment isolation/call by value'. I didn´t check this option. Do you think I should´ve enabled this option? tks View the original post :

[jboss-user] [JBoss Seam] - Re: handling exceptions

2007-01-30 Thread efabiano
HI, maybe I wasn´t clear enough in my last post and I realy need a little help for this case. Then I´m sending more information about this problem. The problem is that I couldn´t handle an exception using exception.xml. For example, I need to handle a database (referencial integrety violation)

[jboss-user] [JBoss Seam] - handling exceptions

2007-01-29 Thread efabiano
What's the best way to handle referencial integrety exceptions? I´d like to show a friendly message to the user. I tried to use exception.xml but the only exception that I could catch was java.lang.RuntimeException. I´ve tried redirect view-id=/logout.xhtmlErro inesperado

[jboss-user] [JBoss Seam] - Re: handling exceptions

2007-01-29 Thread efabiano
sorry, the correct code is redirect view-id=/logout.xhtmlErro inesperado end-conversation/ tks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4007967#4007967 Reply to the post :

[jboss-user] [JBoss Seam] - Re: handling exceptions

2007-01-29 Thread efabiano
again exception class=javax.persistence.PersistenceException redirect view-id=/logout.xhtmlErro inesperado end-conversation/ / exception tks in advance View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4007968#4007968 Reply to the post :

[jboss-user] [JBoss Seam] - schemaLocation

2006-10-06 Thread efabiano
Hi, We need a schemaLocation (xsd) for this namespaces: xmlns:ui xmlns:h xmlns:s Does anybody know where I can find them? thank you emerson fabiano View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3976616#3976616 Reply to the post :

[jboss-user] [JBoss Seam] - Re: schemaLocation

2006-10-06 Thread efabiano
sorry, I want a xsd for this namespaces: xmlns:ui=http://java.sun.com/jsf/facelets; xmlns:h=http://java.sun.com/jsf/html; xmlns:s=http://jboss.com/products/seam/taglib; tank you View the original post :