| Author |
Using Hibernate with the Java Persistence API and JSF Pages
|
Varnam Aayiram
Ranch Hand
Joined: Dec 23, 2008
Posts: 88
|
|
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 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
|
 |
Tim Holloway
Saloon Keeper
Joined: Jun 25, 2001
Posts: 14491
|
|
|
That looks like strictly a NetBeans problem, not something related to JSF or JPA. You're probably better off asking in the IDE forum.
|
Customer surveys are for companies who didn't pay proper attention to begin with.
|
 |
 |
|
|
subject: Using Hibernate with the Java Persistence API and JSF Pages
|
|
|