[forge-issues] [JBoss JIRA] (FORGE-2636) No specified tables error

John Spencer (JIRA) issues at jboss.org
Sat Apr 2 14:46:00 EDT 2016


John Spencer created FORGE-2636:
-----------------------------------

             Summary: No specified tables error
                 Key: FORGE-2636
                 URL: https://issues.jboss.org/browse/FORGE-2636
             Project: Forge
          Issue Type: Bug
          Components: Database Tools
    Affects Versions: 3.0.1.Final
         Environment: Windows 10, x64
            Reporter: John Spencer


When I try to execute jpa-generate-entities-from-tables, using:


{code:java}
jpa-generate-entities-from-tables  --database-tables * --jdbc-url "jdbc:mysql://localhost:3306/quizzer" --user-name root --user-password 1234 --driver-location "validpath\mysql-connector-java-5.1.6-bin.jar" --driver-class com.mysql.jdbc.Driver;
{code}

Forge asks me again to enter all of information specified in the command, I do so, and then says "At least one database table must be specified".

Also the "--database-tables" parameter does not show up in the list of available parameters when pressing tab after having specified a connection profile and/or specifying connection parameters. This might possibly be related to this [issue] (https://issues.jboss.org/projects/FORGE/issues/FORGE-2635?filter=allopenissues).



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


More information about the forge-issues mailing list