Hi people
I've got an app that's recently upgraded to the latest myfaces with
facelets. Adding in trinidad though, and things seem to go wrong. I get this
error :
java.lang.ExceptionInInitializerError
at com.sun.el.parser.AstValue.getTarget(Unknown Source)
at com.sun.el.parser.AstValue.isReadOnly(Unknown Source)
at com.sun.el.ValueExpressionImpl.isReadOnly(Unknown Source)
at
com.sun.facelets.el.TagValueExpression.isReadOnly(TagValueExpression.java:82)
at
com.sun.facelets.el.LegacyValueBinding.isReadOnly(LegacyValueBinding.java:82)
at
org.apache.myfaces.trinidadinternal.renderkit.core.xhtml.EditableValueRenderer.getReadOnly(EditableValueRenderer.java:236)
at
org.apache.myfaces.trinidadinternal.renderkit.core.xhtml.FormElementRenderer.renderAsElement(FormElementRenderer.java:177)
Which boils down eventually to
Caused by: java.util.MissingResourceException: Can't find bundle for base
name com.sun.el.Messages, locale en_GB
at
java.util.ResourceBundle.throwMissingResourceException(ResourceBundle.java:836)
at java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:805)
at java.util.ResourceBundle.getBundle(ResourceBundle.java:549)
at com.sun.el.util.MessageFactory.<clinit>(Unknown Source)
Have I missed some dependency somewhere in the upgrade (I build with m2, so
I was guessing it ought to be okay). The container is tomcat 5.5.
Any hints as to where I should go look would be appreciated..
--
View this message in context:
http://www.nabble.com/odd-error-when-trying-trinidad-tf3632836.html#a10144029
Sent from the MyFaces - Users mailing list archive at Nabble.com.