Here is the stack trace
Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
at
org.drools.reteoo.SingleLeftTupleSinkAdapter.propagateAssertLeftTuple(SingleLeftTupleSinkAdapter.java:72)
at org.drools.reteoo.JoinNode.assertObject(JoinNode.java:156)
at
org.d
Thanks Mark
Every time I try to run verifier I get an out of memory error ... even when
I just feed it a single very simple rule file.
Ron
--
View this message in context:
http://drools.46999.n3.nabble.com/Cross-Reference-Utility-tp3583733p3585904.html
Sent from the Drools: User forum mailing l
I posted a class doing that a few days ago on this list. The problem
is that it relies on classes in Drools' instable API, and it was originally
written around 5.1.1, so it may have "aged" some.
-W
On 13/12/2011, ronalbury wrote:
> Is there a cross reference utility, that will allow me to easily
On 13/12/2011 21:48, ronalbury wrote:
> Is there a cross reference utility, that will allow me to easily find the
> rules which reference a specific class and/or specific attribute? I'm
> hoping for something like the standard Java 'references' report.
>
> I'm guessing (based on what I've read) th
Is there a cross reference utility, that will allow me to easily find the
rules which reference a specific class and/or specific attribute? I'm
hoping for something like the standard Java 'references' report.
I'm guessing (based on what I've read) that the Drools compiler generates a
bunch of Jav