[jbosstools-issues] [JBoss JIRA] Created: (JBIDE-939) EL not allowed in pages.xml

Samuel Mendenhall (JIRA) jira-events at lists.jboss.org
Fri Sep 21 11:57:12 EDT 2007


EL not allowed in pages.xml
---------------------------

                 Key: JBIDE-939
                 URL: http://jira.jboss.com/jira/browse/JBIDE-939
             Project: JBoss Tools
          Issue Type: Bug
          Components: Seam
    Affects Versions: 2.0.0.Beta3
         Environment: Red Hat Developer Studio Beta
            Reporter: Samuel Mendenhall


<page view-id="/somepage.xhtml" login-required="true">
  <restrict>#{s:hasRole('someRole')}</restrict>
</page>

accessing somepage after logging in throws:

java.lang.NoClassDefFoundError: com/sun/el/ExpressionFactoryImpl
	at org.jboss.seam.util.UnifiedELValueBinding.<init>(UnifiedELValueBinding.java:18)
	at org.jboss.seam.security.Identity.evaluateExpression(Identity.java:507)
	at org.jboss.seam.security.Identity.checkRestriction(Identity.java:151)
	at org.jboss.seam.pages.Page.enter(Page.java:203)
        .....

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jbosstools-issues mailing list