[seam-issues] [JBoss JIRA] Commented: (JBSEAM-4724) JSF2 API breaks Seam org.jboss.seam.jsf.DelegatingFacesContext.getAttributes() method

Marek Novotny (JIRA) jira-events at lists.jboss.org
Sat Nov 6 10:10:01 EDT 2010


    [ https://jira.jboss.org/browse/JBSEAM-4724?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12561713#action_12561713 ] 

Marek Novotny commented on JBSEAM-4724:
---------------------------------------

The javadoc links for Java EE 5 [1] and Java EE 6 [2]

[1] http://download.oracle.com/javaee/5/api/javax/faces/context/FacesContext.html
[2] http://download.oracle.com/javaee/6/api/javax/faces/context/FacesContext.html


> JSF2 API breaks Seam org.jboss.seam.jsf.DelegatingFacesContext.getAttributes() method
> -------------------------------------------------------------------------------------
>
>                 Key: JBSEAM-4724
>                 URL: https://jira.jboss.org/browse/JBSEAM-4724
>             Project: Seam
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 2.2.1.CR2
>            Reporter: Marek Novotny
>             Fix For: 2.2.1.CR3
>
>
> org.jboss.seam.jsf.DelegatingFacesContext.getAttributes() is public method for getting ApplicationMap from external context. JSF2 added to javax.faces.FacesContext new method public Map<Object, Object> getAttributes() which is now in conflict with public Map<String, Object> getAttributes() on org.jboss.seam.jsf.DelegatingFacesContext.

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

        


More information about the seam-issues mailing list