Using Hibernate with the Java Persistence API and JSF Pages
Hi Everyone.
I tried out the above mentioned tutorial(Using Hibernate with the Java Persistence API and JSF Pages) which can be found in the following URL: http://www.netbeans.org/kb/docs/web/hibernate-jpa.html. Everything worked fine.
However If tried to do the same with a MySQL database, I am getting the following error: "build-impl.xml:545: The module has not been deployed" and if I click on the error message, the 'build-impl.xml' files opens and the cursor stays at the following line:
"<nbdeploy clientUrlPart="${client.urlPart}" debugmode="false" forceRedeploy="${forceRedeploy}"/> " I am not sure how to rectify this problem. Does anyone know why this is happening when trying to connect to a MySQL database? I really hope someone can help. Thanks.
regards