Hello,
On forge 2.1.1 when i want create a connection's profile i wrote:
connection-create-profile --name myConnection --userName florent --hibernateDialect
org.hibernate.dialect.MySQL5Dialect --driverLocation
C:\Users\utilisateur\forge-distribution-2.1.1.Final\lib\mysql-connector-java.5.1.28-bin.jar
--jdbcUrl jdbc:mysql://localhost:3306/airiut --userPassword delmotte --driverClass
com.mysql.jdbc.Driver
i obtain:
Hibernate Dialect must be specified.
i obtain also the same when i use:
jpa-generate-entities-from-tables --userName florent --hibernateDialect
org.hibernate.dialect.MySQL5Dialect --driverLocation
C:\Users\utilisateur\forge-distribution-2.1.1.Final\lib\mysql-connector-java.5.1.28-bin.jar
--jdbcUrl jdbc:mysql://localhost:3306/airiut --userPassword delmotte --driverClass
com.mysql.jdbc.Driver
is that a bug ?
Posted by forums
Original post:
https://community.jboss.org/message/862743#862743