4 Replies Latest reply on Apr 23, 2007 5:39 PM by patrickmadden

    How to get JBoss El Source

    patrickmadden

      Hi,

      I'm using JBoss 4.2.0.CR2 with Seam from CVS, plus Ajax4JSF and Rich Faces all from trunk svn.

      I have a bug that has been identified in jira that causes the following exception:


      Caused by: java.lang.ExceptionInInitializerError
      at org.jboss.el.parser.AstValue.getTarget(AstValue.java:38)
      at org.jboss.el.parser.AstValue.setValue(AstValue.java:83)
      at org.jboss.el.ValueExpressionImpl.setValue(ValueExpressionImpl.java:249)
      at com.sun.facelets.el.TagValueExpression.setValue(TagValueExpression.java:93)
      at com.sun.faces.lifecycle.RestoreViewPhase.doPerComponentActions(RestoreViewPhase.java:245)
      at com.sun.faces.lifecycle.RestoreViewPhase.doPerComponentActions(RestoreViewPhase.java:250)
      at com.sun.faces.lifecycle.RestoreViewPhase.doPerComponentActions(RestoreViewPhase.java:250)
      at com.sun.faces.lifecycle.RestoreViewPhase.doPerComponentActions(RestoreViewPhase.java:250)
      at com.sun.faces.lifecycle.RestoreViewPhase.doPerComponentActions(RestoreViewPhase.java:250)
      at com.sun.faces.lifecycle.RestoreViewPhase.execute(RestoreViewPhase.java:193)
      at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:251)
      at com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:117)
      at javax.faces.webapp.FacesServlet.service(FacesServlet.java:244)
      at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
      ... 34 more
      Caused by: java.util.MissingResourceException: Can't find bundle for base name org.jboss.el.Messages, locale en_US
      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 org.jboss.el.util.MessageFactory.<clinit>(MessageFactory.java:28)
      ... 48 more


      I have no idea as to when it will be fixed but I'd like to take a crack at it if possible as its fatal for me.

      It may be a typo or it may just be that a file is missing from the jar file but I'm voluteering to take a look at a possible fix.

      Any help is greatly appreciated

      http://jira.jboss.com/jira/browse/JBSEAM-1198

      Thanks,

      PVM