After some more re-installs/tries found the issue!.
During 'seam new-project', I was creating the MySQL URL with jdbc:mysql:///testDB
which is not getting default to localhost, with explicit mention of localhost in URL I was
able to get the generate-entities going through. [jdbc:mysql://localhost/testDB].
Now the Many-to-Many mapping issue of Hibernate is hitting during the deployment, I guess
that's the topic for another post!!.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3988220#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...