[JBoss JIRA] (FORGE-2684) eclipse jpa-generate-entities-from-tables only allows mysql fabric driver
by George Gastaldi (JIRA)
[ https://issues.jboss.org/browse/FORGE-2684?page=com.atlassian.jira.plugin... ]
George Gastaldi closed FORGE-2684.
----------------------------------
Fix Version/s: 3.3.2.Final
Resolution: Done
Thanks for reporting this issue. It is fixed in master and should be available in the next release
> 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
> Assignee: George Gastaldi
> Fix For: 3.3.2.Final
>
> Attachments: jpa-gen01.png, jpa-gen02.png
>
>
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)