Hello, I apologize if this is a duplicate my apple lists account appeared to be messed up so I resubscribed;
I have a D2W application with two EOModels that connect to two different databases. EOF works correctly to pull the data for both models, I turned on EOF debugging and I see records being returned when the entries are selected and queried. For example: ( I removed some of the columns text to make it easier to read) Oct 11 21:04:52 mozaic[5001] DEBUG NSLog - === Begin Internal Transaction Oct 11 21:04:52 mozaic[5001] DEBUG NSLog - evaluateExpression: <com.webobjects.jdbcadaptor._H2PlugIn$H2Expression: "SELECT ... PUBLIC.ITABYY t0" withBindings: > Oct 11 21:04:52 mozaic[5001] DEBUG NSLog - 412 row(s) processed The task is LIST. For any entity in the first EOModel the list template works fine and data is listed in the page. For any entity in the second EOModel the list template loads but says there are no records. But as you can see above, 412 records have been returned from the database for ITABYY and when it is selected and searched with no criteria nothing displays in the list page. Every entity in the second EOModel will not display in the list template. If I query the EOF directly I get all the records back that I would respect. Have I missed a step when using multiple Models? Thanks, Don _______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com