[JBoss JIRA] (FORGE-2659) Forge suggests using deprecated hibernate Postgresql dialect
by George Gastaldi (JIRA)
[ https://issues.jboss.org/browse/FORGE-2659?page=com.atlassian.jira.plugin... ]
George Gastaldi reassigned FORGE-2659:
--------------------------------------
Assignee: George Gastaldi
> Forge suggests using deprecated hibernate Postgresql dialect
> ------------------------------------------------------------
>
> Key: FORGE-2659
> URL: https://issues.jboss.org/browse/FORGE-2659
> Project: Forge
> Issue Type: Bug
> Components: Database Tools
> Affects Versions: 3.2.2.Final
> Environment: Fedora 23 x64
> Reporter: John Spencer
> Assignee: George Gastaldi
> Fix For: 3.2.3.Final
>
>
> When using the jpa-generate-entities-from-tables command forge eventually asks for a --hibernate dialect and lists the deprecated org.hibernate.dialect.PostgreSQLDialect (option 9) instead of the newer PostgreSQL82Dialect which isn't listed at all:
> [0] ( ) org.hibernate.dialect.MySQL5Dialect
> [1] ( ) org.hibernate.dialect.MySQL5InnoDBDialect
> [2] ( ) org.hibernate.dialect.MySQLMyISAMDialect
> [3] ( ) org.hibernate.dialect.OracleDialect
> [4] ( ) org.hibernate.dialect.Oracle9iDialect
> [5] ( ) org.hibernate.dialect.Oracle10gDialect
> [6] ( ) org.hibernate.dialect.DB2Dialect
> [7] ( ) org.hibernate.dialect.DB2400Dialect
> [8] ( ) org.hibernate.dialect.DB2390Dialect
> [9] ( ) org.hibernate.dialect.PostgreSQLDialect
> [10] ( ) org.hibernate.dialect.SQLServerDialect
> [11] ( ) org.hibernate.dialect.SQLServer2005Dialect
> [12] ( ) org.hibernate.dialect.SQLServer2008Dialect
> [13] ( ) org.hibernate.dialect.SAPDBDialect
> [14] ( ) org.hibernate.dialect.InformixDialect
> [15] ( ) org.hibernate.dialect.HSQLDialect
> [16] ( ) org.hibernate.dialect.H2Dialect
> [17] ( ) org.hibernate.dialect.IngresDialect
> [18] ( ) org.hibernate.dialect.ProgressDialect
> [19] ( ) org.hibernate.dialect.MckoiDialect
> [20] ( ) org.hibernate.dialect.InterbaseDialect
> [21] ( ) org.hibernate.dialect.PointbaseDialect
> [22] ( ) org.hibernate.dialect.FrontbaseDialect
> [23] ( ) org.hibernate.dialect.FirebirdDialect
> [24] ( ) org.hibernate.dialect.SybaseASE15Dialect
> [25] ( ) org.hibernate.dialect.SybaseAnywhereDialect
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 7 months
[JBoss JIRA] (FORGE-2659) Forge suggests using deprecated hibernate Postgresql dialect
by George Gastaldi (JIRA)
[ https://issues.jboss.org/browse/FORGE-2659?page=com.atlassian.jira.plugin... ]
George Gastaldi commented on FORGE-2659:
----------------------------------------
Thank you, looks like it's time to update the https://github.com/forge/core/blob/master/database-tools/api/src/main/jav... enum.
Fancy to submit a PR? Because that would be awesome! :)
> Forge suggests using deprecated hibernate Postgresql dialect
> ------------------------------------------------------------
>
> Key: FORGE-2659
> URL: https://issues.jboss.org/browse/FORGE-2659
> Project: Forge
> Issue Type: Bug
> Components: Database Tools
> Affects Versions: 3.2.2.Final
> Environment: Fedora 23 x64
> Reporter: John Spencer
>
> When using the jpa-generate-entities-from-tables command forge eventually asks for a --hibernate dialect and lists the deprecated org.hibernate.dialect.PostgreSQLDialect (option 9) instead of the newer PostgreSQL82Dialect which isn't listed at all:
> [0] ( ) org.hibernate.dialect.MySQL5Dialect
> [1] ( ) org.hibernate.dialect.MySQL5InnoDBDialect
> [2] ( ) org.hibernate.dialect.MySQLMyISAMDialect
> [3] ( ) org.hibernate.dialect.OracleDialect
> [4] ( ) org.hibernate.dialect.Oracle9iDialect
> [5] ( ) org.hibernate.dialect.Oracle10gDialect
> [6] ( ) org.hibernate.dialect.DB2Dialect
> [7] ( ) org.hibernate.dialect.DB2400Dialect
> [8] ( ) org.hibernate.dialect.DB2390Dialect
> [9] ( ) org.hibernate.dialect.PostgreSQLDialect
> [10] ( ) org.hibernate.dialect.SQLServerDialect
> [11] ( ) org.hibernate.dialect.SQLServer2005Dialect
> [12] ( ) org.hibernate.dialect.SQLServer2008Dialect
> [13] ( ) org.hibernate.dialect.SAPDBDialect
> [14] ( ) org.hibernate.dialect.InformixDialect
> [15] ( ) org.hibernate.dialect.HSQLDialect
> [16] ( ) org.hibernate.dialect.H2Dialect
> [17] ( ) org.hibernate.dialect.IngresDialect
> [18] ( ) org.hibernate.dialect.ProgressDialect
> [19] ( ) org.hibernate.dialect.MckoiDialect
> [20] ( ) org.hibernate.dialect.InterbaseDialect
> [21] ( ) org.hibernate.dialect.PointbaseDialect
> [22] ( ) org.hibernate.dialect.FrontbaseDialect
> [23] ( ) org.hibernate.dialect.FirebirdDialect
> [24] ( ) org.hibernate.dialect.SybaseASE15Dialect
> [25] ( ) org.hibernate.dialect.SybaseAnywhereDialect
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 7 months
[JBoss JIRA] (FORGE-2659) Forge suggests using deprecated hibernate Postgresql dialect
by John Spencer (JIRA)
[ https://issues.jboss.org/browse/FORGE-2659?page=com.atlassian.jira.plugin... ]
John Spencer updated FORGE-2659:
--------------------------------
Issue Type: Bug (was: Feature Request)
> Forge suggests using deprecated hibernate Postgresql dialect
> ------------------------------------------------------------
>
> Key: FORGE-2659
> URL: https://issues.jboss.org/browse/FORGE-2659
> Project: Forge
> Issue Type: Bug
> Components: Database Tools
> Affects Versions: 3.2.2.Final
> Environment: Fedora 23 x64
> Reporter: John Spencer
>
> When using the jpa-generate-entities-from-tables command forge eventually asks for a --hibernate dialect and lists the deprecated org.hibernate.dialect.PostgreSQLDialect (option 9) instead of the newer PostgreSQL82Dialect which isn't listed at all:
> [0] ( ) org.hibernate.dialect.MySQL5Dialect
> [1] ( ) org.hibernate.dialect.MySQL5InnoDBDialect
> [2] ( ) org.hibernate.dialect.MySQLMyISAMDialect
> [3] ( ) org.hibernate.dialect.OracleDialect
> [4] ( ) org.hibernate.dialect.Oracle9iDialect
> [5] ( ) org.hibernate.dialect.Oracle10gDialect
> [6] ( ) org.hibernate.dialect.DB2Dialect
> [7] ( ) org.hibernate.dialect.DB2400Dialect
> [8] ( ) org.hibernate.dialect.DB2390Dialect
> [9] ( ) org.hibernate.dialect.PostgreSQLDialect
> [10] ( ) org.hibernate.dialect.SQLServerDialect
> [11] ( ) org.hibernate.dialect.SQLServer2005Dialect
> [12] ( ) org.hibernate.dialect.SQLServer2008Dialect
> [13] ( ) org.hibernate.dialect.SAPDBDialect
> [14] ( ) org.hibernate.dialect.InformixDialect
> [15] ( ) org.hibernate.dialect.HSQLDialect
> [16] ( ) org.hibernate.dialect.H2Dialect
> [17] ( ) org.hibernate.dialect.IngresDialect
> [18] ( ) org.hibernate.dialect.ProgressDialect
> [19] ( ) org.hibernate.dialect.MckoiDialect
> [20] ( ) org.hibernate.dialect.InterbaseDialect
> [21] ( ) org.hibernate.dialect.PointbaseDialect
> [22] ( ) org.hibernate.dialect.FrontbaseDialect
> [23] ( ) org.hibernate.dialect.FirebirdDialect
> [24] ( ) org.hibernate.dialect.SybaseASE15Dialect
> [25] ( ) org.hibernate.dialect.SybaseAnywhereDialect
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 7 months
[JBoss JIRA] (FORGE-2659) Forge suggests using deprecated hibernate Postgresql dialect
by John Spencer (JIRA)
John Spencer created FORGE-2659:
-----------------------------------
Summary: Forge suggests using deprecated hibernate Postgresql dialect
Key: FORGE-2659
URL: https://issues.jboss.org/browse/FORGE-2659
Project: Forge
Issue Type: Feature Request
Components: Database Tools
Affects Versions: 3.2.2.Final
Environment: Fedora 23 x64
Reporter: John Spencer
When using the jpa-generate-entities-from-tables command forge eventually asks for a --hibernate dialect and lists the deprecated org.hibernate.dialect.PostgreSQLDialect (option 9) instead of the newer PostgreSQL82Dialect which isn't listed at all:
[0] ( ) org.hibernate.dialect.MySQL5Dialect
[1] ( ) org.hibernate.dialect.MySQL5InnoDBDialect
[2] ( ) org.hibernate.dialect.MySQLMyISAMDialect
[3] ( ) org.hibernate.dialect.OracleDialect
[4] ( ) org.hibernate.dialect.Oracle9iDialect
[5] ( ) org.hibernate.dialect.Oracle10gDialect
[6] ( ) org.hibernate.dialect.DB2Dialect
[7] ( ) org.hibernate.dialect.DB2400Dialect
[8] ( ) org.hibernate.dialect.DB2390Dialect
[9] ( ) org.hibernate.dialect.PostgreSQLDialect
[10] ( ) org.hibernate.dialect.SQLServerDialect
[11] ( ) org.hibernate.dialect.SQLServer2005Dialect
[12] ( ) org.hibernate.dialect.SQLServer2008Dialect
[13] ( ) org.hibernate.dialect.SAPDBDialect
[14] ( ) org.hibernate.dialect.InformixDialect
[15] ( ) org.hibernate.dialect.HSQLDialect
[16] ( ) org.hibernate.dialect.H2Dialect
[17] ( ) org.hibernate.dialect.IngresDialect
[18] ( ) org.hibernate.dialect.ProgressDialect
[19] ( ) org.hibernate.dialect.MckoiDialect
[20] ( ) org.hibernate.dialect.InterbaseDialect
[21] ( ) org.hibernate.dialect.PointbaseDialect
[22] ( ) org.hibernate.dialect.FrontbaseDialect
[23] ( ) org.hibernate.dialect.FirebirdDialect
[24] ( ) org.hibernate.dialect.SybaseASE15Dialect
[25] ( ) org.hibernate.dialect.SybaseAnywhereDialect
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 7 months
[JBoss JIRA] (FORGE-2636) No specified tables error
by George Gastaldi (JIRA)
[ https://issues.jboss.org/browse/FORGE-2636?page=com.atlassian.jira.plugin... ]
George Gastaldi updated FORGE-2636:
-----------------------------------
Component/s: UI - Shell
> No specified tables error
> -------------------------
>
> Key: FORGE-2636
> URL: https://issues.jboss.org/browse/FORGE-2636
> Project: Forge
> Issue Type: Bug
> Components: Database Tools, UI - Shell
> Affects Versions: 3.0.1.Final, 3.2.2.Final
> Environment: Windows 10, x64, Fedora 23
> Reporter: John Spencer
>
> When I try to execute jpa-generate-entities-from-tables, using:
> Using windows 10 + mysql:
> {code:java}
> jpa-generate-entities-from-tables --database-tables * --jdbc-url "jdbc:mysql://localhost:3306/validDB" --user-name root --user-password 1234 --driver-location "validpath\mysql-connector-java-5.1.6-bin.jar" --driver-class com.mysql.jdbc.Driver;
> {code}
> Using fedora 23 + postgres:
> {code}
> jpa-generate-entities-from-tables --database-tables * --user-name validuser --user-password validpassword --jdbc-url jdbc:postgresql://localhost:5432/validDB --driver-location validpath/postgresql-9.4-1201-jdbc4.jar --verify-connection y --save-user-password y --driver-class 0 --hibernate-dialect 9
> {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=allopeni...).
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 7 months
[JBoss JIRA] (FORGE-2636) No specified tables error
by John Spencer (JIRA)
[ https://issues.jboss.org/browse/FORGE-2636?page=com.atlassian.jira.plugin... ]
John Spencer updated FORGE-2636:
--------------------------------
Steps to Reproduce:
# Create new project
# Run jpa-generate-entities-from-tables --database-tables * --jdbc-url "jdbc:mysql://localhost:3306/validDB" --user-name root --user-password 1234 --driver-location "validpath\mysql-connector-java-5.1.6-bin.jar" --driver-class com.mysql.jdbc.Driver;
was:
# Create new project
# Run 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;
> 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, 3.2.2.Final
> Environment: Windows 10, x64, Fedora 23
> Reporter: John Spencer
>
> When I try to execute jpa-generate-entities-from-tables, using:
> Using windows 10 + mysql:
> {code:java}
> jpa-generate-entities-from-tables --database-tables * --jdbc-url "jdbc:mysql://localhost:3306/validDB" --user-name root --user-password 1234 --driver-location "validpath\mysql-connector-java-5.1.6-bin.jar" --driver-class com.mysql.jdbc.Driver;
> {code}
> Using fedora 23 + postgres:
> {code}
> jpa-generate-entities-from-tables --database-tables * --user-name validuser --user-password validpassword --jdbc-url jdbc:postgresql://localhost:5432/validDB --driver-location validpath/postgresql-9.4-1201-jdbc4.jar --verify-connection y --save-user-password y --driver-class 0 --hibernate-dialect 9
> {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=allopeni...).
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 7 months
[JBoss JIRA] (FORGE-2636) No specified tables error
by John Spencer (JIRA)
[ https://issues.jboss.org/browse/FORGE-2636?page=com.atlassian.jira.plugin... ]
John Spencer updated FORGE-2636:
--------------------------------
Comment: was deleted
(was: I'll check in a few days when I have a bit more time, if I can remember.)
> 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, 3.2.2.Final
> Environment: Windows 10, x64, Fedora 23
> Reporter: John Spencer
>
> When I try to execute jpa-generate-entities-from-tables, using:
> Using windows 10 + mysql:
> {code:java}
> jpa-generate-entities-from-tables --database-tables * --jdbc-url "jdbc:mysql://localhost:3306/validDB" --user-name root --user-password 1234 --driver-location "validpath\mysql-connector-java-5.1.6-bin.jar" --driver-class com.mysql.jdbc.Driver;
> {code}
> Using fedora 23 + postgres:
> {code}
> jpa-generate-entities-from-tables --database-tables * --user-name validuser --user-password validpassword --jdbc-url jdbc:postgresql://localhost:5432/validDB --driver-location validpath/postgresql-9.4-1201-jdbc4.jar --verify-connection y --save-user-password y --driver-class 0 --hibernate-dialect 9
> {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=allopeni...).
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 7 months
[JBoss JIRA] (FORGE-2636) No specified tables error
by John Spencer (JIRA)
[ https://issues.jboss.org/browse/FORGE-2636?page=com.atlassian.jira.plugin... ]
John Spencer updated FORGE-2636:
--------------------------------
Description:
When I try to execute jpa-generate-entities-from-tables, using:
Using windows 10 + mysql:
{code:java}
jpa-generate-entities-from-tables --database-tables * --jdbc-url "jdbc:mysql://localhost:3306/validDB" --user-name root --user-password 1234 --driver-location "validpath\mysql-connector-java-5.1.6-bin.jar" --driver-class com.mysql.jdbc.Driver;
{code}
Using fedora 23 + postgres:
{code}
jpa-generate-entities-from-tables --database-tables * --user-name validuser --user-password validpassword --jdbc-url jdbc:postgresql://localhost:5432/validDB --driver-location validpath/postgresql-9.4-1201-jdbc4.jar --verify-connection y --save-user-password y --driver-class 0 --hibernate-dialect 9
{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=allopeni...).
was:
When I try to execute jpa-generate-entities-from-tables, using:
On windows 10, with a mysql database:
{code:java}
jpa-generate-entities-from-tables --database-tables * --jdbc-url "jdbc:mysql://localhost:3306/validDB" --user-name root --user-password 1234 --driver-location "validpath\mysql-connector-java-5.1.6-bin.jar" --driver-class com.mysql.jdbc.Driver;
{code}
On fedora 23, with a postgres database:
{code}
jpa-generate-entities-from-tables --database-tables * --user-name validuser --user-password validpassword --jdbc-url jdbc:postgresql://localhost:5432/validDB --driver-location validpath/postgresql-9.4-1201-jdbc4.jar --verify-connection y --save-user-password y --driver-class 0 --hibernate-dialect 9
{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=allopeni...).
> 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, 3.2.2.Final
> Environment: Windows 10, x64, Fedora 23
> Reporter: John Spencer
>
> When I try to execute jpa-generate-entities-from-tables, using:
> Using windows 10 + mysql:
> {code:java}
> jpa-generate-entities-from-tables --database-tables * --jdbc-url "jdbc:mysql://localhost:3306/validDB" --user-name root --user-password 1234 --driver-location "validpath\mysql-connector-java-5.1.6-bin.jar" --driver-class com.mysql.jdbc.Driver;
> {code}
> Using fedora 23 + postgres:
> {code}
> jpa-generate-entities-from-tables --database-tables * --user-name validuser --user-password validpassword --jdbc-url jdbc:postgresql://localhost:5432/validDB --driver-location validpath/postgresql-9.4-1201-jdbc4.jar --verify-connection y --save-user-password y --driver-class 0 --hibernate-dialect 9
> {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=allopeni...).
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 7 months
[JBoss JIRA] (FORGE-2636) No specified tables error
by John Spencer (JIRA)
[ https://issues.jboss.org/browse/FORGE-2636?page=com.atlassian.jira.plugin... ]
John Spencer updated FORGE-2636:
--------------------------------
Description:
When I try to execute jpa-generate-entities-from-tables, using:
On windows 10, with a mysql database:
{code:java}
jpa-generate-entities-from-tables --database-tables * --jdbc-url "jdbc:mysql://localhost:3306/validDB" --user-name root --user-password 1234 --driver-location "validpath\mysql-connector-java-5.1.6-bin.jar" --driver-class com.mysql.jdbc.Driver;
{code}
On fedora 23, with a postgres database:
{code}
jpa-generate-entities-from-tables --database-tables * --user-name validuser --user-password validpassword --jdbc-url jdbc:postgresql://localhost:5432/validDB --driver-location validpath/postgresql-9.4-1201-jdbc4.jar --verify-connection y --save-user-password y --driver-class 0 --hibernate-dialect 9
{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=allopeni...).
was:
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/validDB" --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=allopeni...).
> 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, 3.2.2.Final
> Environment: Windows 10, x64, Fedora 23
> Reporter: John Spencer
>
> When I try to execute jpa-generate-entities-from-tables, using:
> On windows 10, with a mysql database:
> {code:java}
> jpa-generate-entities-from-tables --database-tables * --jdbc-url "jdbc:mysql://localhost:3306/validDB" --user-name root --user-password 1234 --driver-location "validpath\mysql-connector-java-5.1.6-bin.jar" --driver-class com.mysql.jdbc.Driver;
> {code}
> On fedora 23, with a postgres database:
> {code}
> jpa-generate-entities-from-tables --database-tables * --user-name validuser --user-password validpassword --jdbc-url jdbc:postgresql://localhost:5432/validDB --driver-location validpath/postgresql-9.4-1201-jdbc4.jar --verify-connection y --save-user-password y --driver-class 0 --hibernate-dialect 9
> {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=allopeni...).
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 7 months
[JBoss JIRA] (FORGE-2636) No specified tables error
by John Spencer (JIRA)
[ https://issues.jboss.org/browse/FORGE-2636?page=com.atlassian.jira.plugin... ]
John Spencer updated FORGE-2636:
--------------------------------
Environment: Windows 10, x64, Fedora 23 (was: Windows 10, x64)
> 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, 3.2.2.Final
> Environment: Windows 10, x64, Fedora 23
> 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/validDB" --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=allopeni...).
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 7 months