JdbcTypeRecommendationException when using <mapping-file> of persistence.xml file
Description
Adding all entities to an entities.xml file and providing the reference in the persistence.xml file does not work in version 6.3.0 nad 6.3.1. Worked in 6.2.9. Test case attached.
Works if we use <class> tag and provide the entity reference instead of <mapping-file>.
Adding all entities to an entities.xml file and providing the reference in the persistence.xml file does not work in version 6.3.0 nad 6.3.1. Worked in 6.2.9. Test case attached.
Works if we use <class> tag and provide the entity reference instead of <mapping-file>.
Exception:
Thanks.