Re: [rules-users] Drools Guvnor and jboss single sign on

2009-12-10 Thread সাহিদ
2009/12/10 Paul R. reverselo...@gmail.com: It's very easy to create a custom authentication module for Seam. In my organization, we've created a simple module which will check the session for an existing user object. Just have to put it on your classpath and edit the components.xml to use your

Re: [rules-users] Drools Guvnor and jboss single sign on

2009-12-10 Thread Paul R.
Did you also edit your drools-guvnor.war\WEB-INF\components.xml to point to your authenticator? security:identity authenticate-method=#{customAuthenticator.authenticate}/ 2009/12/10 Sahid Khan (সাহিদ) sahid...@gmail.com 2009/12/10 Paul R. reverselo...@gmail.com: It's very easy to create a

Re: [rules-users] Drools Guvnor and jboss single sign on

2009-12-10 Thread সাহিদ
2009/12/10 Paul R. reverselo...@gmail.com: Did you also edit your drools-guvnor.war\WEB-INF\components.xml to point to your authenticator? security:identity authenticate-method=#{customAuthenticator.authenticate}/ Yes I did. It fails with the following message in the console: 15:12:49,760

[rules-users] Unable to see Rules Debugging info in Drools IDE

2009-12-10 Thread Pritam
I don't see any debugging views enabled in debug drools application mode as described in the http://downloads.jboss.com/drools/docs/5.0.1.26597.FINAL/drools-expert/html_single/index.html#d0e6947 docs It just runs as a normal java debugging applications and the Agenda, Working Memory sections

[rules-users] Dynamic fact generation

2009-12-10 Thread সাহিদ
Hello, The facts I need for Guvnor is dynamic in nature. These facts will be based on objects modified by another application. I was thinking if I can call Guvnor from the other application to create/update these facts directly? -- S. Argue with idiots, and you become an idiot. - PG

Re: [rules-users] Dynamic fact generation

2009-12-10 Thread সাহিদ
Hello, Please ignore my previous mail. The facts I need for Guvnor is dynamic in nature. These facts will be based on objects modified by another application. I was thinking if I can call Guvnor from the other application to create/update these facts directly? Is that possible? What should the

[rules-users] Starting ruleflow on event

2009-12-10 Thread bbking
I'm using Drools 5.0.1 and have read in the online documentation that i can start a process on event: Events could also be used to start a process. Whenever a Start node defines an event trigger of a specific type, a new process instance will be started every time that type of event is signalled

Re: [rules-users] Using work items in the Eclipse ruleflow editor

2009-12-10 Thread bbking
I've been attempting to contribute my own work item following the instructions on this post and the drools flow user guide to no avail. I'm using Drools 5.0.1 in Eclipse which I added as a plugin using the software updates. (checking the plugins folder I only have org.drools.eclipse_5.0.1

[rules-users] call a method in web guided decision table?

2009-12-10 Thread Jane James
Hi, I am trying to use the web guided decision table to create my rules, however, in the Action section, I couldn't call a static method from a utility class. The only option I see in the drop down is set field which is not what I wanted. Any ideas? Thanks

[rules-users] Human Task Work Item - Activation Time

2009-12-10 Thread Vijay K Pandey
Hi, If a human task once in Reserved state is released it goes in the Ready state and then if claimed by a potential owner - should the activation time of the task change or not? If not is there any way to identify that at what time the task was claimed by another potential owner. Thanks