Re: JSF 2.0 and jetty:run

2010-08-19 Thread Bruno Aranda
I wonder what was the problem with Jetty? I have been using mvn jetty:run with JSF 2 for quite a while... Bruno On 19 August 2010 05:28, Martin Marinschek mmarinsc...@apache.org wrote: Hi Michi, thanks, that will make it a tad easier for everyone using JSF and Jetty... best regards,

Re: JSF 2.0 and jetty:run

2010-08-19 Thread Matthias Wessendorf
same here, but I was on 6.x; not used the eclipse version of it.. -M On Thu, Aug 19, 2010 at 11:23 AM, Bruno Aranda brunoara...@gmail.com wrote: I wonder what was the problem with Jetty? I have been using mvn jetty:run with JSF 2 for quite a while... Bruno On 19 August 2010 05:28, Martin

Re: JSF 2.0 and jetty:run

2010-08-19 Thread Bruno Aranda
I have been using this for some time, and is the eclipse version. No problems with this one (using JSP 2.2) plugin groupIdorg.mortbay.jetty/groupId artifactIdjetty-maven-plugin/artifactId version7.0.1.v20091125/version configuration

Re: JSF 2.0 and jetty:run

2010-08-19 Thread Matthias Wessendorf
that does not mean some bug was introduced in 7.1.x :-) On Thu, Aug 19, 2010 at 11:32 AM, Bruno Aranda brunoara...@gmail.com wrote: I have been using this for some time, and is the eclipse version. No problems with this one (using JSP 2.2) plugin    

Re: JSF 2.0 and jetty:run

2010-08-19 Thread Bruno Aranda
Out of curiosity I just tried using this version: 7.1.5.v20100705 It still works, so I guess it is related to the technology stack I am using... Cheers! Bruno On 19 August 2010 10:35, Matthias Wessendorf mat...@apache.org wrote: that does not mean some bug was introduced in 7.1.x :-) On

Re: JSF 2.0 and jetty:run

2010-08-19 Thread Michael Kurz
Hi, with jetty:run it was not possible to configure managed beans etc. with annotations. Both MyFaces and Mojarra scan java class files in /WEB-INF/lib and /WEB-INF/classes for this purpose. If you start a webapp with jetty:run, those directories do not exist until now. With the patch jetty

Re: JSF 2.0 and jetty:run

2010-08-19 Thread Bruno Aranda
Ah ok, now I see. All my beans are registered with Spring, so I am not using those annotations. Good to know if I want to now, thanks! Bruno On 19 August 2010 10:54, Michael Kurz michi.k...@gmx.at wrote: Hi, with jetty:run it was not possible to configure managed beans etc. with

JSF 2.0 and jetty:run

2010-08-18 Thread Michael Kurz
Hi, I just saw that my patch for the maven jetty plugin ([1]) was accepted and is integrated in the latest version 7.2.0-SNAPSHOT. It is now possible to run JSF 2.0 projects with mvn jetty:run (at least in theory, there is another bug I provided a patch for [2]). Unfortunately, thre does

Re: JSF 2.0 and jetty:run

2010-08-18 Thread Michael Kurz
Patch for [2] is already committed, fast guys over there... Am 18.08.2010 19:48, schrieb Michael Kurz: Hi, I just saw that my patch for the maven jetty plugin ([1]) was accepted and is integrated in the latest version 7.2.0-SNAPSHOT. It is now possible to run JSF 2.0 projects with mvn

Re: JSF 2.0 and jetty:run

2010-08-18 Thread Matthias Wessendorf
On Wed, Aug 18, 2010 at 8:07 PM, Michael Kurz michi.k...@gmx.at wrote: Patch for [2] is already committed, fast guys over there... +1 they rock and they are fast. thanks for sharing! -M Am 18.08.2010 19:48, schrieb Michael Kurz: Hi, I just saw that my patch for the maven jetty plugin

Re: JSF 2.0 and jetty:run

2010-08-18 Thread Martin Marinschek
Hi Michi, thanks, that will make it a tad easier for everyone using JSF and Jetty... best regards, Martin On Wed, Aug 18, 2010 at 9:21 PM, Matthias Wessendorf mat...@apache.org wrote: On Wed, Aug 18, 2010 at 8:07 PM, Michael Kurz michi.k...@gmx.at wrote: Patch for [2] is already committed,