Like Matthias says, geronimo-2.0-SNAPSHOT includes the MyFaces 1.2 jars. You can build it from : http://svn.apache.org/repos/asf/geronimo/server/trunk Or if you can wait until probably the middle of this week there should be an official milestone driver (M3) available from http://geronimo.apache.org/. The Geronimo team is aiming to release a stable JEE 5 server in the first half of this year.
There are two flavors (i.e. "assemblies") of Geronimo 2.0, one currently uses Tomcat 6.0.8 and the other uses Jetty 6.1.0. Either should work fine for MyFaces dev though I have personally used the Tomcat assembly more often. Also I use Eclipse for IDE/debugging but I know several of the Geronimo devs use IntelliJ so that should work fine too. Since JSF is part of the JEE 5 spec users don't need to include the JSF jars or their dependencies in their webapps when deploying into Geronimo 2.0. This makes developing a webapp much easier but makes developing JSF a little more tricky because the MyFaces jars are part of the server runtime. But for a MyFaces developer the advantage of taking this approach is that you can test your code in a full JEE stack where new JSF 1.2 features like resource injection come into play. If you decide to use Geronimo for a MyFaces development or testing environment then you'll want to overwrite the MyFaces jars in geronimo/repository/org/apache/myfaces as you make code changes to MyFaces and recycle the server. Best wishes, Paul On 2/26/07, Matthias Wessendorf <[EMAIL PROTECTED]> wrote:
geronimo2-SNAPSHOT you don't need to include the jsf-xxx jars A Java EE 5 compliant server has to ignore the jsf-xxx libs, shipped in WEB-INF/lib Since Tomcat 6.x and Jetty 6.x don't ship JSF, you have to include them in your lib, like in the past -M On 2/26/07, Martin Haimberger <[EMAIL PROTECTED]> wrote: > Sorry for spamming, but is there another Application Server which will > work with MyFaces 1.2 and Intellij Idea ? > > Regards, > Martin Haimberger > > On 2/26/07, Martin Haimberger <[EMAIL PROTECTED]> wrote: > > No nothing more. No Exception, nothing. I will try Jetty6.1.x, i hope > > the myfaces1.2 will start. > > > > Regards, > > Martin Haimberger > > > > On 2/26/07, Matthias Wessendorf <[EMAIL PROTECTED]> wrote: > > > does the tomcat log say more? > > > > > > I am able to deploy a jsf 1.2 app with Jetty6.1.x > > > > > > -M > > > > > > On 2/26/07, Martin Haimberger <[EMAIL PROTECTED]> wrote: > > > > Hy *, > > > > > > > > i am going to help to develop myfaces 1.2. I have checked it out, > > > > compiled it (with some difficulties, because some jars were not > > > > found). I installed tomcat 6.0.9 alpha and i got this error: > > > > > > > > DEBUG [main] (HtmlRenderKitImpl.java:112) - add Renderer family = > > > > javax.faces.SelectOne rendererType = javax.faces.Radio renderer class > > > > = org.apache.myfaces.renderkit.html.HtmlRadioRenderer > > > > INFO [main] (FacesConfigurator.java:972) - Serialization provider : > > > > class org.apache.myfaces.shared_impl.util.serial.DefaultSerialFactory > > > > Feb 26, 2007 2:14:34 PM org.apache.catalina.core.StandardContext start > > > > SEVERE: Error listenerStart > > > > Feb 26, 2007 2:14:34 PM org.apache.catalina.core.StandardContext start > > > > > > > > I am running Intellij 6.0.4 and tomcat 6.0.9 on MacOsX. > > > > > > > > Has someone any idea what i did wrong? > > > > > > > > Regards, > > > > Martin Haimberger > > > > > > > > > > > > > -- > > > Matthias Wessendorf > > > http://tinyurl.com/fmywh > > > > > > further stuff: > > > blog: http://jroller.com/page/mwessendorf > > > mail: mwessendorf-at-gmail-dot-com > > > > > > -- Matthias Wessendorf http://tinyurl.com/fmywh further stuff: blog: http://jroller.com/page/mwessendorf mail: mwessendorf-at-gmail-dot-com
