You are viewing a plain text version of this content. The canonical link for it is here.
Posted to adffaces-issues@incubator.apache.org by "Balaji Kadambi (JIRA)" <ad...@incubator.apache.org> on 2006/09/15 12:36:23 UTC

[jira] Updated: (ADFFACES-148) Make Change persistence change managers public and provide ability to register custom change managers

     [ http://issues.apache.org/jira/browse/ADFFACES-148?page=all ]

Balaji Kadambi updated ADFFACES-148:
------------------------------------

    Description: 
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>org.apache.myfaces.trinidad.CHANGE_PERSISTENCE</param-name>
  <param-value>
     //the custom change manager class name needs to be specified here
  </param-value>
</context-param> 

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


> 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: Blocker
>         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>org.apache.myfaces.trinidad.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