Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-users] Re: EclipseLink 2.0.1 jars...?

Ok, things are working now.

I replaced ejb-persistence.jar in JBoss with javax.persistence-2.0.0.jar

I then removed the subset of javax.persistence-2.0.0 annotations thats inside eclipselink-2.0.1.jar. What are those annotations doing there?

/Magnus

On Thu, Feb 25, 2010 at 4:11 PM, Magnus Heino <magnus@xxxxxxxxx> wrote:

Hi.

I'm trying to get EclipseLink 2.0.1 going in a Spring 3.0 app inside of JBoss 4.2.3

EclipseLink 1.1.3 worked just fine with the ejb-persistence.jar in JBoss, but with EclipseLink 2.0.1 I don't understand what combo to use.

Should I remove ejb-persistence.jar? What is javax.persistence stuff doing inside the eclipselink 2.0.1-jar? What is the javax.persistence-jar?

No matter what combo I try, I either get missing classes, or colliding classed with linkageerrors... :-P

Thanks!

--

 /Magnus Heino



--

 /Magnus Heino

Back to the top