-
Bug
-
Resolution: Done
-
Critical
-
2.1.0
-
None
-
None
-
EAP 5 , Seam 2.2, Drools 5, BRMS
When integrating drools into Seam there are 2 compliation errors:
>Description Resource Path Location Type
The project was not built since its build path is incomplete. Cannot find the class file for org.drools.runtime.rule.WorkingMemoryEntryPoint. Fix the build path then try building this project SeamwithRules-ejb Unknown Java Problem
>Description Resource Path Location Type
The type org.drools.runtime.rule.WorkingMemoryEntryPoint cannot be resolved. It is indirectly referenced from required .class files CreditRunBean.java SeamwithRules-ejb/ejbModule/org/domain/seamwithrules/session line 33 Java Problem
I will attach the components.xml and the source file.
It appears that the WorkingMemoryEntryPoint can not be found. I tried bringing in enternal drools jars, but it did not help