[JBoss JIRA] (FORGE-2542) No syntax validation in some command-line - new syntax problem
by Gilberto Caetano de Andrade (JIRA)
Gilberto Caetano de Andrade created FORGE-2542:
--------------------------------------------------
Summary: No syntax validation in some command-line - new syntax problem
Key: FORGE-2542
URL: https://issues.jboss.org/browse/FORGE-2542
Project: Forge
Issue Type: Bug
Components: Build Tools - Maven, Builtin Plugins
Affects Versions: 3.0.0.Alpha2
Environment: openSUSE 13.2
ava version "1.8.0_66"
Java(TM) SE Runtime Environment (build 1.8.0_66-b17)
Java HotSpot(TM) 64-Bit Server VM (build 25.66-b17, mixed mode)
Reporter: Gilberto Caetano de Andrade
Attachments: persistence.xml
Beginner user here, trying the following tutorial: http://forge.jboss.org/document/write-a-java-ee-web-application---advanced
First issue found:
{code:bash}
conference]$ jpa-setup --provider Eclipse Link --dbType POSTGRES --dataSourceName java:comp/DefaultDataSource
***SUCCESS*** Persistence (JPA) is installed.
[persistence.xml]$ jpa-setup --provider
Eclipse Link Hibernate Hibernate 4.x Infinispan Java EE OpenJPA
[persistence.xml]$ jpa-setup --provider
Eclipse Link Hibernate Hibernate 4.x Infinispan Java EE OpenJPA
[persistence.xml]$ jpa-setup --provider Eclipse\ Link
--configure-metadata --data-source-name --jpa-version --schema-generation-type
--container --db-type --persistence-unit-name
[persistence.xml]$ jpa-setup --provider Eclipse\ Link --db-type
ACCESS FIREBIRD INGRES MYSQL_INNODB POINTBASE SYBASE_ANYWHERE
DB2 FRONTBASE INTERBASE MYSQL_ISAM POSTGRES
DB2_AS400 H2 MCKOI ORACLE PROGRESS
DB2_OS390 HSQLDB MYSQL ORACLE_10G SAP_DB
DEFAULT HSQLDB_IN_MEMORY MYSQL5_INNODB ORACLE_11G SQL_SERVER
DERBY INFORMIX MYSQL5_ISAM ORACLE_9I SYBASE
[persistence.xml]$ jpa-setup --provider Eclipse\ Link --db-type H2 --
--configure-metadata --data-source-name --persistence-unit-name
--container --jpa-version --schema-generation-type
[persistence.xml]$ jpa-setup --provider Eclipse\ Link --db-type H2 --data-source-name java:comp/DefaultDataSource
***SUCCESS*** Persistence (JPA) is installed.
[persistence.xml]$ command-line n
{code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)