[rules-users] JMS with drools expert

2011-11-29 Thread DroolersEye
Is drools pipeline supported in drools5.2? can I use drools pipeline/smoke for JMS integration? (my use case=drools engine getting facts from JMS) I hope Edson Tirelli/Salaboy Mauricio Salatino may help this. thanks, - with kind regards, -- View this message in context: http://drools.46999.n

[rules-users] drools5.2 integrate with JMS

2011-11-29 Thread DroolersEye
Hi, I would like to integrate JMS with drools 5.2. I have a confusion over selecting right approach. I noticed from the mailing list drools pipeline is depricated so I assume that not recomended now. So ignored it than look for another option but not using spring? when i check the user forum I no

[rules-users] remote Guvnor access error

2011-11-21 Thread DroolersEye
I got "unread data block" error while try to read the remote Guvnor package. remote guvnor access ok, drl file ok, package building ok. but while trying to build the knowledge base (add tokbuilder) I got this error. Thanks in advance, - with kind regards, -- View this message in context: h

Re: [rules-users] Guvnor5.1.1 resource local cache

2011-10-13 Thread DroolersEye
set the system property along with other system properties... drools.resource.urlcache= /location/to/the/local/cache - with kind regards, -- View this message in context: http://drools.46999.n3.nabble.com/Guvnor5-1-1-resource-local-cache-tp3241162p3419773.html Sent from the Drools: User for

[rules-users] droolsWithjbpm

2011-09-08 Thread DroolersEye
can I use drools-5.1.1 jar fils with jbpm5.1 project. What I mean is can replace the drools5.2 jars in the jbpm5.1 binary folder. - with kind regards, -- View this message in context: http://drools.46999.n3.nabble.com/droolsWithjbpm-tp3321150p3321150.html Sent from the Drools: User forum mai

Re: [rules-users] Drools is written in Java, but able to run on Java and .NET ?

2011-08-30 Thread DroolersEye
check out drools server - with kind regards, -- View this message in context: http://drools.46999.n3.nabble.com/Drools-is-written-in-Java-but-able-to-run-on-Java-and-NET-tp3296402p3297159.html Sent from the Drools: User forum mailing list archive at Nabble.com. __

[rules-users] Rule o

2011-08-10 Thread DroolersEye
Hi, Some one can help me, I want to use Rule object...I noticed Rule interface available in two packages ...which one to be used... "org.drools.definitions.rule" or "org.drools.rule" please some one can advise us... thanks, - with kind regards, -- View this message in context: http://droo

[rules-users] Guvnor5.1.1 resource local cache

2011-08-09 Thread DroolersEye
Hi, I am trying to cache the remote guvnor resource locally for guvnor down time availability to rules engine, I am confusing with two system properties... 1) drools.resource.urlcache 2) localCache which one is applicable? guvnor documentation points to "drools.resource.urlcache" than what is the u

Re: [rules-users] drools-server Vs drools-grid

2011-08-04 Thread DroolersEye
Mark, Thanks for the clarification, I really appreciate your quick reply. best regards, - with kind regards, -- View this message in context: http://drools.46999.n3.nabble.com/drools-server-Vs-drools-grid-tp3227204p3227357.html Sent from the Drools: User forum mailing list archive at Nabb

[rules-users] drools-server Vs drools-grid

2011-08-04 Thread DroolersEye
Hi, Please let me know what is the difference between drools-server and drools-grid, when I read salaboy blog (great blog contains lots of useful informations about drools, Hats off to him) and drools web site documents I am not clear, Please provide some abstract details about these two component

Re: [rules-users] Delete action in Guvnor

2011-08-03 Thread DroolersEye
I am using Guvnor 5.1.1, not using 5.2 , In my production version is 5.1.1, so I have to comply that...Thanks for the feed back let me try with 5.2, before that is any possibilities in 5.1.1 for delete. - with kind regards, -- View this message in context: http://drools.46999.n3.nabble.com/D

[rules-users] changeset error

2011-08-03 Thread DroolersEye
Hi, I am using Guvnor 5.1.1, when I try to connect knowledge pkg in the local guvnor using changeset, I got the following warning (but still reading and working*)/schema_reference.4: Failed to read schema document 'drools-change-set-5.0.xsd', because 1) could not find the document; 2) the docum

[rules-users] Delete action in Guvnor

2011-08-02 Thread DroolersEye
Hi, I am tring to delete the created catagory in Guvnor but unable to delete, it always complains can not delete, it is used by some other resource (but no assets added, it is new, just created catagory). Is any idea, why this happpen? - with kind regards, -- View this message in context: ht

Re: [rules-users] How to add application data through StatefulKnowledgeSession

2011-07-27 Thread DroolersEye
please refere the drools expert document (section 5.5.2. global ) available in the following link http://docs.jboss.org/drools/release/5.2.0.Final/drools-expert-docs/html_single/index.html#d0e3313 - with kind regards, -- View this message in context: http://drools.46999.n3.nabble.com/How-to

Re: [rules-users] Java 1.4 Application

2011-07-27 Thread DroolersEye
Drools5 works with JDK1.5 and above. Drools 5.0 will split up into 4 main sub projects, Drools Guvnor (BRMS/BPMS) Drools Expert (rule engine), Drools Flow (process/workflow) Drools Fusion (cep/temporal reasoning) the above projects are not available in drools 4.0 except drools rule engine e

Re: [rules-users] 答复: Can someone help me ?

2011-07-27 Thread DroolersEye
version Guvnor 5.2 Final - with kind regards, -- View this message in context: http://drools.46999.n3.nabble.com/rules-users-Can-someone-help-me-tp3202551p3203530.html Sent from the Drools: User forum mailing list archive at Nabble.com. ___ rules-u

Re: [rules-users] 答复: Can someone help me ?

2011-07-27 Thread DroolersEye
(using Guvnor) In Guvnor manual, section "14.2. Configuring Guvnor to use an external RDBMS" explains configuring external RDBMS. or (manual way) You may take a copy of required repository.xml (there are many repository.xml files available ) file from the Guvnor war(extract it and find the requir

Re: [rules-users] How to use OR-Operator

2011-07-25 Thread DroolersEye
you can create two rule... rule "or_conjunction_one" when eventA : EventA(status == true) from entry-point "StreamA" then System.out.println("A"); end rule "or_conjunction_two" when eventB : EventB(status == true) from entry-

Re: [rules-users] Editing Changeset xml file by Guvnor 5.1

2011-07-23 Thread DroolersEye
The idea is I do not want to make a copy of the changeset xml file since it is already generated by Guvnor and available in Guvnor repo, I want to use that remote changset file as input to my knowledgeagent by telling the remote location of the xml file in Guvnor, the same way how we use the knowl

Re: [rules-users] Editing Changeset xml file by Guvnor 5.1

2011-07-23 Thread DroolersEye
Hi, Thanks for the reply, My question is how to add the basic authentication details in the remote changeset.xml file (which is generated by Guvnor and stored in Guvnor repository)? note: local changeSet test ok, no issue...the problem raise while adding the remote changeset.xml file to knowledge

[rules-users] Editing Changeset xml file by Guvnor 5.1

2011-07-22 Thread DroolersEye
Hi, I am trying to connect changeset xml file located in the remote Guvnor 5.1 running in WAS7 server in a solaris box. When I try to integrate the Guvnor using the KnowledgeAgent+Changeset but it fails to read the changeset xml. It throws parser exception and 401 exception. Remote Guvnor authent

Re: [rules-users] Using functions to derive values in "accumulate" (LHS)

2011-07-21 Thread DroolersEye
Hi, rule "Total Cost" when $trip : Trip( $cost : cost) $totalCost : Number() from accumulate( Person( trip== $trip, maxMoney:maxMoney ),

Re: [rules-users] drools-JBPM integration

2011-07-16 Thread DroolersEye
Hi, Thanks for your reply and I am sorry for the late response. Guvnor running good now in WAS 7 (after a small battle between WAS7 and me, finally I won). Now, I tried to integrate drools rules engine with JBPM 5, so I tried the sample drools-camel-server to test but I am getting CXF, Spring an

[rules-users] Drools Planner Solver Type

2011-07-15 Thread DroolersEye
Geoffrey, Please help me to understand clearly, 1. What are the solver type drools planner currently support or use? 2. From the examples I learned Local search(SA, tabu..), is this type applicable to all kind of problems? 3. How to select or build a solver? (eg.scenario.100 doctors 1000 pati

Re: [rules-users] Drools Planner examples applications running more than 10 minutes?

2011-07-14 Thread DroolersEye
Hi Geoffrey De Smet, thanks lot for your reply, I almost try all the examples in the examples GUI main page. Now I understand why it takes long time...to get the best out of best (I spend some time to understand the algoritms like tabu search, simulated annealing). Here I have the suituation like

Re: [rules-users] drools-JBPM integration

2011-07-14 Thread DroolersEye
Yes, I tried in jboss and tomcat servers, it is working fine, also i use some commercial rdbms(oracle, db2) for guvnor repository too. all fine except WAS server. The very first time i installed and run woking fine, for some reasons I uninstalled the websphere and try to do the whole process again,

Re: [rules-users] drools-JBPM integration

2011-07-14 Thread DroolersEye
Hi, Tahnks for your reply, I tried to deploy drools-camel server in websphere application server, but I am kep getting lots of class not found exception neverthless i copy all the drools related jars from the binary folder to WAS lib folder ...still I am getting class not found exception...I spent

[rules-users] drools-JBPM integration

2011-07-13 Thread DroolersEye
Hi, Please let me understand (not understand completely using the documentation), regarding drools integration I have two questions 1. Why do we need to use Spring, can I ignore spring in this integration process, if so what is the alternative for that? 2. Is the there any simple way for this

Re: [rules-users] Mvel versus java dialect

2011-07-13 Thread DroolersEye
I hope this link will help you... http://drools.46999.n3.nabble.com/Java-vs-mvel-dialects-td56748.html thanks, drooler - Drooler -- View this message in context: http://drools.46999.n3.nabble.com/rules-users-Mvel-versus-java-dialect-tp3164860p3166701.html Sent from the Drools: User forum mai

[rules-users] Drools Planner examples applications running more than 10 minutes?

2011-07-13 Thread DroolersEye
drools planner example programmes running long time (eg. more than 10 minutes...and keep running stopped half way). Is my installation wrong or is this the intended behavior? pls advise me. The documentation (user guide is bit abstract for me ...the examples screen shots are not the updated one(exp

[rules-users] Drools Planner examples applications running more than 10 minutes?

2011-07-13 Thread DroolersEye
drools planner example programmes running long time (eg. more than 10 minutes...and keep running stopped half way). Is my installation wrong or is this the intended behavior? pls advise me. The documentation (user guide is bit abstract for me ...the examples screen shots are not the updated one(exp

Re: [rules-users] Drools Planner intro

2011-07-12 Thread DroolersEye
Is RedHat providing official support like other drools product? - Drooler -- View this message in context: http://drools.46999.n3.nabble.com/Drools-Planner-intro-tp3164587p3164619.html Sent from the Drools: User forum mailing list archive at Nabble.com. ___

Re: [rules-users] Drools Planner intro

2011-07-12 Thread DroolersEye
thanks you very much Salaboy - Drooler -- View this message in context: http://drools.46999.n3.nabble.com/Drools-Planner-intro-tp3164587p3164602.html Sent from the Drools: User forum mailing list archive at Nabble.com. ___ rules-users mailing list r

[rules-users] Drools Planner intro

2011-07-12 Thread DroolersEye
Hi, I am planning to use drools planner to find solution for our planning problem. Is there any material available to refer, other than the drools official site one, so far i am not finding anything other than drools official site. Providing the valuable information would be appreciated. Thanks,