WebXml.init must be called before

2006-03-20 Thread Jonathan Sutherland
I am attempting to delpoy to the SAP webAS server. The application works fine with Tomcat 4 but with webAS I get the following error: Error [javax.servlet.ServletException: org.apache.myfaces.webapp.webxml.WebXml.init must be called before!], with root cause [java.lang.IllegalStateException:

WebXml.init must be called before

2006-03-20 Thread Jonathan Sutherland
I am attempting to delpoy to the SAP webAS server. The application works fine with Tomcat 4 but with webAS I get the following error: Error [javax.servlet.ServletException: org.apache.myfaces.webapp.webxml.WebXml.init must be called before!], with root cause [java.lang.IllegalStateException:

sandbox and WebXml.init must be called before!

2005-11-10 Thread Francesco Consumi
Hi all, If I try to include sandbox.jar in my project, when I launch it I obtain: exception javax.servlet.ServletException: org.apache.myfaces.webapp.webxml.WebXml.init must be called before! javax.faces.webapp.FacesServlet.service(FacesServlet.java:109)

Re: sandbox and WebXml.init must be called before!

2005-11-10 Thread Bruno Aranda
Does the sandbox.war work for you? Bruno 2005/11/10, Francesco Consumi [EMAIL PROTECTED]: Hi all, If I try to include sandbox.jar in my project, when I launch it I obtain: exception javax.servlet.ServletException: org.apache.myfaces.webapp.webxml.WebXml.init must be called before!

Re: sandbox and WebXml.init must be called before!

2005-11-10 Thread Marco Mistroni
hello, have you checked that your myfaces sandbox are of same version? i think if you are using myfaces-20050101 jars you should pick also sandbox-20050101 jars HTH marco On 11/10/05, Bruno Aranda [EMAIL PROTECTED] wrote: Does the sandbox.war work for you?Bruno2005/11/10, Francesco Consumi

Re: sandbox and WebXml.init must be called before!

2005-11-10 Thread Francesco Consumi
Quoting Bruno Aranda [EMAIL PROTECTED]: Does the sandbox.war work for you? No. If I deploy sandbox.war (20051109 snapshot) as is on my Tomcat 5.5.12, I obtain: GRAVE: Servlet /sandbox threw load() exception java.lang.IllegalStateException: No Factories configured for this Application.

Re: sandbox and WebXml.init must be called before!

2005-11-10 Thread Bruno Aranda
I reproduced your problem Francesco. I am going to investigate further. Yesterday I did a build from the svn and I had no problems, maybe this is a problem with the general build... Regards, Bruno 2005/11/10, Francesco Consumi [EMAIL PROTECTED]: Quoting Bruno Aranda [EMAIL PROTECTED]: Does

Re: sandbox and WebXml.init must be called before!

2005-11-10 Thread Bruno Aranda
In the meanwhile, can you open a JIRA issue? Regards, Bruno 2005/11/10, Bruno Aranda [EMAIL PROTECTED]: I reproduced your problem Francesco. I am going to investigate further. Yesterday I did a build from the svn and I had no problems, maybe this is a problem with the general build...

Re: sandbox and WebXml.init must be called before!

2005-11-10 Thread Francesco Consumi
Quoting Bruno Aranda [EMAIL PROTECTED]: Bruno Aranda ha scritto: I reproduced your problem Francesco. I am going to investigate further. Yesterday I did a build from the svn and I had no problems, maybe this is a problem with the general build... Thanks, I noticed this problem since a week.

Re: sandbox and WebXml.init must be called before!

2005-11-10 Thread Bruno Aranda
I've identified the source of the problem, I am going to open a JIRA now. The top part of the examples-config.xml file is missing: ?xml version=1.0? !DOCTYPE faces-config PUBLIC -//Sun Microsystems, Inc.//DTD JavaServer Faces Config 1.0//EN http://java.sun.com/dtd/web-facesconfig_1_0.dtd;

Re: sandbox and WebXml.init must be called before!

2005-11-10 Thread Francesco Consumi
Quoting Bruno Aranda [EMAIL PROTECTED]: I've identified the source of the problem, I am going to open a JIRA now. Thank you. Regarding my main problem, I solved by doing as suggested by Marco: I replaced myfaces-all.jar file with latest version. -- Francesco Consumi Ufficio Sistemi

Re: sandbox and WebXml.init must be called before!

2005-11-10 Thread Bruno Aranda
I've fixed the sandbox.war thing in the SVN... Bruno 2005/11/10, Francesco Consumi [EMAIL PROTECTED]: Quoting Bruno Aranda [EMAIL PROTECTED]: I've identified the source of the problem, I am going to open a JIRA now. Thank you. Regarding my main problem, I solved by doing as suggested by

Re: WebXml.init must be called before!

2005-08-26 Thread David Geary
Nevermind, I figured out what's going on as soon as I hit the send button to send the email. But, hey, thanks anyway. 8-} david Le 05-08-26 à 17:49, David Geary a écrit : I'm trying to move an application from the RI to MyFaces. I've got the StartupServletContextListener specified in

WebXml.init must be called before!

2005-08-26 Thread David Geary
I'm trying to move an application from the RI to MyFaces. I've got the StartupServletContextListener specified in web.xml, but when I try to access the application, I get the following unpleasantness: javax.servlet.ServletException: org.apache.myfaces.webapp.webxml.WebXml.init must be