The petclinic demo located on the Spring website appears to be crashing.
Type: Posts; User: halhaig; Keyword(s):
The petclinic demo located on the Spring website appears to be crashing.
I installed mysql using the standard setup program. I would assume (perhaps incorrectly) that it would properly install the drivers. I did use the same JDBC driver for both XP and 2000. (I even...
I switched the OS to Windows 2000 from Windows XP Pro, and everything worked again.
i noticed:
com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:411)
in the first stack trace. What would cause that and is that the root cause?
Im using mysql-connector-java-3.0.15-ga-bin
with MySql Server 4.1.
Below is the stack trace:
what other info would be helpful?
...
I have a spring app running from eclipse. I have two computers running the same app. With one I get the above exception. The other runs fine.
The app hits a Mysql db with a lot of updates. The...
I have a relational table with the following definition:
CREATE TABLE heap (
id INTEGER NOT NULL PRIMARY KEY AUTO_INCREMENT,
object MEDIUMBLOB);
I would like to use SPRING...