Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Using Hibernate with the Java Persistence API and JSF Pages

javaislifeSep 13 2009 — edited Dec 22 2009
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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 19 2010
Added on Sep 13 2009
11 comments
800 views