[forge-users] How to use Forge 2.10.1.Final jpa-generate-entities-from-tables ?

forge-users at lists.jboss.org forge-users at lists.jboss.org
Fri Dec 5 08:09:11 EST 2014


Just a minor correction to your command. There was a dash between the command name and the --name parameter and --verifyConnection doesn't work with true next to it - the correct usage is to not specify anything and if you want to force it to be false, use --verifyConnection=false:

connection-create-profile --name parConnection --hibernateDialect org.hibernate.dialect.MySQL5InnoDBDialect --driverClass com.mysql.jdbc.Driver --driverLocation C:/s/jclasses/drivers/mysql.jar --userName root --userPassword xxxxxx --jdbcUrl jdbc:mysql:///par?characterEncoding=UTF-8&characterSetResults=UTF-8&autoReconnect=true&zeroDateTimeBehavior=convertToNull --verifyConnection;

I am investigating what is causing this.
Thanks for reporting it! 

Posted by forums
Original post: https://developer.jboss.org/message/912534#912534


More information about the forge-users mailing list