1 Reply Latest reply on Mar 18, 2014 4:49 AM by koen.aers

    Impossible create connection's profile

    florent59

      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 ?