I'm trying to get a new Enterprise Application Project set up in Eclipse using Glassfish as my app server and I'm seeing the following warning:
Classpath entry eclipse.fproj.jdt.libprov.osgi/jpt.jpa is marked for publish/export but is not exported on the project classpath. Classpath visibility within Eclipse and at runtime will differ.
I've got the Java Persistence 1.0 facet enabled on my EJB project and I'm pretty sure this is what's causing my problems. I've done a lot of searching, but to no avail.