jboss - NetBeans: create Entity from Database -



need reverse engineer database tables entity run java ee project on jboss 7. i've added services jboss application server , added resources mysql datasource.
however, when try run wizard create entity database can see option default exampleds database. there no other option create new datasource or use mysql datasource i've installed on jboss. enter image description here

i wonder if it's netbeans bug, or i'm missing something. i'm using netbeans 8.0.1 version.

i think it's issue plugin using connecting application server. remember had issue when first tried generate entity classes database using datasource on wildfly. sure target application server jboss 7 , not wildfly ? if so, try connect application jboss 7 /eap 6 instead , see if works.
hope helps
edit: i've included jboss netbeans tutorial shows steps reverse engineering database tables entity classes (and jsf pages).


Comments

Popular posts from this blog

php - Submit Form Data without Reloading page -

linux - Rails running on virtual machine in Windows -

php - $params->set Array between square bracket -