[jboss-jira] [JBoss JIRA] Resolved: (JBAS-2921) Use JBossSerialization for serializing sessions and attributes before putting them in the cache
Hany Mesha (JIRA)
jira-events at jboss.com
Thu Nov 23 11:49:41 EST 2006
[ http://jira.jboss.com/jira/browse/JBAS-2921?page=all ]
Hany Mesha resolved JBAS-2921.
------------------------------
Resolution: Done
Assignee: Brian Stansberry (was: Hany Mesha)
Created o.j.web.tomcat.tc6.session.SessionSerializationFactory class that have static methods to allow the session replication cache service to toggle between Java Serialization and JBoss Seialization. The session replication by default uses Java Serialization. The user can switch to use JBoss Serialization instead by adding the following java option to the server startup as system property :
-Dsession.serialization.jboss=true
Committed rev. 58664 to make Java Serialization the default and JBossSerialization is the option.
Opening an App Server Doc issue to document this option according to the description above
> Use JBossSerialization for serializing sessions and attributes before putting them in the cache
> -----------------------------------------------------------------------------------------------
>
> Key: JBAS-2921
> URL: http://jira.jboss.com/jira/browse/JBAS-2921
> Project: JBoss Application Server
> Issue Type: Task
> Security Level: Public(Everyone can see)
> Components: Web (Tomcat) service, Clustering
> Reporter: Brian Stansberry
> Assigned To: Brian Stansberry
> Fix For: JBossAS-5.0.0.Beta2
>
>
> Use JBossSerialization in JBossCacheService externalizeSession(), loadSession(), getMarshalledValue() and getUnmarshalledValue().
--
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