Ho, Alan wrote:
I cannot find the demo that you are referring to. I've looked at the drools-example project, and only found a HelloWorldNative.java example
Its a different examples project, probably drools-annotation-examples.
However, by looking at drools-spring-jdk5 project test cases, I was able to extract a rule from a rule set using the RuleSet's "getRule" method. I also noticed that there isn't any support for xorGroups for the Java Annotations Semantic Module.
No, xorGroups were never implemented in either the annotation module or the spring module. Is this new to 2.5?
-barry
