Re: [rules-dev] NPE in AbstractWorkingMemory.update

2009-05-27 Thread Mark Proctor
For Drools 5.0 I moved away from async methods on the main interfaces, as it just got messy repeating ever method with an async version. Instead I plan to add a single async equivalent of the CommandExecutor.execute() method, and all async operations can be done that way. Much cleaner. Mark E

Re: [rules-dev] NPE in AbstractWorkingMemory.update

2009-05-27 Thread Edson Tirelli
Hey Greg, please do open the JIRA. Thanks Edson 2009/5/27 Greg Barton > > At seemingly random times I'm getting this exception: > > Exception in thread "Thread-5" java.lang.NullPointerException >at > org.drools.common.AbstractWorkingMemory.update(AbstractWorkingMemory.java: