Hello, I have a Wicket 1.4rc4 application with a homegrown set of JDBC DAO 
classes: basic JDBC Connection and various methods for SQL queries and 
transactions. And Connection pooling is imported into the same JDBC DAO class 
and works well against the JUnit TestCases. The JUnit TestCases for the JDBC 
DAO implementation is comprehensive and complete with no failed testcases (17 
in all). Now, I want to start testing the Pages that use my JDBC DAO class 
using WicketTester but the TestCases so far are failing with errors. I have 
scoured this topic with Google and have re-read Dashorst/Hillenius, Kent Tong 
and the Wicket Wiki and other articles covering WicketTester including the 
JavaDocs. My TestCases are having trouble with my JDBC DAOs as they not 
seriablizable because of heavy use of the logging packages:

org.slf4j.LoggerFactory and org.slf4j.Logger

I don't to remove all of the logging from my JDBC DAOs to implement 
WicketTester. Is there some way around this type of issue with serialization? 
Please advise, David.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to