[jboss-user] [JBossWS] - contextRoot with multiple webservices

2007-10-30 Thread fmeystre
Hi, I have some problem with the contextRoot with multiple WebService (in different apps) with same name on same server. I'm running JBoss AS 4.2.1.GA with jbossws-native-2.0.1.GA. I have 2 deployed web applications (same java source code) First application is deployed at http://host/myApp1 Seco

[jboss-user] [JBoss Seam] - Re: javax/el/ELResolver on JBoss 4.2.1.GA

2007-10-20 Thread fmeystre
Thats right, thank you Norman! For information, here is what I need to change : 1) in resources/WEB-INF/web.xml, comment MyFaces and add JSR RI | | | | | com.sun.faces.config.ConfigureListener | | 2) in resources/WEB-INF/faces-config.xml, add S

[jboss-user] [JBoss Seam] - Re: javax/el/ELResolver on JBoss 4.2.1.GA

2007-10-19 Thread fmeystre
I forget to put first line of Exception : anonymous wrote : | 17:45:12,171 ERROR [[/pvente]] Exception sending context initialized event to listener instance of class org.jboss.web.jsf.integration.config.JBossJSFConfigureListener | ... | View the original post : http://www.jboss.com/in

[jboss-user] [JBoss Seam] - javax/el/ELResolver on JBoss 4.2.1.GA

2007-10-19 Thread fmeystre
I get an an javax/el/ELResolver Exception when project is deployed on Server 4.2.1.GA. project has been created using Seam-Gen with Server 4.0.5.GA and is working fine on 4.0.5.GA. If I check the libraries folder on the server jboss-4.2.1.GA\server\default\lib, I can see the jar : el-api.jar

[jboss-user] [JBoss Seam] - Re: @Restrict and redirect.captureCurrentView

2007-09-13 Thread fmeystre
Sorry... trouble with my post, here is my component.xml | ... | | | | | | | | ... | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4083876#4083876 Reply to the post : http://www.jboss.com/index.html?mod

[jboss-user] [JBoss Seam] - @Restrict and redirect.captureCurrentView

2007-09-13 Thread fmeystre
I try to use the built-in security handling to redirect user to the page she originally requested after the login. I works fine when I'm using login-required="true" in pages.xml but the problem is when I'm using @Restrict("#{identity.loggedIn}") in the class. When the annotations is used, the