Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
V2 1.0.0
Description
"java.lang.IllegalArgumentException: object is not an instance of declaring class" exception is thrown while executing the method parse2EdmPropertyValueMap @ line 195.
This is because instead of passing the embeddable instance to method "getProperty" the parent instance (JPA Entity) is passed.