Re: [rules-users] drools gwt-console issues

2010-11-19 Thread ajay karthik
Hi All, I am also facing issue 2, i dont want to restart server everytime, any help would be greatly appreciated. On Thu, Nov 18, 2010 at 3:41 AM, melc wrote: > > For issue # 2 it seems that in order for gwt-console to display the current > state of the guvnor package after build, the S

Re: [rules-users] Integrate Fusion into Guvnor

2010-11-19 Thread Mark Proctor
charset="iso-8859-1" >> >> Hi >> >> When Fusion can be integrated into Guvnor? >> >> BR >> Xinhua >> -- next part -- An HTML attachment was >> scrubbed... >> URL: > http://lists.jboss.org/pipermail/rules-users

Re: [rules-users] Integrate Fusion into Guvnor

2010-11-19 Thread Andargor
ject: [rules-users] Integrate Fusion into Guvnor >>To: rules-users@lists.jboss.org >>Message-ID: >> >>Content-Type: text/plain; charset="iso-8859-1" >> >>Hi >> >>When Fusion can be integrated into Guvnor? >> >>BR >>Xin

Re: [rules-users] Integrate Fusion into Guvnor

2010-11-19 Thread John Peterson
- next part -- An HTML attachment was >scrubbed... >URL: http://lists.jboss.org/pipermail/rules-users/attachments/20101119/a77038 b9/attachment-0001.html > >-- I asked this question about a month ago and never got a response, but, through exp

[rules-users] Eclipse 5.1.1 plugin crash

2010-11-19 Thread Andargor
Hello, I'm not exactly sure if this is the right list to report this, but I have experienced an Eclipse crash with the 5.1.1 workbench plugin recently. It has worked flawlessly until now, I was experimenting with Fusion (event) features and trying to access the audit.log when this happened. It ha

[rules-users] pass parameters when starting process on gwt-console-server

2010-11-19 Thread melc
Hello everyone!! Is it possible to pass parameters to gwt-console-server when starting a process?? >From code I noticed that calling the service /gwt-console-server/rs/process/definition/{id}/new_instance , the class org.jboss.bpm.console.server.ProcessMgmtFacade does not accept parameters and onl

[rules-users] Drools flow - disposign a StatefulKnowledgeSession

2010-11-19 Thread Chrystall, Greg
How should this be done? My startProcess call returns before the workflow has finished because I have long running WorkItems. Do I need to call dispose on the session when the workflow has completed? If so can I call dispose from a ProcessEventListener? Thanks, Greg ___

Re: [rules-users] rules-users Digest, Vol 48, Issue 72

2010-11-19 Thread John Peterson
n can be integrated into Guvnor? > >BR >Xinhua >-- next part -- >An HTML attachment was scrubbed... >URL: http://lists.jboss.org/pipermail/rules-users/attachments/20101119/a77038 b9/attachment-0001.html > >-- I asked

Re: [rules-users] Building a rule base from the content of a directory

2010-11-19 Thread Bruno Freudensprung
Hi, Many thanks for you answer! Are you talking about DroolsCompilerAntTask and DroolsVerifierAntTask Ant tasks (that I discovered after having read you email)? I've taken a look at the code of the DroolsCompiler task (Drools 5.1.1) and it also concatenates (into a single string) the package fi

[rules-users] Is it here or not?

2010-11-19 Thread Wolfgang Laun
Consider these rules: rule "no Ax Or Ax 1" when EventA(id == "1") and Boolean( $v: booleanValue == true ) or (not EventA(id == "1")) and Boolean( $v: booleanValue == false ) then System.out.println( "#1: A(1) is " + $v ); end rule "no Ax Or Ax 2" when (EventA(id == "1") or not

Re: [rules-users] gwt-console not on localhost

2010-11-19 Thread melc
Also other related ChangeSet.xml files may have to be edited i.e. the ChangeSet.xml inside drools-gwt-graph-5.1.1.jar for displaying the diagram of the process etc. In addition for human tasks to work from gwt-console and gwt-console-server it is necessary to change appropriately the hardcoded lo

Re: [rules-users] drools gwt-console issues

2010-11-19 Thread melc
For issue #1 it can be solved by following the steps below, please note that drools technologies used are 5.1 as downloaded from the default download link of the site (unfortunately was not able to use the lastSuccessfulBuild from https://hudson.jboss.org/hudson/job/drools/lastSuccessfulBuild/arti

[rules-users] ODP: Programatically adding rules toKnowledgeBase/StatefulKnowledgeSession

2010-11-19 Thread Pierre de Leusse
Thanks Nathan and Mike! It did the trick. I wish there were easier solution code wise though. Od: rules-users-boun...@lists.jboss.org [mailto:rules-users-boun...@lists.jboss.org] W imieniu Nathan Bell Wysłano: Thursday, November 18, 2010 9:22 PM Do: Rules Users List Temat: Re: [rules-users] Pro

[rules-users] Drools Flow - UI Flow

2010-11-19 Thread OptimusPrime
Hello, I am seeking for ideas: for my current project, we have the requirement to externalize the business and the sequence of steps of a web flow. Example: Online banking: money transfer from account A to account B. Step1: gather transfer data from user. -> GOTO Step2. Step2: route: IF amount

[rules-users] Re: Building a rule base from the content of a directory

2010-11-19 Thread Justin Case
I'm happily using an Ant task for that - registered as Eclipse external builder. But I don't feel it exactly like cutting edge... HTH, JC ___ rules-users mailing list rules-users@lists.jboss.org https://lists.jboss.org/mailman/listinfo/rules-u