[jboss-jira] [JBoss JIRA] (AS7-2703) clustering task, JPA interceptors should be serializable

Scott Marlow (Commented) (JIRA) jira-events at lists.jboss.org
Tue Jan 3 17:05:09 EST 2012


    [ https://issues.jboss.org/browse/AS7-2703?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12653662#comment-12653662 ] 

Scott Marlow commented on AS7-2703:
-----------------------------------

Whether we create new interceptors or reassemble them, we need to replicate enough information for that to happen.

For example, the SFSBDestroyInterceptor constructor is passed the SFSBXPCMap to be used.  Currently, I'm serializing the applicationDeploymentBagKeyName so that the (per deployment) SFSBXPCMap can be looked up (https://github.com/scottmarlow/jboss-as/commit/bce74f9775efe37977e1ad2be8aac0ff3530cfcc#L2R93).

Which class would we recreate the interceptors from? 

This also needs to work for passivation/activation as well.  Do we have a passivation/activation test case already?

I just pushed an update to https://github.com/scottmarlow/jboss-as/tree/cluster7 that includes a basic cluster failover test change to include an extended persistence context.  Its not really ready to be shared yet though as I'm using a Hibernate 4.0.1 snapshot build.
                
> clustering task, JPA interceptors should be serializable
> --------------------------------------------------------
>
>                 Key: AS7-2703
>                 URL: https://issues.jboss.org/browse/AS7-2703
>             Project: Application Server 7
>          Issue Type: Sub-task
>          Components: Clustering, JPA / Hibernate
>            Reporter: Scott Marlow
>            Assignee: Scott Marlow
>             Fix For: 7.1.0.Final
>
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jboss-jira mailing list