the listner is describe (by both RI and MyFaces) in the core tag tld file.
Jetty had a problem with that. You needed to use the web.xml (for both again). Jetty6-snapshot fixed it (as you see in the notes, posted by bruno) -Matthias On 6/10/06, Bruno Aranda <[EMAIL PROTECTED]> wrote:
> I'm running into MNG-2136 where the activation of another profile by > the presence of JDK 1.5 suppresses the activeByDefault profile. > Mmh, hope it gets fixed soon! We are not using the jdk5 check now, but it is useful indeed (when it works). > Another question -- I remember seeing a comment in one of the web.xml > files that a Filter or a Listener had to be configured so the app > would run under Jetty. Is there any MyFaces-specific configuration > that won't work if you just drop the RI jars into the examples? > > I'm pretty sure the Shale examples all work with either MyFaces or the > RI under Tomcat, but when I tried Jetty they wouldn't start, > complaining about something missing from web.xml. > > (If this makes no sense, I'm probably not remembering it correctly.) Yes, you remember correctly! Now that you say it, I remember that too. I have read the jetty 6 version notes [1] and I see that the listener thing was fixed in the version jetty-6.0.0beta9. So now we can deploy using jetty without any hazzle (at least with the current version and in my computer... you never know ;) ). So I guess you can use it again in shale now... Cheers! Bruno [1] http://jetty.mortbay.org/jetty6/VERSION.txt > > -- > Wendy >
-- Matthias Wessendorf Aechterhoek 18 48282 Emsdetten blog: http://jroller.com/page/mwessendorf mail: mwessendorf-at-gmail-dot-com
