On Nov 1, 2006, at 8:57 PM, Jason Lane wrote:
Oh well, I'm still trying to get DB2 Express-C setup (for some reason even after the ant build.xml creates all the tables and data, when I start the server the process seems to think the tables do not exist and they try to recreate. Still working on that one).
It sounds like the JDBC driver doesn't support getting all table meta data in a single request. You may have to change this to get the tables one by one, which is a LOT slower (why we don't do it by default), but should work fine. This would probably require a code change to the DatabaseUtil.java file. If you make it configurable (ie a true/false attribute in the entityengine.xml file or something) I'd be happy to review this and get it into the OFBiz SVN.
-David
