Hi,<br><br>I&#39;ve seen issue <a href="https://issues.jboss.org/browse/SEAMFORGE-46">https://issues.jboss.org/browse/SEAMFORGE-46</a> being resolved, So I thought I&#39;d give it a try. Building forge from source and adding all relevant plugins from source as well (to make sure I have all the latests things), I tried:<br>
<br>generate-entities --driver com.mysql.jdbc.Driver --url jdbc:mysql://<a href="http://127.0.0.1:3306/forge-test">127.0.0.1:3306/forge-test</a> --dialect org.hibernate.dialect.MySQL5InnoDBDialect --user **** --password ****<br>
<br>After putting the driver in the pom of the dist project (where is $FORGE_HOME/lib? setting it to whatever seems not to work) I get some classes. However, they are in no way entities. No annotations whatsover Not even a @Entity, let alone @ID, @Column where needed, nothing, only composite keys are generated and many2one and one2many relations are detected. Any idea what I might be doing wrong?<br>
<br>I&#39;m using:<br><ul><li>MySQL 5.1.56</li><li>java version &quot;1.6.0_20&quot;<br>OpenJDK Runtime Environment (IcedTea6 1.9.7) (fedora-52.1.9.7.fc14-i386)<br>OpenJDK Server VM (build 19.0-b09, mixed mode)</li><li>maven 3.0.2</li>
<li>MySQL driver 5.1.16<br></li></ul>Anybody any ideas? Using the latest jboss tools from eclipse 3.6.1 it works perfectly<br><br>Cheers,<br><br>Ronald<br>(working on creating a primefaces plugin and extending the richfaces/metawidget/scaffolding and enhancing the hibernate plugin for dao&#39;s)<br>