Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[dali-dev] New javax.persistence.jar required

Due to the commit I pushed for Nan's recent work adding JPA 2.1 NamedStoredProcedureQuery annotation support, you will need to point to a recent javax.persistence.jar to make our tests pass.

I am using EclipseLink 2.5M6 and the jar is javax.persistence_2.0.105.v201212201717.jar (notice that you don't want to use javax.persistence_2.0.5.v201212031355.jar because it does not include the new JPA 2.1 annotations, I do not know why)

Karen


Back to the top