I have a XOM (Java Execution Model) with several bean classes. I've created a Rule project where I've created BOM (Business Object Model) for each XOM.
Now I've made some changes in XOM/(Bean) class. For example : I've added a new parameter in class with getter and setter.
Question is: How to make these changes available directly to BOM? I already trying updating the BOM (Right Click on any model created under BOM)
It shows following error. Cannot update BOM Entry. This BOM entry cannot be updated because its origin is not recognized.
Requesting rule designers to help me out.