Re: [rules-users] Cross Reference Utility

2011-12-14 Thread ronalbury
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

Re: [rules-users] Cross Reference Utility

2011-12-14 Thread ronalbury
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

Re: [rules-users] Cross Reference Utility

2011-12-13 Thread Wolfgang Laun
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

Re: [rules-users] Cross Reference Utility

2011-12-13 Thread Mark Proctor
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

[rules-users] Cross Reference Utility

2011-12-13 Thread ronalbury
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