Mike 5.11.2010

  • Started writing test cases to help debug and ensure the slideshow database code was working.  Banged my head against a very weird foreign key issue for many hours… Inserts were throwing an error using the JDBC connection but working fine from the MYSQL workbench.  I could even step through with the debugger, copy and paste the query to mysql right before it ran in java and it would execute fine.  The internet was no help so in my flailing I changed the table engine type from MyISAM to InnoDB and it worked…
  • Now I have a set of very nice test cases and all the methods listed in my previous posted are tested and working.
  • Tried to build Dong’s ProjProtfolioMgrClient, finally got connected to the new maven repo but still having build problems