[forge-issues] [JBoss JIRA] (FORGE-2684) eclipse jpa-generate-entities-from-tables only allows mysql fabric driver

Gerry Matte (JIRA) issues at jboss.org
Mon Sep 26 19:29:00 EDT 2016


Gerry Matte created FORGE-2684:
----------------------------------

             Summary: eclipse jpa-generate-entities-from-tables only allows mysql fabric driver
                 Key: FORGE-2684
                 URL: https://issues.jboss.org/browse/FORGE-2684
             Project: Forge
          Issue Type: Bug
          Components: Database Tools
    Affects Versions: 3.3.1.Final
         Environment: Using forge from a windows command line I can successfully execute 

{code:java}
jpa-generate-entities-from-tables --database-tables * --target-package ca.gerrymatte.health.model --hibernate-dialect org.hibernate.dialect.MySQL5InnoDBDialect --driver-class com.mysql.jdbc.Driver --driver-location D:/s/jclasses/drivers/mysql.jar --user-name root --user-password secret --jdbc-url jdbc:mysql://127.0.0.1/health ; 
{code}

Using forge 3.3.1.Final included with Jboss Developer Studio 10.1.0.Final the dialog box that specifies which driver to use defaults to the mysql fabric driver.  When I select the normal mysql driver and test the connection all is ok.

However when I click next the resulting screen shows the fabric driver is still being used and of course the connection fails to work.  See the attached screen images.

            Reporter: Gerry Matte
         Attachments: jpa-gen01.png, jpa-gen02.png





--
This message was sent by Atlassian JIRA
(v6.4.11#64026)


More information about the forge-issues mailing list