This works for me
1) jpa-setup --provider Hibernate --container JOSS_AS7 --dbType MYSQL --dataSourceName
java:jboss/datasources/facturacionDS;
2) connection-create-profile --name coneFact --hibernateDialect
org.hibernate.dialect.MySQL5Dialect --driverClass com.mysql.jdbc.Driver --driverLocation
D:\conectores_odbc\mysql-connector-java-5.1.7-bin.jar --userName root --userPassword root
--jdbcUrl jdbc:mysql://localhost:3306/facturacion --saveUserPassword Y;
3) jpa-generate-entities-from-tables --connectionProfile coneFact --targetPackage
src.main.java --databaseTables * ;
Posted by forums
Original post:
https://developer.jboss.org/message/917202#917202