TCK module should use Geronimo JPA 2.0 EA jar
---------------------------------------------
Key: OPENJPA-818
URL: https://issues.apache.org/jira/browse/OPENJPA-818
Project: OpenJPA
Issue Type: Bug
Affects Versions: 2.0.0
Reporter: Michael Dick
Fix For: 2.0.0
The pom.xml file for the TCK module doesn't use the updated JPA 2.0 EA spec
from Geronimo so the TCK fails when we require one of the new classes (ie
QueryBuilder).
Switching the pom to use Geronimo's implementation resolves the missing classes
issue, but we fail the method signature test - this likely won't be updated
until a new TCK is released.
I'm not an expert but I believe the signature test (and only the signature
test) may be skipped by specifying -Djpatck.pkg.dir=com/sun/ts/tests/ejb30/
as a command line argument when running the TCK through maven. Until we get an
updated TCK or someone with direct access to the TCK finds a better way to
exclude the sig test I suggest anyone interested in running the TCK use the
argument above.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.