| RE: [eclipselink-dev] Build issues - use 2827 |
|
Eric,
Hi, in a clean view and clean
Eclipse IDE I get 2 compile failures on the persistence.jpa project now in
EntityManagerImpl - that took longer to appear.
This is likely a manifest
problem as my ant build compiles fine using classes dirs.
import
javax.persistence.LockTimeoutException;
import javax.persistence.PessimisticLockException; If I
add javax.persistence 1.99 to the persistence.jpa project i am OK - this fixes
it but is not OSGI.
I don't think the manifest should contain a Plug-in Dependency to javax.persistence 1.99 - I don't see it in old versions. How are we picking up the JPA 2.0 jar jar now? did this change? I have
imported all projects.
thank
you
/michael
|