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
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
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
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
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
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