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 calls to store the part of the ResultSetVector
which is fetched up to the moment.
           If it's lost through an server change all data should be fetched
again (in theory neeeds to be tested outside the unit tests)

Connection, statement: Could be lost during the server change and should be
recovered on the new server. 

> 
> I haven't error messages anymore but I don't know the side 
> effect of these changes.
> I want to run unit tests (I hope they are on the ant 
> build.xml), if they are ok does this mean that the changes 
> are ok? Do the tests cover the code in a good way?

I do'nt think that the unit tests will run with ant. I always use the maven
build system to test the whole release.
maven is doing the test in his own way....

I hope that the test cover the code in a good way - but this changes aren't
testet yet. So you need to test the failover.

Best regards,
Henner

P.S.:

By the way, im in holiday for the next 3 weeks!  




Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
DbForms Mailing List

http://www.wap-force.net/dbforms

Reply via email to