[jboss-jira] [JBoss JIRA] Commented: (JBAS-3529) Add support for JBoss Serialization in JBossFaces (JSF)

Stan Silvert (JIRA) jira-events at jboss.com
Thu Aug 17 16:03:11 EDT 2006


    [ http://jira.jboss.com/jira/browse/JBAS-3529?page=comments#action_12341409 ] 
            
Stan Silvert commented on JBAS-3529:
------------------------------------

Done.

You can now enable JBoss Serialization in JSF by adding this to web.xml:

<context-param>         
         <param-name>com.sun.faces.serializationProvider</param-name>
         <param-value>org.jboss.web.jsf.integration.serialization.JBossSerializationProvider</param-value>
</context-param>


> Add support for JBoss Serialization in JBossFaces (JSF)
> -------------------------------------------------------
>
>                 Key: JBAS-3529
>                 URL: http://jira.jboss.com/jira/browse/JBAS-3529
>             Project: JBoss Application Server
>          Issue Type: Feature Request
>      Security Level: Public(Everyone can see) 
>          Components: Web (Tomcat) service
>    Affects Versions: JBossAS-5.0.0.Beta
>            Reporter: Stan Silvert
>         Assigned To: Stan Silvert
>             Fix For: JBossAS-5.0.0.Beta
>
>
> Sun's JSF implementation now has the ability to specify a Serialization Provider.  We need to allow the application developer to specify that he wants to use JBoss Serialization for client side state saving.

-- 
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 jboss-jira mailing list