Thanks. Sorry for few details as this has been a several message
question. I have created a Drools plugin that contains EITHER the
maximum number of jars and dependencies (i.e. ALL), or the minimum
(i.e. those needed for compiler option only processing DRL files), or
adding the entire D
J Michael Dean wrote:
>
> I have created a plugin to contain the core Drools jars and
> dependencies, and this plugin is then used by my RCP.
> ...
> java.lang.SecurityException: Invalid signature file digest for Manifest
> main attributes
>
>
http://www.owasp.org/index.php/Signing_j
J Michael Dean wrote:
>
> I am having problems figuring out how to do JUnit 4 unit tests with
> Drools and am wondering what I am missing.
>
I'm successfully using junit4 to test rules. I build a rules package from
my rules file, create a stateful session, insert facts, fire all rules, run
http://forum.java.sun.com/thread.jspa?threadID=600480&messageID=3212729
--
View this message in context:
http://www.nabble.com/RE%3A-not-able-to-deploy-in-linux-tf4941692.html#a14151749
Sent from the drools - user mailing list archive at Nabble.com.
___
Hi guys,
Accordingly to the Drools User's Guide, We can use the drools-ant module in
order to generate a folder with all our rules.
How to generate a ".pkg" file from that folder?
Where can I find a tutorial about compiling drools rules with ant? (I am an
"ant-newbie"...:- ) )
Once I realize ho
Hi,
When inserting an object into the WM it is getting passed into the
Rete-Tree.
Said this, is becomes clear, that some tests get applied and thus a test
like
when
p: Person(name="Eric");
then
will throw a NPE when name is null.
hope this helps,
Darko
On 03/12/2007
Hello,
Well, i made some additional tests, and i can do what i want by making
some control over fireRules.
Thx
Carlos V.
Carlos Vieira wrote:
> Hi,
>
> I need to know at a given time, if a WorkingMemory is executing one or
> more rules.
> The goal is to ask to rules engine if it is processing
when i deployed and run the rule in linux machine am getting the following
error. why is that? The same rule is working fine with windows
sun.io.MalformedInputException
at sun.io.ByteToCharUTF8.convert(ByteToCharUTF8.java(Compiled Code))
at
sun.nio.cs.StreamDecoder$C