[rules-users] drools ide apparently not finding my drools configuration file

Mark Proctor mproctor at codehaus.org
Sat Dec 29 17:31:11 EST 2007


John J. Franey wrote:
> This is not a showstopper, when my application runs in a junit test, drools
> is finding my configuration file.
>
> Eclipse's Problems View is showing the error: "No accumulator function found
> for identifier: ..."
>
> However, I DO HAVE the accumulator function listed in my
> drools.packagebuilder.conf and this is on my build path.s
>   
It's not just enough that it's in the build path, it must be in a 
specific location, as specified in the ChainedProperties api docs. To be 
safe put it in a META-INF dir at the root of your project.
> How do I tell the drools eclipse IDE where my configuration file is so it
> will stop complaining for something that isn't so?
>
> I'm running Eclipse 3.3.1.1 and Jboss Rules 4.0.2.
>
>   




More information about the rules-users mailing list