Re: [5.3] JPA Maven Dependency not found

2011-12-08 Thread jeczmien
I've already done it. This is not case - problem is it still not corrected in repository. Developers (users) waste their time to fix problem, which shouldn't happen in STABLE version. -- View this message in context: http://tapestry.1045711.n5.nabble.com/5-3-JPA-Maven-Dependency-not-found-tp497

Re: [5.3] JPA Maven Dependency not found

2011-12-07 Thread Igor Drobiazko
You can also add the following repository to get the dependencies: http://download.eclipse.org/rt/eclipselink/maven.repo/ This is how we fixed the issue in trunk and 5.3 branch. On Wed, Dec 7, 2011 at 10:36 PM, Lenny Primak wrote: > Use this: > >org.apache.tapestry >

Re: [5.3] JPA Maven Dependency not found

2011-12-07 Thread Lenny Primak
Use this: org.apache.tapestry tapestry-jpa ${tap.version} jar compile javax.persistence org.eclipse.persistence More exa

Re: [5.3] JPA Maven Dependency not found

2011-12-07 Thread jeczmien
5.3 is out, but dependency persist... -- View this message in context: http://tapestry.1045711.n5.nabble.com/5-3-JPA-Maven-Dependency-not-found-tp4974063p5057050.html Sent from the Tapestry - User mailing list archive at Nabble.com. ---

Re: [5.3] JPA Maven Dependency not found

2011-11-08 Thread derkoe
Yeah - that's what I did but I think this should be fixed before releasing 5.3 lprimak wrote: > > I specifically exclude persistence in my Pom when I import tapestry-jpa as > a workaround. > > On Nov 8, 2011, at 7:05 AM, derkoe > wrote: > >> Just tried to use 5.3

Re: [5.3] JPA Maven Dependency not found

2011-11-08 Thread Lenny Primak
I specifically exclude persistence in my Pom when I import tapestry-jpa as a workaround. On Nov 8, 2011, at 7:05 AM, derkoe wrote: > Just tried to use 5.3-rc-2 tapestry-jpa module, but Maven cannot find the > dependency to org.eclipse.persistence:javax.persistence:2.0.3 > > There seems to b

[5.3] JPA Maven Dependency not found

2011-11-08 Thread derkoe
Just tried to use 5.3-rc-2 tapestry-jpa module, but Maven cannot find the dependency to org.eclipse.persistence:javax.persistence:2.0.3 There seems to be a 2.0.0 but not 2.0.3: http://search.maven.org/#search|ga|1|a%3A%22javax.persistence%22 http://mvnrepository.com/artifact/org.eclipse.persistenc