[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.technology.dali] Re: Generate Entities from Tables not working

Hi Bill,

Lets see if we can figure this out. Take a look at the constructor for org.eclipse.jpt.db.internal.DTPDatabaseWrapper. The last line of the constructor is an attempt to resolve the vendor that we are working with. Put a breakpoint in this constructor and let me know what Vendor you are ending up with.

This first bit of information will let us know if we are starting off in the right direction. If you are ending up with an UnrecognizedVendor, let me know what is being returned from "this.getVendorName()".

Neil

Bill Blalock wrote:

Neil and all:

This problem for DB2 on i5 (iSeries aka AS400) continues in Galileo M6 (JEE package).

I would like to assist in correcting the problem but I need help in determining where I should look, what to debug.

My prior post describes the problem Dali has finding schemas and tables within schemas for the i5/JTOpen drivers.

This is very frustrating because Dali validation and generating entities from tables works so well ... if I happen to be working with one schema that happens to have the same name as the user profile that the connection uses.

Thanks for all your hard work!

Bill Blalock