Dears, I'm back... after a long time.. this means that jdbforms is very very stable! I'm trying to move my dbforms apps from a simple apache+tomcat environment to a JBoss Clustered Application server. To use replicated HTTP sessions I need to tag my app as distributable inside web.xml.
When I do this I get a huge amount of exceptions where Tomcat (the one embedded in Jboss) is telling me that different classes (mine but also of jdbforms) are not serializable. The correct error message is: java.lang.IllegalArgumentException: setAttribute: Non-serializable attribute and this happens for example on the SingleConnectionProvider class, but also on the Config servlet, and so on... Im using dbforms 2.4 in this application. This sounds me very strange and it seems to be connected to the new versions of tomcat... I think that if I change all classes implementing the Serializable interface I can solve the problem but I'm not sure this is the correct way... Anyone of you had the the same problem? To give it a try it's very simple... you can add the <distributable/> tag on your web.xml under the starting <webapp> tag. Many thanks Ivan 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
