Changes for page JDBC and Entity Modeler
Last modified by Theodore Petrosky on 2017/04/02 18:37
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. franc1 +XWiki.bardi - Content
-
... ... @@ -18,7 +18,7 @@ 18 18 * Right-click the project in Package Explorer 19 19 * Select Java Build Path from the left hand list, and Libraries from the tabs in the main field 20 20 * Open the JRE System Library list, and you should see your available JDBC driver (see screenshot) 21 -* If you cannot see your driver listed, you must add it. WOL:instructions required21 +* If you cannot see your driver listed, you must add it. instructions required 22 22 23 23 ==== **Solution - check JDBC settings in Entity Modeler** ==== 24 24 ... ... @@ -53,6 +53,3 @@ 53 53 URL: jdbc:postgresql:~/~/<hostname>/<databasename> eg. jdbc:postgresql:~/~/localhost/authors 54 54 Driver: org.postgresql.Driver 55 55 Plugin: Postgresql 56 - 57 -**H2 JDBC driver settings:** 58 -URL: jdbc:h2:,,/<databasename>,,