I'm getting a ClassNotFoundException trying to use bean validation.
karaf@root>package:exports | grep com.sun.el
com.sun.el | 2.2.4
| 174 | org.glassfish.web.javax.elBut: karaf@root> bundle:find-class com.sun.el.ExpressionFactoryImpl karaf@root> even though the class is sitting right there in the jar file for that bundle. karaf@root>bundle:classes 174 | grep Expr com/sun/el/ExpressionFactoryImpl.class what's up?
