Maciej Swiderski [
http://community.jboss.org/people/swiderski.maciej] replied to the
discussion
"JBPM and Drool sample application throwing an Exception."
To view the discussion, visit:
http://community.jboss.org/message/542852#542852
--------------------------------------------------------------
Hi,
I managed to run your process with following rule definition:
rule "checkAnalystAvailable"
when
analystFinder : com.felix.poc.AnalystFinder( analyst=="FELIX",
region == "BELGIUM" )
then
analystFinder.setAnalystAvailable( true );
System.out.println( "Checking.........." );
end
This was the only change required to run it properly.
Cheers,
Maciej
--------------------------------------------------------------
Reply to this message by going to Community
[
http://community.jboss.org/message/542852#542852]
Start a new discussion in jBPM at Community
[
http://community.jboss.org/choose-container!input.jspa?contentType=1&...]