wjw465150 / run-jetty-run

Automatically exported from code.google.com/p/run-jetty-run
0 stars 0 forks source link

Problems With Jetty 8.1.2 and JSF #132

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What is the expected output? What do you see instead?

Running a Java Web Application with JSF 2.1.7 and Run-Jetty-Run Plugin results 
in this exception: 

java.lang.IllegalStateException: Could not find backup for factory 
javax.faces.context.FacesContextFactory

What steps will reproduce the problem?
1. Just configure the plugin as server of the application and start it.
2.
3.

What Eclipse version are you using ?

Eclipse STS Version: 2.9.0.RELEASE

What Run-Jetty-Run version are you using?

Version 1.3.3

What OS are you using ? 32bit or 64 bit?

Ubuntu 10.04 32bit

Please provide any additional information below.

The problems starts when jetty was upgraded to version 8.1.2, it worked 
perfectly with 8.0.1 jetty version

Original issue reported on code.google.com by matheusa...@gmail.com on 21 Mar 2012 at 4:45

GoogleCodeExporter commented 9 years ago
Ok , that seems latest Jetty8 is not really stable,
I will provide another support version for 8.0.1.

please use 1.3.2 first if you don't mind.

Original comment by tonylovejava on 22 Mar 2012 at 2:27

GoogleCodeExporter commented 9 years ago
Ok, you could change jetty version in jetty classpath , I am planing to write a 
guide for that.

Original comment by tonylovejava on 22 Mar 2012 at 2:35

GoogleCodeExporter commented 9 years ago
add web.xml:

    <listener>
        <listener-class>com.sun.faces.config.ConfigureListener</listener-class>
    </listener>

Original comment by ravshans...@gmail.com on 17 Apr 2012 at 5:45