Thanks for the response Paul. Yes, I'm using Maven. Here is my dependency
tree.
[INFO] Scanning for projects...
[INFO] Searching repository for plugin with prefix: 'dependency'.
[INFO]
------------------------------------------------------------------------
[INFO] Building Helloworld - Jersey sample
[INFO] task-segment: [dependency:tree]
[INFO]
------------------------------------------------------------------------
[INFO] [dependency:tree {execution: default-cli}]
[INFO] com.sun.jersey.samples:helloworld:jar:1.0.3
[INFO] +- com.sun.jersey:jersey-server:jar:1.0.3:compile
[INFO] | +- com.sun.jersey:jersey-core:jar:1.0.3:compile
[INFO] | | \- javax.ws.rs:jsr311-api:jar:1.0:compile
[INFO] | \- asm:asm:jar:3.1:compile
[INFO] +- com.sun.jersey.test.framework:jersey-test-framework:jar:1.0.3:test
[INFO] | +- com.sun.jersey:jersey-client:jar:1.0.3:test
[INFO] | +- junit:junit:jar:4.5:test
[INFO] | +-
org.glassfish.embedded:glassfish-embedded-all:jar:3.0-Prelude-Embedded-b10:test
[INFO] | \- com.sun.net.httpserver:http:jar:20070405:test
[INFO] +- com.sun.grizzly:grizzly-servlet-webserver:jar:1.9.9:compile
[INFO] | +- com.sun.grizzly:grizzly-http:jar:1.9.9:compile
[INFO] | | +- com.sun.grizzly:grizzly-framework:jar:1.9.9:compile
[INFO] | | +- com.sun.grizzly:grizzly-rcm:jar:1.9.9:compile
[INFO] | | \- com.sun.grizzly:grizzly-portunif:jar:1.9.9:compile
[INFO] | +- com.sun.grizzly:grizzly-http-servlet:jar:1.9.9:compile
[INFO] | | \- com.sun.grizzly:grizzly-utils:jar:1.9.9:compile
[INFO] | \- javax.servlet:servlet-api:jar:2.5:compile
[INFO] +- org.xxxxxxxxxxxx.address:entity:jar:1.0-SNAPSHOT:compile
[INFO] | +- org.eclipse.persistence:javax.persistence:jar:2.0.0:compile
[INFO] | +- org.eclipse.persistence:eclipselink:jar:2.0.0:compile
[INFO] | +- log4j:log4j:jar:1.2.8:compile
[INFO] | +- postgresql:postgresql:jar:8.3-603.jdbc3:compile
[INFO] | +- commons-lang:commons-lang:jar:2.5:compile
[INFO] | +- org.xxxxxxxxxxxx:core:jar:1.0-SNAPSHOT:compile
[INFO] | \- org.xxxxxxxxxxxx:jpa:jar:1.0-SNAPSHOT:compile
[INFO] +- javax.annotation:jsr250-api:jar:1.0:provided
[INFO] +- javax.transaction:jta:jar:1.1:provided
[INFO] \- com.sun.xml.bind:jaxb-impl:jar:2.1:compile
[INFO] \- javax.xml.bind:jaxb-api:jar:2.1:compile
[INFO] +- javax.xml.stream:stax-api:jar:1.0-2:compile
[INFO] \- javax.activation:activation:jar:1.1:compile
[INFO]
------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
Looking down my dependency tree I can see the eclipselink jars but they're
both version 2.0.0.
--
View this message in context: http://n2.nabble.com/JerseyTest-framework-and-JPA-2-0-tp4791446p4798049.html
Sent from the Jersey mailing list archive at Nabble.com.