Field replication for session data ---------------------------------- Key: JBAS-1303 URL: http://jira.jboss.com/jira/browse/JBAS-1303 Project: JBoss Application Server Type: Feature Request Components: EJBs, JBoss Cache service, Web (Tomcat) service Versions: JBossAS-4.0.1 Final, JBossAS-3.2.6 Final Reporter: Andrew Oliver Assigned to: Scott M Stark
We should have an AOP-ized fine grained session replication system. Meaning if I stick a pojo into the session it should optionally break apart to its state and replicate accross the cluster through the deep object graph. Same deal for SFSBs. Thus Customer cust = new Customer(); cust.setName("George W. Bush"); cust.setAddress("123 Don't call it Waco TX"); cust.setCity("Craford"); cust.setState("TX"); session.setAttribute("customer",cust); cust.setAddress("1600 PA Ave"); cust.setCity("Washington"); cust.setState("DC"); should only replicate address/city/state and not serialize the whole object -- I should not have to call set Attribute(). Furthermore if Address had been a setter on customer and I only changed "street" then only street would replicate. Lastly, it should be optional to transactionalize these for the scope of the replication (meaning I could say I really do want these transactional so that I send one message and not 3). -- 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 ------------------------------------------------------- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt _______________________________________________ JBoss-Development mailing list JBoss-Development@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/jboss-development