Hi again,
unfortunately, the provided patch to issue #2640 has created another issue:
When we migrate our product profiles, we get an exception regarding entities that were removed in an earlier version of our product (see below). These entities are not present in the database and the error does not occur with objectDB version 2.8.0_4. Did you change anything and do you have any hint as to what is wron on our side?
Best wishes
Caused by: com.objectdb.o._PersistenceException: Type com.btc.ep.formalnotation.bl.internal.dmos.PhaseImpl is not enhanced (enhance the type or enable reflection) at com.objectdb.o._PersistenceException.a(_PersistenceException.java:47) at com.objectdb.o.JPE.d(JPE.java:147) at com.objectdb.o.ERR.h(ERR.java:56) at com.objectdb.o.OST.onObjectDBError(OST.java:601) at com.objectdb.jpa.EMF.createEntityManager(EMF.java:152) at com.btc.ep.base.transactions.internal.TransactionManagerImpl.createAndSetEntityManagerIfPossible(TransactionManagerImpl.java:288) at com.btc.ep.base.transactions.internal.TransactionManagerImpl.doInit(TransactionManagerImpl.java:266) at com.btc.ep.base.transactions.internal.TransactionManagerImpl.init(TransactionManagerImpl.java:237) at com.btc.ep.base.transactions.annotations.TransactionAspect.ajc$around$com_btc_ep_base_transactions_annotations_TransactionAspect$1$344042f2(TransactionAspect.aj:102) at com.btc.ep.analysis.test.bl.internal.listeners.RequiementHierarchyConstraintsEnforcerListener.handleEvent(RequiementHierarchyConstraintsEnforcerListener.java:153) at com.btc.ep.core.notification.internal.services.NotificationListenerHolder.fire(NotificationListenerHolder.java:91) ... 6 more Caused by: com.objectdb.o.UserException: Type com.btc.ep.formalnotation.bl.internal.dmos.PhaseImpl is not enhanced (enhance the type or enable reflection) at com.objectdb.o.MSG.a(MSG.java:64) at com.objectdb.o.TYM.E(TYM.java:1471) at com.objectdb.o.UTY.g(UTY.java:654) at com.objectdb.o.UTY.C(UTY.java:433) at com.objectdb.o.TYS.k(TYS.java:178) at com.objectdb.o.TYM.Z(TYM.java:546) at com.objectdb.o.TYM.<init>(TYM.java:196) at com.objectdb.o.OMF.w(OMF.java:865) at com.objectdb.o.OMF.s(OMF.java:817) at com.objectdb.jpa.EMF.s(EMF.java:130) at com.objectdb.o.OMF.x(OMF.java:715) at com.objectdb.jpa.EMF.createEntityManager(EMF.java:149)