The problems occur with JSF 2-Annotations for configuring managed beans,
converters... With Spring everything should work fine.
regards
Michael
Am 20.05.2010 17:09, schrieb Bruno Aranda:
Mmh, jetty:run works for me out of the box. I use it all the time. Is
this because I use Spring? It can perfectly fine the annotations in the
target/classes without me having to setup anything...
Bruno
On 20 May 2010 15:47, Michael Kurz <[email protected]
<mailto:[email protected]>> wrote:
Hi guys,
I did some work on the jetty-maven-plugin to enabling starting
MyFaces 2 and Mojarra 2 apps with jetty:run. The problem in this
case is, that annotation scanning looks for /WEB-INF/lib and
/WEB-INF/classes which do not exist with jetty:run.
There already was an issue for Jetty regarding this topic and so I
simply added the patch there. Unfortunately it is rather old and
seems to be neglected. Maybe some voting over there would help:
http://jira.codehaus.org/browse/JETTY-1107
regards
Michael