java ee - Eclipse build path warning -
i can not deploy java ee app on glassfish have build path warning on problems view:
description resource path location type classpath entry eclipse.fproj.jdt.libprov.osgi/jpt.jpa marked publish/export not exported on project classpath. classpath visibility within eclipse , @ runtime differ. declaration-reglementaire-dao p/declaration-reglementaire-dao classpath dependency validator message
and one:
description resource path location type facet version enterprise application project declaration-reglementaire-ear must 5.0 contain java ee 5.0 project declaration-reglementaire-serviceweb. declaration-reglementaire-ear p/declaration-reglementaire-ear enterprise application validator message
solved it. had marked java ee module dependency, didn't have selected export. in project properties window went java build path > order , export , placed check next entry osgi bundels (jpa).
Comments
Post a Comment