You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Let me know if you need further details (PU, entities, etc.).
Caused by: java.lang.ClassCastException: org.batoo.jpa.parser.impl.metadata.attribute.EmbeddedAttributeMetadataImpl cannot be cast to org.batoo.jpa.parser.metadata.attribute.EmbeddedIdAttributeMetadata
at org.batoo.jpa.core.impl.model.attribute.EmbeddedAttribute.clone(EmbeddedAttribute.java:100)
at org.batoo.jpa.core.impl.model.attribute.EmbeddedAttribute.clone(EmbeddedAttribute.java:49)
at org.batoo.jpa.core.impl.model.IdentifiableTypeImpl.addAttributes(IdentifiableTypeImpl.java:204)
at org.batoo.jpa.core.impl.model.EntityTypeImpl.(EntityTypeImpl.java:192)
at org.batoo.jpa.core.impl.model.MetamodelImpl.(MetamodelImpl.java:226)
at org.batoo.jpa.core.impl.manager.EntityManagerFactoryImpl.(EntityManagerFactoryImpl.java:157)
at org.batoo.jpa.core.BatooPersistenceProvider.createEntityManagerFactory(BatooPersistenceProvider.java:105)
... 23 more
The text was updated successfully, but these errors were encountered:
We have a community project in the source root as you will see. You can easily write a unit test using this project. You will see packages with issue names. You can clone one of these packages to reproduce the bug yo found. If you can provide such a unit test we can solve the bug in day or so.
Happens with the latest version; cloned today.
Let me know if you need further details (PU, entities, etc.).
Caused by: java.lang.ClassCastException: org.batoo.jpa.parser.impl.metadata.attribute.EmbeddedAttributeMetadataImpl cannot be cast to org.batoo.jpa.parser.metadata.attribute.EmbeddedIdAttributeMetadata
at org.batoo.jpa.core.impl.model.attribute.EmbeddedAttribute.clone(EmbeddedAttribute.java:100)
at org.batoo.jpa.core.impl.model.attribute.EmbeddedAttribute.clone(EmbeddedAttribute.java:49)
at org.batoo.jpa.core.impl.model.IdentifiableTypeImpl.addAttributes(IdentifiableTypeImpl.java:204)
at org.batoo.jpa.core.impl.model.EntityTypeImpl.(EntityTypeImpl.java:192)
at org.batoo.jpa.core.impl.model.MetamodelImpl.(MetamodelImpl.java:226)
at org.batoo.jpa.core.impl.manager.EntityManagerFactoryImpl.(EntityManagerFactoryImpl.java:157)
at org.batoo.jpa.core.BatooPersistenceProvider.createEntityManagerFactory(BatooPersistenceProvider.java:105)
... 23 more
The text was updated successfully, but these errors were encountered: