I am trying to write some tests for both of these services.  The problem
is that they require access to the database.  
 
I am going to be using mysql for the testing although any database will
work.  For now, I am going to add mysql to the dependency list (well,
not now, but in a day or two when I am done).  This is the only way that
I know to get the jdbc driver into the classpath during the unit
testing.  Anyone else have a better idea on this?
 
I also want to make sure that there are no objections to this idea...
This will complicate the build process requiring a database to be setup
first.


Reply via email to