]
Mark Proctor commented on JBRULES-2487:
---------------------------------------
I've linked in te jira where we fixe some OTN marshalling issues:
NPE on line 69 of ConcurrentNodeMemories.java when calling
JPAKnowledgeService.loadStatefulKnowledgeSession
-----------------------------------------------------------------------------------------------------------
Key: JBRULES-2487
URL:
https://issues.jboss.org/browse/JBRULES-2487
Project: Drools
Issue Type: Bug
Security Level: Public(Everyone can see)
Environment: JBoss 4.2.3, Java 6 64-bit, Windows Vista 64-bit
Reporter: Johan Hoogenboezem
Assignee: Edson Tirelli
Priority: Blocker
Fix For: 5.3.0.Beta1
Hi,
I get a NullPointerException on line 69 of ConcurrentNodeMemories when calling
JPAKnowledgeService.loadStatefulKnowledgeSession(...) in order to complete a work item
using session.getWorkItemManager().completeWorkItem(...).
Further investigation reveals that the objectType on line 332 of InputMarshaller refers
to one of my objects that I passed as part of the second argument object when calling
startProcess on the knowledge session that I got with
JPAKnowledgeService.newStatefulKnowledgeSession. The objectTypeNode on line 333 of
InputMarshaller is null which eventually causes the NPE in ConcurrentNodeMemories.
This error does not occurr when starting and completing the whole process without
retrieving the session from the database. Which seems to indicate that something is not
persisted or correctly retrieved from the database.
This is a serious problem for us. It means we have to find an alternative for Drools
flow...
--
This message is automatically generated by JIRA.
For more information on JIRA, see: