It's the first time I work with Jrules Ilog7.0.1 and WebLogic 9.2. Here are the install steps:
- Enabling Anonymous Admin Server Lookup for MBeans
- Adding new groups and users
- Deploying the jrules-res-xu-WL92.rar
- Deploying the Rule Execution Server Management EAR:jrules-res-management-WL92.ear
- Opening the Rule Execution Server Console
- Running database scripts using the Installation Manager
- Running the Rule Execution Server diagnostics, and all items are green
Then I deployed a ruleApp
successfully, but invoking failed.
Here is the error message:
javax.naming.NameNotFoundException: Unable to resolve 'ejb.IlrStatelessRuleSessionEJB'. Resolved 'ejb'
There is not much documentation on this issue. Has someone faced a similar problem?