[jbossseam-issues] [JBoss JIRA] Commented: (JBSEAM-1074) Look into providing better EL Integration for Spring Beans

Michael Youngstrom (JIRA) jira-events at lists.jboss.org
Tue Mar 20 14:51:39 EDT 2007


    [ http://jira.jboss.com/jira/browse/JBSEAM-1074?page=comments#action_12356708 ] 
            
Michael Youngstrom commented on JBSEAM-1074:
--------------------------------------------

Ok, the goal of the issue is to make Spring beans available to expressions of offline requests.  So to be clear this is what I did and what the user will be expected to do:
1. I Created a SpringELResolver made it a Seam component and add it to the EL.EL_RESOLVER CompositeResolver on startup so now Spring beans can be found using expressions when not in a faces request.
2. If the user is using JSF 1.1 they will still have to specify the spring DelegatingVariableResolver in their faces-config so that spring beans will be found during FacesRequests.
3. If the user is using JSF 1.2 they can either specify the spring DelegatingVariableResolver in their faces-config or they could optionally specify the SpringElResolver seam provides but either way the user will have to specify something in the faces-config.

So #1 does not eliminate the user having to do 2 or 3 correct?

Mike

> Look into providing better EL Integration for Spring Beans
> ----------------------------------------------------------
>
>                 Key: JBSEAM-1074
>                 URL: http://jira.jboss.com/jira/browse/JBSEAM-1074
>             Project: JBoss Seam
>          Issue Type: Bug
>          Components: Spring
>    Affects Versions: 1.2.0.GA
>            Reporter: Michael Youngstrom
>         Assigned To: Michael Youngstrom
>             Fix For: 1.2.1.GA
>
>
> It appears that faces-config's variable resolvers are not available in seam-remoting and potentially other types of seam non jsf operations.  This issue is to look into providing a Spring ELResolver added to Seam's ELResolver if needed instead of using Spring's DelegatingVariableResolver.

-- 
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