Questions tagged [oracle-rules]
4 questions
4
votes
1 answer
RUL-05717: The identifier "Header.Teachers.Courses" is not valid here
I am trying to add rules in my Oracle dictionary through programming in ADF and JDeveloper:
Rule rule = ruleset.getRuleTable().add();
rule.setName(aliasRule);
rule.setAlias(aliasRule);
rule.setPriority(property);
…
user3667171
1
vote
1 answer
Oracle Rules - Imported Java Fact causes UndefinedException when deployed
In JDeveloper 12c, I have created a BPM application/project. Project SOA Settings are Composite With Business Rule.
The project has a Mediator and is exposed as a REST service. I am deploying using the IntegratedWebLogicServer
The XML Facts are…

awilkinson
- 1,601
- 15
- 23
0
votes
1 answer
How to add new AdfBcFactTypes in oracle rules file
I have a Oracle rules file: MyDeparmentRules.rules
I have some AdfBcFactType nodes with propertys:
…
user3667171
0
votes
1 answer
java.lang.NoClassDefFoundError for DecisionPointDictionaryFinder
I have ADF project using JDeveloper and I am using Oracle rules to define my rules.
But DecisionPointDictionaryFinder can not load in the following line of code:
DecisionPointDictionaryFinder dictionaryFinder = new…

GingerHead
- 8,130
- 15
- 59
- 93