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