aspose file tools
The moose likes JSF and the fly likes Using Hibernate with the Java Persistence API and JSF Pages Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » JSF
Reply Bookmark "Using Hibernate with the Java Persistence API and JSF Pages" Watch "Using Hibernate with the Java Persistence API and JSF Pages" New topic
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
    
    7

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.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Using Hibernate with the Java Persistence API and JSF Pages
 
Similar Threads
The module has not been deployed. BUILD FAILED
Java EE 6 Tutorial - Cart issues
What is best way to display a results set from a database?
can't deploy or run a Hibernate with the Java Persistence API and JSF 1.2 web application
module has not been deployed