Re: [rules-users] Ruleflow not working with stateless session in drools-server 5.5.0.Final

2014-09-11 Thread srikanthmalli
I am having the same issue with rule flow, how did you solve the issue? Thanks, Sri -- View this message in context: http://drools.46999.n3.nabble.com/Ruleflow-not-working-with-stateless-session-in-drools-server-5-5-0-Final-tp4021624p4030760.html Sent from the Drools: User forum mailing list a

[rules-users] Use System Variable when referring to Resources

2013-09-18 Thread srikanthmalli
Hi, Is it possible to use System variable when referring to Resources in Drools-Spring integration? Thanks, -Sri -- View this message in context: http://drools.46999.n3.nabble.com/Use-System-Variable-when-referring-to-Resources-tp4026

[rules-users] How to get all rules filed, drools camel server

2013-09-16 Thread srikanthmalli
Hi, Could you please suggest me a way to get the list of rules fired (rule name and metadata) from drools camel server? I am thinking of doing using List SetGlobal variable and use customAgendaListener to populate the list with rule metadata then do the getGlobal on client side. If this is the ri

Re: [rules-users] How to get all rules filed, drools camel server

2013-09-16 Thread srikanthmalli
rulesActivatedList.add(rul); moved to outside of if -- View this message in context: http://drools.46999.n3.nabble.com/How-to-get-all-rules-filed-drools-camel-server-tp4025983p4025985.html Sent from the Drools: User forum mailing list archive at Nabble.com.

Re: [rules-users] How to get all rules filed, drools camel server

2013-09-16 Thread srikanthmalli
Here is what I did, it works fine but just wanted to make sure this is right way, please experts confirm. public class CustomAgendaEventListener extends DefaultAgendaEventListener implements AgendaEventListener { public static final String RULE_ACTIVATED_LIST_IDENT = "RuleActivatedList";

[rules-users] Guvnor then Set method with two parameters

2013-09-10 Thread srikanthmalli
I have a set method with 2 parameters, Guvnor shows the method but it will prompt only for 1 value. How do I use methods with multiple parameters using Guvnor Business Guided editor with out DSL (I can do with DSL) Thanks, -Sri -- View this message in context: http://drools.46999.n3.nabble.com

Re: [rules-users] How to the set"drools.dialect.mvel.strict"usingDrools+Spring?

2013-09-09 Thread srikanthmalli
Did you ever resolve the issue, I get the same error? -- View this message in context: http://drools.46999.n3.nabble.com/rules-users-How-to-the-set-drools-dialect-mvel-strict-using-Drools-Spring-tp3064468p4025878.html Sent from the Drools: User forum mailing list archive at Nabble.com.

Re: [rules-users] Integrate Drools with Java application, need recommendations

2013-09-07 Thread srikanthmalli
Yes, in our architecture application have separate layer that integrate with drools, I am going to start with single application (option 1) and just in case if the things doesn't work the way I wanted it would be easy for me to break and switch to server environment (option 2). Thank you all for

Re: [rules-users] Integrate Drools with Java application, need recommendations

2013-09-06 Thread srikanthmalli
Thank you all for your valuable input. It seems like performance is not the issue between the 2 options. So I really need to see the differences between 2 options to make my decision. It’s not going to be 100% rule based business logic, we evaluated whole application and decided to use “rules based

[rules-users] Integrate Drools with Java application, need recommendations

2013-09-05 Thread srikanthmalli
Hi, I am trying Drools/Guvnor for very first time, we are planned to do Rule Authoring in Guvnor, compile, build and download the package to “Rule Package Directory”. Now the question I am having is, what is the best way to integrate Drools with our Java application? Option 1) Build the knowledge