[rules-users] cannot import function

2012-01-17 Thread xdyl
HI,all: i want import an function in another drools file. but when i use "import function " in drools 5.3.0.Final compile give me a error message: Rule Compilation error : [Rule name='start'] room/Rule_start.java (2:279) : Only a type can be imported. util.convertString2Set resolve

Re: [rules-users] How to let a rule run only one time

2011-12-06 Thread xdyl
i try you code. ksession.getAgenda().getAgendaGroup("add").setFocus(); ksession.fireAllRules(); and it worked print add2 -- View this message in context: http://drools.46999.n3.nabble.com/How-to-let-a-rule-run-only-one-time-tp3550555p354.html Sen

Re: [rules-users] How to import rules in different package?

2011-12-04 Thread xdyl
import -- View this message in context: http://drools.46999.n3.nabble.com/How-to-import-rules-in-different-package-tp3556419p3560489.html Sent from the Drools: User forum mailing list archive at Nabble.com. ___ rules-users mailing list rules-users@lists

Re: [rules-users] calling function defined in .drl file from ruleflow

2011-11-23 Thread xdyl
now i try import the model i declared in drl file use package. it works for me . maybe the model must have a package. -- View this message in context: http://drools.46999.n3.nabble.com/calling-function-defined-in-drl-file-from-ruleflow-tp3525538p3532717.html Sent from the Drools: User forum m

Re: [rules-users] calling function defined in .drl file from ruleflow

2011-11-22 Thread xdyl
i meet the same question,but i think maybe is a same problem. i want use declared model that defined in drl.file but when i import the model i declared .rf file cant compile. so i think the question of me and upper is ,is the .rf can use the meta(model,function,query) of .drl? -- View this mes

Re: [rules-users] how can i get document of ruleflow?

2011-11-22 Thread xdyl
thanks for you answer. it happens to every bpmn2 file than i download from bpmn2 site. so i decide just use .rf file as my rule flow file,not bpmn2 file . .rf file works for me. but i have another question . i use declared model in a drl file.and import in a rf file,but it tell me "Unable to

Re: [rules-users] how can i get document of ruleflow?

2011-11-07 Thread xdyl
HI: at last i download drools new version .and download jbpm-bpmn2 source . but i find every bpmn2 file is only one Start Event. http://drools.46999.n3.nabble.com/file/n3489475/%E6%9C%AA%E5%91%BD%E5%90%8D.jpg i dont know what happen. is the problem of eclipse version or eclipse pl

[rules-users] How Can i download the jar of drools-process-task

2011-11-02 Thread xdyl
HI,All: i want run the example of jbpm-5.1.0.Final-installer-full.but i find i cant find the jar of drools-process-task. because ProcessTest import the class: org.jbpm.process.workitem.wsht.WSHumanTaskHandler. but i can get this jar anyway. i try find it which module(task,process,

Re: [rules-users] how can i get document of ruleflow?

2011-10-31 Thread xdyl
thanks very much. i will try the newest version. -- View this message in context: http://drools.46999.n3.nabble.com/how-can-i-get-document-of-ruleflow-tp3460258p3467353.html Sent from the Drools: User forum mailing list archive at Nabble.com. ___ rule

Re: [rules-users] how can i get document of ruleflow?

2011-10-31 Thread xdyl
i want use the latest version of drools. it can be 5.3.0 if drools flow and jbpm5 is the same thing ,how can i get the jbpm5 document? i didnt find document in the link you give me. but i find another link in google search with " drools flow manual ": http://downloads.jboss.com/drools/docs/5

Re: [rules-users] how can i get document of ruleflow?

2011-10-31 Thread xdyl
Thanks. But the drools flow and jbpm is the same thing? http://www.jboss.org/drools/drools-flow.html in this link,i find it say wrote: > > Drools Flow is a community project. jBPM is still the only offical > workflow product at JBoss. Drools Flow and jBPM are two separate projects. > This i

[rules-users] how can i get document of ruleflow?

2011-10-28 Thread xdyl
HI: can anybody tell me .how can i get document of ruleflow? i didnt find it in droolsjbpm-integration-distribution-5.2.0.Final.and i didnt find any document about rf. i want know the means of "Event","Event Wait" ..etc. if somebody can give me a link,think you very much. -- View