Question

I am using eclipse dali to generate jpa entities .. It works fine for Oracle, but for MS SQL Server , Dali can not find relations between tables, therefore the generated entities do not have any relations to each other. Has anybody come accross this problem?.

EDIT :

I have opened a bug for this problem. https://bugs.eclipse.org/bugs/show_bug.cgi?id=334250 It looks like the problem is related to eclipse data tools. I have opened a new bug ; https://bugs.eclipse.org/bugs/show_bug.cgi?id=335158

Was it helpful?

Solution

Well, it looks like the problem is related to jdbc drivers that are jdbc 4.0 compliant. As a workaround, you can use jtds driver which is jdbc 3.0 compliant.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top