[jbosstools-users] Catalog "" cannot be resolved for table ""
Michael Salvatore
jbosstools-users at lists.jboss.org
Thu Oct 16 10:12:55 EDT 2014
Max,
It's not executing and there's nothing in the Eclipse logs so there's no stack trace. This error just shows up during validation in Eclipse. (The properties of the error in the Markers view gives no extra information.)
If I run the query: select * from information_schema.tables where table_schema="testdb" it tells me that TABLE_CATALOG='def'.
No matter what value I set hibernate.default_schema to it simply updates the error message and complains about that schema not being found, even if I set it to 'def'. Also, if I remove the hibernate.default_schema line from my properties it reverts back to 'testdb' as the catalog it is looking for. The same occurs if I alter the code and explicitly name the catalog in the @Test parameters.
Posted by forums
Original post: https://developer.jboss.org/message/907215#907215
More information about the jbosstools-users
mailing list