Make Change persistence change managers public and provide ability to register 
custom change managers
-----------------------------------------------------------------------------------------------------

                 Key: ADFFACES-148
                 URL: http://issues.apache.org/jira/browse/ADFFACES-148
             Project: MyFaces ADF-Faces
          Issue Type: Improvement
         Environment: All OS, software and hardware platforms
            Reporter: Balaji Kadambi
            Priority: Critical
         Attachments: trunkChangePersistence.patch

In order to provide the ability for end users to extend the base change manager 
implementations, and register custom change managers, the base change manager 
implementations have been made public.
Now, it is possible for end users to register custom change manager 
implementations in web.xml:
<context-param>
  <param-name>oracle.adf.view.rich.CHANGE_PERSISTENCE</param-name>
  <param-value>
     //the custom change manager class name needs to be specified here
  </param-value>
</context-param> 

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

        

Reply via email to