OJB — EUREKA!!
Finally. It works. It’s like landing on the moon:
D:\tony\dev\ymas>run
A SimpleClient was added, I think!
Checking the MySQL table:
mysql> select count(*) from simpleclient;
+———-+
| count(*) |
+———-+
| 1 |
+———-+
1 row in set (0.00 sec)
Woohoo! I learned about how MySQL sucks because it doesn’t support sequences, and OJB doesn’t like playing with MySQL when you have sequences. Perhaps it’s time to learn PostgreSQL.
But it works!! :) It was a ton of effort, but I’ve just lowered the bar on a ton of stuff I’ve been planning on doing.