Re: [rules-users] Drools with Spring - Need Help

2011-07-04 Thread Andre
in the spring xml you can also declare globals and you should be able to access them in the drl via name http://docs.jboss.org/drools/release/5.2.0.Final/droolsjbpm-integration-docs/html_single/index.htm i think its the setGlobal Command -- View this message in context:

Re: [rules-users] Drools with Spring - Need Help

2011-07-01 Thread sv
Can you be bit elobrate? What version of drools you are using. -- View this message in context: http://drools.46999.n3.nabble.com/Drools-with-Spring-Need-Help-tp3115948p3129427.html Sent from the Drools: User forum mailing list archive at Nabble.com.

Re: [rules-users] Drools with Spring - Need Help

2011-06-29 Thread anilkapoor
can anybody guide me in this... -- View this message in context: http://drools.46999.n3.nabble.com/Drools-with-Spring-Need-Help-tp3115948p3120575.html Sent from the Drools: User forum mailing list archive at Nabble.com. ___ rules-users mailing list

[rules-users] Drools with Spring - Need Help

2011-06-27 Thread anilkapoor
my spring config file is: ?xml version=1.0 encoding=UTF-8? beans xmlns=http://www.springframework.org/schema/beans; xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; xmlns:context=http://www.springframework.org/schema/context;