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
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
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