hi everybody,
After making several changes in my entities, i receive the following exception :
Code:
GRAVE: Exception while preparing the app : @OneToOne or @ManyToOne on com.netescape.entities.Offre.activite references an unknown entity: com.netescape.entities.Activite2
this entity Activite2 was new created but persistence units doesn't list it. Even when i hard coded this classpath via persistence units this exception is still throwing. it's seems that all new entities that i add in app are not recognized.
Any help.