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 <[email protected]> wrote: > that does not mean some bug was introduced in 7.1.x :-) > > On Thu, Aug 19, 2010 at 11:32 AM, Bruno Aranda <[email protected]> > wrote: > > I have been using this for some time, and is the eclipse version. No > > problems with this one (using JSP 2.2) > > > > <plugin> > > <groupId>org.mortbay.jetty</groupId> > > <artifactId>jetty-maven-plugin</artifactId> > > <version>7.0.1.v20091125</version> > > <configuration> > > <connectors> > > <connector > > implementation="org.eclipse.jetty.server.nio.SelectChannelConnector"> > > <port>8181</port> > > </connector> > > </connectors> > > <scanIntervalSeconds>10</scanIntervalSeconds> > > </configuration> > > <dependencies> > > <dependency> > > <groupId>javax.servlet.jsp</groupId> > > <artifactId>jsp-api</artifactId> > > <version>2.2</version> > > <scope>provided</scope> > > </dependency> > > <dependency> > > <groupId>javax.el</groupId> > > <artifactId>el-api</artifactId> > > <version>2.2.1-b01</version> > > <scope>provided</scope> > > </dependency> > > <dependency> > > <groupId>org.glassfish.web</groupId> > > <artifactId>el-impl</artifactId> > > <version>2.2.1-b01</version> > > <scope>provided</scope> > > </dependency> > > <dependency> > > <groupId>org.mortbay.jetty</groupId> > > <artifactId>jsp-2.1-glassfish</artifactId> > > <version>9.1.1.B60.25.p2</version> > > <scope>provided</scope> > > <exclusions> > > <exclusion> > > <groupId>org.mortbay.jetty</groupId> > > <artifactId>jsp-api-2.1</artifactId> > > </exclusion> > > <exclusion> > > <groupId>org.mortbay.jetty</groupId> > > <artifactId>start</artifactId> > > </exclusion> > > <exclusion> > > <groupId>org.mortbay.jetty</groupId> > > > <artifactId>jetty-annotations</artifactId> > > </exclusion> > > </exclusions> > > </dependency> > > </dependencies> > > </plugin> > > > > On 19 August 2010 10:24, Matthias Wessendorf <[email protected]> wrote: > >> > >> 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 <[email protected]> > >> 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 Marinschek <[email protected]> > >> > wrote: > >> >> > >> >> 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 > >> >> <[email protected]> > >> >> wrote: > >> >> > On Wed, Aug 18, 2010 at 8:07 PM, Michael Kurz <[email protected]> > >> >> > 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 ([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 not seem to be a snapshot repository for > >> >> >>> Jetty. > >> >> >>> So, whoever wants to try it has to build it first. > >> >> >>> > >> >> >>> cheers > >> >> >>> Michi > >> >> >>> > >> >> >>> [1]: http://jira.codehaus.org/browse/JETTY-1107 > >> >> >>> [2]: http://jira.codehaus.org/browse/JETTY-1261 > >> >> >> > >> >> > > >> >> > > >> >> > > >> >> > -- > >> >> > Matthias Wessendorf > >> >> > > >> >> > blog: http://matthiaswessendorf.wordpress.com/ > >> >> > sessions: http://www.slideshare.net/mwessendorf > >> >> > twitter: http://twitter.com/mwessendorf > >> >> > > >> >> > >> >> > >> >> > >> >> -- > >> >> > >> >> http://www.irian.at > >> >> > >> >> Your JSF powerhouse - > >> >> JSF Consulting, Development and > >> >> Courses in English and German > >> >> > >> >> Professional Support for Apache MyFaces > >> > > >> > > >> > >> > >> > >> -- > >> Matthias Wessendorf > >> > >> blog: http://matthiaswessendorf.wordpress.com/ > >> sessions: http://www.slideshare.net/mwessendorf > >> twitter: http://twitter.com/mwessendorf > > > > > > > > -- > Matthias Wessendorf > > blog: http://matthiaswessendorf.wordpress.com/ > sessions: http://www.slideshare.net/mwessendorf > twitter: http://twitter.com/mwessendorf >
