]
George Gastaldi closed FORGE-2384.
----------------------------------
Resolution: Done
JPAFacet.isInstalled() should only check for descriptor's
existence
-------------------------------------------------------------------
Key: FORGE-2384
URL:
https://issues.jboss.org/browse/FORGE-2384
Project: Forge
Issue Type: Enhancement
Components: Java EE
Affects Versions: 2.16.2.Final
Reporter: George Gastaldi
Assignee: George Gastaldi
Fix For: 2.17.0.Final
The JPAFacet implementations depend on certain libraries to be installed to be enabled.
However, if a project already has EclipseLink JARs or even OpenJPA JARs, the JPA Facet is
not recognized as installed. Therefore, it would be much better if the JPAFacet logic for
installation ({{isInstalled()}}) would just check for persistence descriptor existence and
the version attribute.