Re: [dbforms] Clustering dbforms applications

2006-07-07 Thread Henner Kollmann
Great up to know. > till now I defined as "implements Serializable" the > following classes: > * DataSourceSessionList > * DataSourceFactory > * DataSourceJDBC > but on this one I have three members that are transient > (connection, resultset and statement) Resultset: Is needed between cal

Re: [dbforms] Clustering dbforms applications

2006-07-07 Thread Ivan Codarin
Dears, till now I defined as "implements Serializable" the following classes: * DataSourceSessionList * DataSourceFactory * DataSourceJDBC but on this one I have three members that are transient (connection, resultset and statement) I haven't error messages anymore but I don't know the side

[dbforms] Clustering dbforms applications

2006-07-07 Thread Ivan Codarin
Dears, I'm trying to discover how to cluster a dbform application. My environment is Jboss 4.0.4 and Postgresql ad DBMS. To enable clustering Jboss (and also tomcat) need to replicate the HTTP sessions from one node to another. For this reason the Http session objects should containg "serializable