Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I have Eclipse (Indigo) and GlassFish 3.1.2

The "New JPA Project" wizard has the error "At least one user library must be selected." But there's nothing in the list.

Is there already a JPA implementation in the GlassFish directory, and I should create a User Library that points to it? Or should I use the download option and get the latest version of Eclipse Link from the web?

Just wondering what is the 'right' way to make the error go away.

Thanks, Rob

share|improve this question

1 Answer

up vote 3 down vote accepted
+50

You need to have a lot of jars for JSF2.0 Project.

You can use two sort of library to implement JSF2.0:

1) Mojarra

2) MyFaces

Read this excelent tutorial :

http://help.eclipse.org/helios/index.jsp?topic=%2Forg.eclipse.jst.jsf.doc.user%2Fhtml%2Fgettingstarted%2Ftutorial%2FJSFTools_tutorial_JSF20.html

In this tutorial you will understand why you need a user librabry with JSF specific library.

Good reading.

share|improve this answer
Thanks Quentin, but I was asking about JPA, not JSF. – Robert Hume May 29 '12 at 14:20
The problem is the same, JPA need library to work. The tutorial is just for the explication of the User Library. For JPA you need to use JPA Library, maybe this link for you : help.eclipse.org/indigo/index.jsp?topic=/… – Quentin T. May 29 '12 at 14:39
Hi Quentin, maybe I wasn't clear. I understand how to download user libraries like JSF and JPA implementations from the web using Eclipse. My main question is Is there already a JPA implementation in the GlassFish directory, and I should create a User Library that points to it? Or should I use the download option and get the latest version of Eclipse Link from the web? – Robert Hume May 29 '12 at 14:54
Sorry I didn't understand your question. I think the second option is the good solution because I already have the same problem with Eclipse and I remember it was a problem or library in my project no in the glassfish server. Personnaly I use Netbeans, no configuration required and it's work directly. – Quentin T. May 29 '12 at 17:35
Thx, I wanted to avoid that mainly because it's a big download and I end up re-downloading everytime I create a new workspace. It would be nice to know if there's a JPA implementation there with GlassFish right out of the box. – Robert Hume May 29 '12 at 18:48

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.