[rules-users] migrating from 5.5.x to 6.0.0

kenneth.westelinck at telenet.be kenneth.westelinck at telenet.be
Wed May 29 02:39:19 EDT 2013


Hmmm, maybe I am doing it wrong, but it seems this:
    <drools:kbase id="kbase1">
        <drools:resources>
            <drools:resource ref="resource1" />
        </drools:resources>
    </drools:kbase>
actually works.

But I guess the above snippet will eventually be replaced by:
    <drools:kiebase id="kbase1">
        <drools:resources>
            <drools:resource ref="resource1" />
        </drools:resources>
    </drools:kiebase>
and that probably doesn't work yet.


----- Original Message -----
From: "Mark Proctor" <mproctor at codehaus.org>
To: "Rules Users List" <rules-users at lists.jboss.org>
Sent: Dinsdag 28 mei 2013 17:49:31
Subject: Re: [rules-users] migrating from 5.5.x to 6.0.0

The spring stuff hasn't been ported yet, so it  won't work… it's just being ported now.

Mark
On 28 May 2013, at 14:50, kenneth.westelinck at telenet.be wrote:

> Aha ... so it is :)
> Knowledge Is Everything ... you guys are funny :)
> 
> Thanks for the help.
> 
> ----- Original Message -----
> From: "rjr201" <rich.j.riley at gmail.com>
> To: rules-users at lists.jboss.org
> Sent: Dinsdag 28 mei 2013 15:04:46
> Subject: Re: [rules-users] migrating from 5.5.x to 6.0.0
> 
> I believe it's kieBase -
> http://docs.jboss.org/drools/release/6.0.0.Beta1/kie-api-javadoc/org/kie/api/KieBase.html
> 
> In Drools 6 the word 'knowledge' has been replaced by 'kie' (Knowledge Is
> Everything).
> 
> 
> 
> --
> View this message in context: http://drools.46999.n3.nabble.com/rules-users-migrating-from-5-5-x-to-6-0-0-tp4023995p4023996.html
> Sent from the Drools: User forum mailing list archive at Nabble.com.
> _______________________________________________
> rules-users mailing list
> rules-users at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/rules-users
> _______________________________________________
> rules-users mailing list
> rules-users at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/rules-users


_______________________________________________
rules-users mailing list
rules-users at lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users



More information about the rules-users mailing list