[ http://jira.jboss.com/jira/browse/JBAS-1292?page=comments#action_12316365 ] Ben Wang commented on JBAS-1292: --------------------------------
To obtain SFSB fine-grain replication in ejb3, we can create an aspect that is annotated. When a user annotates it on their SFSB as @clustered and @fine_grain_replication, we will use cache aop to do the replication. If only @clustered, then plain cache is used that will replication the whoe SFSB. This can be used for pojo server as well. > SFSB session replication > ------------------------ > > Key: JBAS-1292 > URL: http://jira.jboss.com/jira/browse/JBAS-1292 > Project: JBoss Application Server > Type: Feature Request > Components: Clustering > Reporter: Bela Ban > Assignee: Ben Wang > > Original Estimate: 10 weeks > Remaining: 10 weeks > > - Issues: who instrument the user-specified object? Can it be done > transparently? > - SFSB has states defined already and user declared it as "clusterable", > can we > declare the fields object as "advisable" at runtime. Meaning, deployer > will know > this bean is clusterable and it will "delegate" it to JBossAop to declare > all > the bean state classes to be "advisable". Then JBossCacheAop will add the > interceptor > at run time. Check with Bill on this feature. > - Check modified field and do fine-grained replication only -- 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 - If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira ------------------------------------------------------- This SF.net email is sponsored by Microsoft Mobile & Embedded DevCon 2005 Attend MEDC 2005 May 9-12 in Vegas. Learn more about the latest Windows Embedded(r) & Windows Mobile(tm) platforms, applications & content. Register by 3/29 & save $300 http://ads.osdn.com/?ad_id=6883&alloc_id=15149&op=click _______________________________________________ JBoss-Development mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-development
