JavaOracle

Toplink fun

Found this funny story – Fighting with Java about Toplink beginner's experiences …

Quote:

The beginning was hard. I decided go right ahead and imported all tables (over 300) into Toplink workbench, some fields and references were missing, it crashed when adding more than ten tables at once (too many open cusors Exception). It generated database schema with errors and when all references seemed ok in workbench it crashed during startup. It was hard first week.

well… 80% completeness or so – don't you agree?

Average rating
(0 votes)

Similar entries

  • Over the last 2 weeks I’ve had problems on three sites with the exact same problem.

    The watchdog table grew FASTER than the cron job (which should delete old log entries older than e.g. 3 days) would have deleted it.

    This again ended in a “device full” last night when one watchdog table became 5 gigs.

    (and I had a “table full” problem on another site last week – tough 64bit MYSQL should be able to do 4TB spaces, that one was 4GB only)

    Now, it’s obvious that disk full problems shouldn’t be a problem for a content management system like Drupal to take care about,

  • Just a few days ago, but still worth a post: Eclipse 3.0 M6 is released… Interesting points: Preview of new look for workbench : they've been experimenting with the overall look of views, editors, and perspectives in the workbench. Here's…

  • Eclipse 3.0 M7 – released

  • Antenna Setup Issues in Eclipse and other lessons learned by Klaus

  • MJ points me to another – JDBC-only (stripped but not too bad functionality) plugin for database editing within Eclipse – DbEdit might be worth a look. Features: direct table data manipulation using the Table Editor editing and executing of SQl…