Re: Where do I get javax.persistence package?

2007-10-23 Thread satsuma
I got rid off the compilation errors, although I have errors while deploying, but I'll try to read about EJB 3.0 and solve these issues myself. I'll get back to the forum, if I can not solve the problems. I installed Netbeans on my computer, because I heard that it's the best for Java EE developm

Re: Where do I get javax.persistence package?

2007-10-23 Thread Dain Sundstrom
If you're not using Eclipse (free) or Intellij ($$$) IDE, I suggest you give one of them a try as they will catch all of these errors for you, and will automatically perform annoying tasks like managing imports. -dain On Oct 23, 2007, at 3:21 AM, Karan Malhi wrote: You will need to add

Re: Where do I get javax.persistence package?

2007-10-23 Thread Karan Malhi
You will need to add the import for the javax.annotation package. Please also add geronimo-annotation_1.0_spec-1.1.jar to the classpath. On 10/23/07, satsuma <[EMAIL PROTECTED]> wrote: > > Thanks for the help Dain, but still not working. > > @Resources does not work either. The error message is th

Re: Where do I get javax.persistence package?

2007-10-23 Thread satsuma
Thanks for the help Dain, but still not working. @Resources does not work either. The error message is the same "Cannot find symbol: class Resources". I also tried with @Resource inside the class like you said, but no success. I added geronimo-activation...jar to my classpath so that the compiler