I've created a test application on my PC to get familiar with Hibernate on an HSQLDB.
I made an executable JAR and moved the application on to a Linux VM. When I run the same program after set up, my HSQLDB throws the following message when I try to run the test app:
A pre-9.0 client attemtped to connect. We rejected them.
This occurs when I try to create the SessionFactory.
Any idea what I'm over looking?
Thanks,
Trev