[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-1785) SeamTest to consider ELResolver from faces-config

Diego Ballve (JIRA) jira-events at lists.jboss.org
Sat Aug 11 04:15:24 EDT 2007


SeamTest to consider ELResolver from faces-config
-------------------------------------------------

                 Key: JBSEAM-1785
                 URL: http://jira.jboss.com/jira/browse/JBSEAM-1785
             Project: JBoss Seam
          Issue Type: Feature Request
    Affects Versions: 2.0.0.BETA1
            Reporter: Diego Ballve


Extra ELResolvers defined in faces-config.xml do not get considered when running tests based on SeamTest. This can be verified by checking the registered resolvers in debug mode, from:
  ELResolver resolver = FacesContext.getCurrentInstance().getELContext().getELResolver();

As a consequence, applications that depend on those resolver extensions cannot be tested w/o some hacking to register the extra resolve - and then be able to use SeamTest getValue/setValue methods.

Btw, extra resolver works fine when the application is deployed, as expected.

-- 
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 seam-issues mailing list