Marcio Jota Coelho created FORGE-2783:
-----------------------------------------
Summary: Generate Entities From Tables
Key: FORGE-2783
URL:
https://issues.jboss.org/browse/FORGE-2783
Project: Forge
Issue Type: Bug
Components: Database Tools
Affects Versions: 3.8.1.Final
Environment: Developer Studio, over Fedora Linux
Reporter: Marcio Jota Coelho
Hello.
I found exception when try to use, jpa-generate-entities-from-tables.
This is my command string:
{code:shell}
jpa-generate-entities-from-tables --jdbc-url jdbc:postgresql://localhost:5432/adempiere
--user-name adempiere --user-password adempiere --driver-location
/home/coelho/desenvolvimento/ferramentas/postgresql-42.2.2.jar --hibernate-dialect
org.hibernate.dialect.PostgreSQLDialect --driver-class org.postgresql.Driver
--database-tables *
{code}
Return:
{code:java}
Exception when parsing/running: jpa-generate-entities-from-tables --jdbc-url
jdbc:postgresql://localhost:5432/adempiere --user-name adempiere --user-password adempiere
--driver-location /home/coelho/desenvolvimento/ferramentas/postgresql-42.2.2.jar
--hibernate-dialect org.hibernate.dialect.PostgreSQLDialect --driver-class
org.postgresql.Driver --database-tables *, null
{code}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)