im still having problelms getting the petclinic sample to talk to mysql, i keep getting all sorts of errors...
Its like the hsql is really tightly bound to the app, i thought they were meant to be...
Type: Posts; User: tim_perrett; Keyword(s):
im still having problelms getting the petclinic sample to talk to mysql, i keep getting all sorts of errors...
Its like the hsql is really tightly bound to the app, i thought they were meant to be...
oh yea i see in business-layer-context there is...
<!-- NB: In-memory HSQL requires recent hsqldb.jar (tested with 1.7.2 RC 6d) -->
<bean id="dataSource" ...
I cant seem to find any classes or the like that indicate how to run the pet clinic example supplied with SRPC to stop using HSQL and use MySQL instead - connector/J was supplied in the lib so...