I am trying to create a new Enterprise Application Project created in Eclipse using Glassfish as my application server and I see the following warning:
The classpath element eclipse.fproj.jdt.libprov.osgi / jpt.jpa is marked for publication / export but is not exported to the project class path. Classpath visibility in Eclipse and at runtime will be different.
I have the Java Persistence 1.0 facet enabled in my EJB project, and I'm sure this is what causes my problems. I searched a lot, but to no avail.
source
share