Re: DeltaManager + Session beans: Do they like eachother?

2008-12-16 Thread Pieter Temmerman
Hi Filip, Thanks for your help. The programmer explicitly did a setAttribute as you mentioned, and this seems to be working. However, we kinda had a discussion whether this is the most effective solution. His arguments are that he is using JSF together with some sort of scope session bean (com.sun

Re: DeltaManager + Session beans: Do they like eachother?

2008-12-15 Thread Filip Hanik - Dev Lists
the DeltaManager (and BackupManager 6.0) only triggers on setAttribute/removeAttribute so this wont work Cart cart = (Cart)session.getAttribute("cart"); cart.addItem("cucumber"); the simple tcp replication manager replicates the entire session and is able to capture this scenario but that is

Re: DeltaManager + Session beans: Do they like eachother?

2008-12-15 Thread Pieter Temmerman
A bit of more information. The session bean is implemented using com.sun.rave.web.ui.appbase.AbstractSessionBean I haven't found any relationship between that class and incompatibilities with Tomcat and/or the DeltaManager. I'm puzzled On Fri, 2008-12-12 at 13:24 +0100, Pieter Temmerman wrote: >

DeltaManager + Session beans: Do they like eachother?

2008-12-12 Thread Pieter Temmerman
Hello everybody, First of all, to avoid any misunderstandings, below problems relate to applications that I did not write, neither do I exactly know the implementation of them. Although, if required, I can ask the programmer for more information. That being said, the problem that I am seeing is t