Correction: EJB3 is not yet final so no RI exists yet from Sun.
The Hibernate alternative seems to be your only option, right this
minute. I'm sure there are other EJB3 vendors (Kodo? Oracle? BEA?)
that have implementations you could use but I'm not sure if any of
them are in Maven2 repo, probably
Download javax.persistence from Sun and add to your local repo. Or add
a dependency on an appropriate EJB3 spec jar from another source ie
Hibernate and add to your local repo.
The POM here seems to suggest that Hibernate Annotations should
fulfill your need:
http://www.ibiblio.org/maven2/javax/pe
Dear Maveners,
I am using Maven to build my ejb3 project, in the past I used Ant to build and
deploy the project and it was working fine, but when I switch to Maven and I
added the needed dependency but one dependency missing "javax.persistence" and
it does not exit in any repository, so the b