Do not use Kodo APIs that have no OpenJPA equivalent

WebLogic used Kodo instead of OpenJPA for its JPA 1.0 provider implementation. This rule detects the kodo.* classes and the com.solarmetric.* classes that do not have similar openJPA classes. For a list of Kodo classes that map to OpenJPA, see the Use OpenJPA equivalent APIs instead of Kodo APIs rule.

Note: WebSphere traditional V8.5.5 and Liberty Web Profile 6.0 uses OpenJPA for its JPA 2.0 implementation. WebSphere traditional V9.0 and Liberty's Java EE 7 JPA 2.1 implementation uses EclipseLink.