[rules-users] Workbench and GIT Repo High Availability

2014-05-13 Thread Zahid Ahmed
Hi, We are in a process of setting up a centralized drools6 Workbench in our organization. This way we can keep our assets and artefacts in a central location. We will make this central Workbench clustered for high availability. I have a few queries in regard to clustering the Workbench.

[rules-users] Deploy Rules in a separater OSGi bundle

2014-05-13 Thread Ephemeris Lappis
Hello. I'd like to separate cleanly my Drools system into 2 OSGi bundles : 1) the java code that uses the Kie API (6.0.1) and exposes service interfaces to the business part of the applications. Its code relies on someting like : KieServices kieServices = KieServices.Factory.get(); kieContainer

[rules-users] Deploy Rules in a separate OSGi bundles

2014-05-13 Thread Ephemeris Lappis
Hello. I'd like to separate cleanly my Drools system into 2 OSGi bundles : 1) the java code that uses the Kie API (6.0.1) and exposes service interfaces to the business part of the applications. Its code relies on someting like : KieServices kieServices = KieServices.Factory.get(); kieContainer

Re: [rules-users] Wildcard or list directory in changeset?

2014-05-13 Thread Wolfgang Laun
Expert manual, search for change-set, there you'd find: It is also possible to specify a directory, to add the contents of that directory. It is expected that all the files are of the specified type, since type is not yet inferred from the file name extensions. ...and even an example! -W On

[rules-users] Fwd: Does drools work well on google app engine?

2014-05-13 Thread Zied Hamdi
For those who integrated drools on GAE, can you please give some feedback on - the memory consumption (does it work with a F1 instance)? - startup time (initialization of KnowledgeBase) - do you serialize your KnowledgeBase objects to datastore? - do they fit in 1MB blobs? And more

[rules-users] For those who integrated drools on GAE, can you please give some feedback on the memory consumption (does it work with a F1 instance)? startup time (initialization of KnowledgeBase) do y

2014-05-13 Thread zhamdi
For those who integrated drools on GAE, can you please give some feedback on the memory consumption (does it work with a F1 instance)? startup time (initialization of KnowledgeBase) do you serialize your KnowledgeBase objects to datastore? do they fit in 1MB blobs? And more

Re: [rules-users] Requesting for sample spring+drools code

2014-05-13 Thread ganeshneelekani
Hi Mark, Thanks for the response, I am using drools version 5.4 and I used url of changeset.xml to call the the drools-guvnor from my java code. Now I am upgrading to drools 6.0 workbench version, How can I call the drools workbench from my java code. Thanks Ganesh Neelekani -- View this

[rules-users] upgrading drools 5.4 to 6.0

2014-05-13 Thread ganeshneelekani
Hi All, I am using drools version 5.4 and I used url of changeset.xml to call the the drools-guvnor from my java code. Now I am upgrading to drools 6.0 workbench version(Let me know if camel version is used), How can I call the drools workbench from my java code. Thanks Ganesh Neelekani

Re: [rules-users] Drools 6.0 Kie API vs Drools 5.x Knowledge API

2014-05-13 Thread ganeshneelekani
Hi , I am using drools version 5.4 and I used url of changeset.xml to call the the drools-guvnor from my java code. Now I am upgrading to drools 6.0 workbench version(Let me know if camel version is used), How can I call the drools workbench from my java code. or what else can do to call

Re: [rules-users] Drools 6 support for changeset

2014-05-13 Thread ganeshneelekani
Hi All, I am using drools version 5.4 and I used url of changeset.xml to call the the drools-guvnor from my java code. Now I am upgrading to drools 6.0 workbench version(Let me know if camel version is used), How can I call the drools workbench from my java code. Thanks Ganesh Neelekani

Re: [rules-users] Wildcard or list directory in changeset?

2014-05-13 Thread Cwen
Thanks for your reply. Do you know it works for webdav? The example is for local drive too. -- View this message in context: http://drools.46999.n3.nabble.com/Wildcard-or-list-directory-in-changeset-tp4029536p4029551.html Sent from the Drools: User forum mailing list archive at Nabble.com.

Re: [rules-users] Deploy Rules in separate OSGi bundles

2014-05-13 Thread Charles Moulliard
Can you share your code as I have created such kind of project (bundle A = KieContainer and bundle B = rules) which is working on Karaf ? https://github.com/cmoulliard/droolsjbpm-osgi-examples (bundle with Kie =

Re: [rules-users] Drools 6 support for changeset

2014-05-13 Thread Mark Proctor
On 13 May 2014, at 11:57, ganeshneelekani ganeshneelek...@gmail.com wrote: Hi All, I am using drools version 5.4 and I used url of changeset.xml to call the the drools-guvnor from my java code. Now I am upgrading to drools 6.0 workbench version(Let me know if camel version is used),

[rules-users] Drools 6 problem with events when using after

2014-05-13 Thread Jan Šťastný
Hi, I use rules together with processes. One global process signals the TurnEvent to other processes in the working memory. declare TurnEvent @role(event) end Then, when started a process, which waits for TurnEvent another event is signaled - the ProcessWaitsForTurnEvent

Re: [rules-users] Excel Syntax in Decision Tables

2014-05-13 Thread crosbis2
Hey, Not over the finish line yet, I tried to build the package, after the rule validated correctly, but got the below error relating to the setId method. Have i defined the variable correctly i tried $1 and $param. The view source code generated here looks the same as that of a previous rule i

Re: [rules-users] Excel Syntax in Decision Tables

2014-05-13 Thread Wolfgang Laun
That's weird, and it looks like a bug in the build process to me: Java literals are the same for byte, short and int. (CC-ing dev for possible follow-up: You may be asked to furnish a minimal test case.) As a workaround, use this in the Action column: ...; TaskTemplate1.setId( (short)$param

Re: [rules-users] Deploy Rules in separate OSGi bundles

2014-05-13 Thread Ephemeris Lappis
Hello. I'll send you a project as described when our first tests work with a single bundle, which is not the case today. Indeed, we're experiencing problems, like many seem to have experienced before, to package and install drools on ServiceMix. We're testing first a simple bundle owning

Re: [rules-users] Deploy Rules in separate OSGi bundles

2014-05-13 Thread Charles Moulliard
I would recommend that you use the karaf features 6.1.0.Beta3 file http://repo1.maven.org/maven2/org/drools/drools-karaf-features/6.1.0.Beta3/drools-karaf-features-6.1.0.Beta3-features.xmlto deploy your project on Karaf or ServiceMix On Tue, May 13, 2014 at 8:24 PM, Ephemeris Lappis