Just to verify that the forge commands have broken after version 2.10.1.Final, I reverted
my forge to that version and repeated my test:
Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.
C:\Users\Gerry\Documents\$develop\$code>forge
_____
| ___|__ _ __ __ _ ___
| |_ / _ \| `__/ _` |/ _ \ \\
| _| (_) | | | (_| | __/ //
|_| \___/|_| \__, |\___|
|___/
JBoss Forge, version [ 2.10.1.Final ] - JBoss, by Red Hat, Inc. [
http://forge.jboss.org
]
[$code]$ project-new --named par --topLevelPackage ca.gerrymatte.par --type war
--finalName par ;
***SUCCESS*** Project named 'par' has been created.
[par]$ jpa-setup --provider Hibernate --dbType MYSQL5_INNODB --container JBOSS_AS7
--dataSourceName java:jboss/datasources/parDS;
***SUCCESS*** Persistence (JPA) is installed.
[persistence.xml]$ connection-create-profile - --name parConnection --hibernateDialect
org.hibernate.dialect.MySQL5InnoDBDialect --driverClass com.mysql.jdbc.Driver
--driverLocation C:/s/jcl
asses/drivers/mysql.jar --userName root --userPassword xxxxxx --jdbcUrl
jdbc:mysql:///par?characterEncoding=UTF-8&characterSetResults=UTF-8&autoReconnect=true&zeroDateTimeBehavio
r=convertToNull --verifyConnection true;
***SUCCESS*** Connection profile parConnection has been saved successfully
[persistence.xml]$ jpa-generate-entities-from-tables - --databaseTables *
--connectionProfile parConnection --targetPackage ca.gerrymatte.par.model ;
***SUCCESS*** 11 entities were generated in ca.gerrymatte.par.model
[persistence.xml]$
Posted by forums
Original post:
https://developer.jboss.org/message/912442#912442