[jboss-user] [JBoss Seam] - Re: exceptions.xml : display exception's information

2007-03-01 Thread synthez84
I changed my generic_error_page.xhtml to : With that I can see "Test", which was define in exceptions.xml But I would like to print the exception message and the stack.. What should I do? I also tried but it doesn't display anything :( And I 've still got this javax.faces.el.EvaluationExc

[jboss-user] [JBoss Seam] - Re: exceptions.xml : display exception's information

2007-03-01 Thread synthez84
Here are my log : [Exceptions] reading exceptions.xml [MetaMethodBinding] Error processing action expression #{actionBean.doException}: javax.faces.el.EvaluationException: Exception while invoking expression #{actionBean.doException} And still no message in html page... View the original

[jboss-user] [JBoss Seam] - exceptions.xml : display exception's information

2007-03-01 Thread synthez84
Hi, I'm looking how to use Seam exception handling with exception.xml, in Seam 1.1.1. The redirection seems to be executed, but I know nothing about the exception. I've got an actionBean, that throw an exception like | throw new Exception("Don't worry, just a test..."); My exceptions.xml

[jboss-user] [JBoss Seam] - Re: TestNg problem with my seam application

2007-02-15 Thread synthez84
Hi, Did find a solution to your problem? Because I've got exactly the same problem as you! Could you help me please? I'm a new Seam programmer too! Thanks in advance View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4017070#4017070 Reply to the post : http://w

[jboss-user] [JBoss Seam] - TestNG in Registration sample app

2007-02-15 Thread synthez84
Hi all I'm trying to run test on the registration sample application, provide with Seam. And I've got an issue when running theses tests with testng. When I launch testng from eclipse (or with maven2), I've got this : [Parser] Running: /home/workspace/Registration/test/testng.xml log4j:WARN