0

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.

James Z
  • 12,209
  • 10
  • 24
  • 44

1 Answers1

0

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

Emmanuel B.
  • 226
  • 2
  • 7
  • Thanks for your suggestion. As per your suggestion, I checked Java class references. It looks good. I checked in old projects. This kind of error is present there as well but its not showstopper but in migrated rule projects, this error is not allowing to export ruleset. – Santosh Mar 29 '23 at 11:37
  • maybe try to deactivate the "export xom" checkbox in the deployment ? – Emmanuel B. Mar 30 '23 at 09:00