[rules-users] BuildError: Unable to resolve ObjectType

surabhi soni surabhi.soni.4 at gmail.com
Wed Apr 7 07:23:19 EDT 2010


hi
im new to use drools.can u help me out of this.I need one example so that i
can understand and i want structure also like how many folders should be
there which file should be placed in which folder.
thanx in advance....its very urgent plz help me

On Wed, Apr 7, 2010 at 3:51 PM, BS <bernd.schwegmann at viadee.de> wrote:

>
> Hi all,
>
> I'm quite new to Drools and have a problem with the guided editor of the
> Eclipse plugin. I'm using Drools 5.0.1.
>
> These are the two BuildErrors for "TestGuided.brl" in Eclipse:
>
> 1) BuildError: Unable to build expression for 'consequence': Failed to
> compile: 1 compilation error(s): - (1,1) unqualified type in strict mode
> for: p ' update( p );
> 2) BuildError: Unable to resolve ObjectType 'Produkt'
>
> In "drools.package" I have all necessary imports and also the package
> statement. This is the BRL source of "TestGuided.brl":
>
> <rule>
>  <name>TestGuided</name>
>  <modelVersion>1.0</modelVersion>
>  <attributes/>
>  <metadataList/>
>  <lhs>
>    <fact>
>      <factType>Produkt</factType>
>      <boundName>p</boundName>
>    </fact>
>  </lhs>
>  <rhs>
>    <modify>
>      <fieldValues/>
>      <variable>p</variable>
>    </modify>
>  </rhs>
> </rule>
>
> When I use the generated DRL output of the guided editor in a DRL file, I
> do
> not get any error message. The DRL file looks like this and compiles
> perfectly in Eclipse:
>
> package com.test
>
> rule "TestGuided"
>        dialect "mvel"
>        when
>                p : Produkt( )
>        then
>                update( p );
> end
>
> Adding the BRL from above to Guvnor does not throw any error. The BRL
> validates and compiles perfectly in Guvnor.
>
> So, why is it only in the guided editor of Eclipse not working but in the
> guided editor of Guvnor as well as DRL file? Maybe something in my
> configuration is errorneous?
>
> Any help is appreciated, many thanks
>
> Bernd
> --
> View this message in context:
> http://n3.nabble.com/BuildError-Unable-to-resolve-ObjectType-tp702633p702633.html
> Sent from the Drools - User mailing list archive at Nabble.com.
> _______________________________________________
> rules-users mailing list
> rules-users at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/rules-users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/rules-users/attachments/20100407/5e63d914/attachment.html 


More information about the rules-users mailing list