Re: [rules-users] Drools-API in 5.2.0.FINAL?

2011-07-12 Thread Andrew Waterman
Thanks! -- View this message in context: http://drools.46999.n3.nabble.com/Drools-API-in-5-2-0-FINAL-tp3162723p3162786.html Sent from the Drools: User forum mailing list archive at Nabble.com. ___ rules-users mailing list rules-users@lists.jboss.org htt

Re: [rules-users] Drools-API in 5.2.0.FINAL?

2011-07-12 Thread Michael Anstis
I believe it became "knowledge-api". On 12 July 2011 16:09, Andrew Waterman wrote: > Hi, > > I was trying to upgrade my dependencies from 5.2.0.M2 to 5.2.0.Final and I > noticed that there doesn't seem to be a "final" build for the drools-api > module: > > > https://repository.jboss.org/nexus/c

[rules-users] Drools-API in 5.2.0.FINAL?

2011-07-12 Thread Andrew Waterman
Hi, I was trying to upgrade my dependencies from 5.2.0.M2 to 5.2.0.Final and I noticed that there doesn't seem to be a "final" build for the drools-api module: https://repository.jboss.org/nexus/content/groups/public-jboss/org/drools/drools-api/ I'm also not seeing any 5.3 updates in that repos

Re: [rules-users] Drools API

2010-10-19 Thread shyam_prakash
Hi, This code snippet works when the complete url package is given. For instance http://localhost:8080/drools-guvnor/org.drools.guvnor.Guvnor/package/PKG/PKG_1 But I am looking for something like this (url to be passed) http://localhost:8080/drools-guvnor/org.drools.guvnor.Guvnor/package/ wh

Re: [rules-users] Drools API

2010-10-18 Thread Patricia Bogoevici
--- On Mon, 10/18/10, Wolfgang Laun wrote: From: Wolfgang Laun Subject: Re: [rules-users] Drools API To: "Rules Users List" Date: Monday, October 18, 2010, 11:03 AM Can you be more specific with respect to "create rules"? You may do this, for instance, by writing a DRL text

Re: [rules-users] Drools API

2010-10-18 Thread Wolfgang Laun
gt; --- On *Mon, 10/18/10, Wolfgang Laun * wrote: > > > From: Wolfgang Laun > Subject: Re: [rules-users] Drools API > To: "Rules Users List" > Date: Monday, October 18, 2010, 9:01 AM > > > import org.drools.KnowledgeBase; > import org.drools.definitio

Re: [rules-users] Drools API

2010-10-18 Thread Patricia Bogoevici
Hello, I have a related question about Drools API. I need to be able to create rules, packages and categories, from an external application. Does Guvnor provide a web-service for that? Thanks, Patricia --- On Mon, 10/18/10, Wolfgang Laun wrote: From: Wolfgang Laun Subject: Re: [rules-users

Re: [rules-users] Drools API

2010-10-18 Thread Wolfgang Laun
import org.drools.KnowledgeBase; import org.drools.definition.KnowledgePackage; import org.drools.definition.rule.Rule; KnowledgeBase kBase = ...; for( KnowledgePackage kPackage: kBase.getKnowledgePackages() ){ String packageName = kPackage.getName(); for( Rule ru

[rules-users] Drools API

2010-10-18 Thread shyam_prakash
Hello, I am looking for a way to expose the published rule sets programmatically and I am trying to determine if there is a service API that can be used to retrieve the list/or iterate through published packages. Please let me know if there is any such API / Javadoc for the same. Thanks, Shyam

Re: [rules-users] Drools API for uploading Model JAR into package

2010-09-25 Thread Jervis Liu
Hi, take a look into AssetFileServlet.java (http://anonsvn.jboss.org/repos/labs/labs/jbossrules/trunk/drools-guvnor/src/main/java/org/drools/guvnor/server/files/AssetFileServlet.java). You can send an HTTP Post request to this servelt to upload your jar. Just make sure you provide all paramete

Re: [rules-users] Drools API for uploading Model JAR into package

2010-09-24 Thread Vincent Legendre
Hi, May be you can use the WebDav part of Guvnor, just like the Eclipse plugin does to synchronise files. But I don't know if Guvnor will then be updated automatically, or if you must go into package configuration and validate. May be you can create a new s

[rules-users] Drools API for uploading Model JAR into package

2010-09-23 Thread Swapnil Sawant
Hi, When we use "Upload Jar Model" option in Guvnor and then use this uploaded Fact model to create rules on Guvnor GUI, we have to "actually upload" this model JAR everytime (even when a new field is added to this Model) using Guvnor GUI. My question is that is there any API by which I can upl

Re: [rules-users] Drools api/language changes break backwards compatability

2007-07-22 Thread Mark Proctor
Those changes are already detailed in various places, we will bring them together into one place and put into the distribution in the README. The upgrade script already handles some basic stuff (see blog), and over time, with community involvement, we hope to improve it further. Mark Paul Smit

Re: [rules-users] Drools api/language changes break backwards compatability

2007-07-22 Thread Paul Smith
Hi Mark, I haven't been keeping as up to date on the mailing lists as I would have liked and am planning to move up to 4 as soon as it goes GA. Will you be publishing a list of likely breakage points or a migration document for moving from 3 to 4? We've just gone through a bit of pain to move fro

[rules-users] Drools api/language changes break backwards compatability

2007-07-22 Thread Mark Proctor
http://blog.athico.com/2007/07/drools-apilanguage-changes-break.html ___ rules-users mailing list rules-users@lists.jboss.org https://lists.jboss.org/mailman/listinfo/rules-users