Santosh
Santosh

Reputation: 1

Error during migration of rule projects from 7.5 to 8.10.5

After migrating of rule projects from 7.5 to 8.10.5, during extraction of ruleset, error is throwing as below.

"An error occured during exporting of ruleset archive. While applying of Business to execution(B2X) model mapping GBREX0001E: cannot find execution class "XOM class path" for translating Business class "BOM class path".

I have checked references with complete BOM class path, there are no any java class associated neither in XOM nor in BOM. Because the path which its showing in error window, itself does not exist in workspace. Kindly assist

Tried referencing BOM class in the method arguments. It threw error while exporting ruleset.

Expecting that the ruleset should extract without any error.

Upvotes: 0

Views: 425

Answers (2)

A Jain
A Jain

Reputation: 1

Select the ' 'Decision Engine' option under the 'Rule Engine' option under the Eclipse-> Rule Project -> Properties. Setting this property should remove those errors from the Rule Designer

Upvotes: 0

Emmanuel B.
Emmanuel B.

Reputation: 271

the message you have states that Java classes that backs up your BOM model are not found.

Did you check the dependencies in the rule project where your BOM is ? You should find the java project/lib (that contains your classes) referenced in the "Java execution Model" in project->preferences-> Java execution Model

Hope this helps, Emmanuel

Upvotes: 0

Related Questions