Hello Marcin; We have updated our EL resolver to resolve beans with name more correctly. OWB depends on EL 2.2 specification.
You are right that Jetty examples must be updated. Could you create a jira issue and attach your patch? Thanks; --Gurkan ________________________________ From: Marcin Zajączkowski <[email protected]> To: [email protected] Sent: Mon, May 17, 2010 12:20:53 AM Subject: Example Guess broken with Jetty Maven Plugin Hi, I wanted to play a little with OWB examples and noticed that Guess example doesn't work in trunk with Jetty from maven plugin (in README there is sample with Guess and jetty:run). There is an error: "java.lang.ClassNotFoundException: javax.el.ValueReference". After some digging and consultation on IRC channel I have found that the problem is el-api which is required in version 2.2. It's available only in Jetty 8.x series (not stable yet). Simple bump jetty plugin version to 8.0.0.M0 [1] is some solution, but I wonder if that example has to require el 2.2 (or it happened accidentally)? [1] - http://paste-it.net/public/k9d1457/ - patch against trunk Regards Marcin
