Unable to compile the relationship between ProcDefinition and my Entity when using in an App Component

Hi,
I am using an App Component, has Many to One relationship between my Entity and BPM Modal, Because each entity instances can have different BPM definition. It works as expected as a Separate Project. But it is not executing, when i use the Project as an App Component(error: Can’t find range class for property). (I assume it could be because of the JPA).Can you please help me how to resolve the issue…

My requirement is Every instance of my Entity need to have different BPM

Hi,

The error Can’t find range class for property can be caused by incorrect configuration of app components. Make sure your web.xml files in core and web modules contain all components in appComponents parameter and in the correct order.