This content has been marked as final.
Show 2 replies
-
1. Re: JPA Entities from Tables; Can't Select Tables; JBDS 9
koen.aers Jan 18, 2016 9:43 AM (in response to fischman_98)Hey Matt,
Can you please detail the environment? Most importantly, what database are you using?
Cheers,
Koen
-
2. Re: JPA Entities from Tables; Can't Select Tables; JBDS 9
fischman_98 Jan 19, 2016 12:01 PM (in response to koen.aers)Koen,
Let me see if I can put together all the details;
- I am using Oracle 12c (driver ojdbc7.jar)
- I installed JDBS 9.0.0.GA from this file; jboss-devstudio-9.0.0.GA-installer-standalone.jar
- JavaSE-1.8 (jdk1.8.0_45)
Note sure if this matters for this issue;
- hibernate-entitymanager-5.0.7.Final.jar
- hibernate-jp-2.1-api-1.0.0.Final.jar
and all the other hibernate dependencies (using maven)
As for the OS;
- Windows 7 Enterprise
As for the operation, when I set up the JPA project and then try to Generate Entities from Tables (right click Project->JPA Tools->Generate Entities from Tables), I get basically a confirmation page (see here), and no way to select schema/tables/etc. Can you tell me if there is a way to get to the select schema/table page shown in the original post?
Please let me know if additional details would be helpful.
Thanks.
Matt