mel turphin created RF-13726:
--------------------------------

             Summary: partialViewContext.release triggering assertNotReleased
                 Key: RF-13726
                 URL: https://issues.jboss.org/browse/RF-13726
             Project: RichFaces
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: core
    Affects Versions: 4.3.7
         Environment: JSF 2.2 Mojarra + Richfaces 4.3
Eclipse + Tomcat
            Reporter: mel turphin
            Priority: Critical


when the release method is called on 

com.sun.faces.context.FacesContextImpl

the first thing that is done is to mark relased=true
 
        released = true;

later on partialViewContext.release can be called
        partialViewContext.release();

this is following some set of calls that ends with getAttributes and 
assertNotReleased raising an exception since the context was already marked as 
released
        ExtendedPartialViewContextImpl
        org.richfaces.context.ExtendedPartialViewContext.release()
                setInstance(facesContext, null);
                        facesContext.getAttributes().put(ATTRIBUTE_NAME, 
instance);
                                getAttributes --> assertNotReleased();



--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
_______________________________________________
richfaces-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/richfaces-issues

Reply via email to