Community
Participate
Working Groups
Gemini JPA won't match the persistence provider defined in the xml if it is defined like this: <provider> org.eclipse.persistence.jpa.PersistenceProvider </provider> The parser keeps the whitespace characters including "\n" and spaces so when Gemini compares the provider defined in the persistence.xml with the legal providers, the comparison fails. To Recreate: Deploy a persistence unit on Gemini using EclipseLink as the provider with provider defined as above. Workaround: <provider>org.eclipse.persistence.jpa.PersistenceProvider</provider>
Fixed.
Added trimming.