Hey > Skip the sessioncontext when passivating a stateful session bean. > We can't read the value (IllegalAccessException), and it will be restored > by the sessionInputStream during activation anyway. Hmm..... this whole "field by field" serialization was considered flawed some time ago (the illegalaccess thing) and this don't make it better. In fact, the deserialization process *replaces* old ctx's, so if you don't put them in the stream there will be no replacement on deserialization. No good. What we should do, really, is serialize the entire bean and do some nifty object replacement on deserialization. /Rickard
- [jBoss-Dev] CVS update: jboss/src/main/org/jboss/ejb... jBoss CVS Development
- [jBoss-Dev] CVS update: jboss/src/main/org/jbos... jBoss CVS Development
- [jBoss-Dev] CVS update: jboss/src/main/org/jbos... jBoss CVS Development
- Re: [jBoss-Dev] CVS update:jboss/src/main/o... Rickard Oberg
- Re: [jBoss-Dev] CVS update:jboss/src/ma... Sebastien Alborini
- Re: [jBoss-Dev] CVSupdate:jboss/src... Rickard Oberg
- Re: [jBoss-Dev] CVSupdate:jbos... Sebastien Alborini
- Re: [jBoss-Dev]CVSupdate:j... Rickard Oberg
- [jBoss-Dev] Re: [jBoss... Sebastien Alborini
- Re: [jBoss-Dev] Re:[jB... Rickard Oberg
- Re: [jBoss-Dev] Re:[jB... Sebastien Alborini
- [jBoss-Dev] CVS update: jboss/src/main/org/jbos... jBoss CVS Development
