[jboss-user] [JBoss Seam] - Re: SFSB and performance question

jacob.orshalick do-not-reply at jboss.com
Tue Nov 13 15:19:52 EST 2007


>From my understanding (and maybe a Seam team member can confirm this)  all bijected attributes are disinjected (set to null) after method invocation.  So any bijected attributes will not be included in the passivation of the session bean.

For any non-bijected attributes, you could either use transient or set them to null using @PrePassivate.  The @PostActivate annotation can be used to retrieve them on activation.  Hope that helps.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4104303#4104303

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4104303



More information about the jboss-user mailing list