Hey. Thanks for the reply. You confirmed what I feared; I have three independent datasources, none of which are accomplishing what I need.
I made the changes you suggested as best I understood. I now have three files related to the database connections:
1. hsqldb-ds.xml
2. c3p0-service.xml
3. jms/mysql-jdbc2-service.xml
Here is how each is configured.
hsqldb-ds.xml
c3po-service.xml
jms/mysql-jdbc2-service.xml
The server started without errors and the connection works in the application. The database was disconnecting after a period of no use. Now I will wait a while to see if it disconnects.