Maciej Swiderski [
https://community.jboss.org/people/swiderski.maciej] created the
discussion
"Re: About Signal Event"
To view the discussion, visit:
https://community.jboss.org/message/749831#749831
--------------------------------------------------------------
NPE reported is a bug that sometimes happens and was recently resolved on master
https://issues.jboss.org/browse/JBPM-3647 JBPM-3647 it may be caused by to early accessed
process definition pane. Option to workaround is to make sure that session will be loaded
first and that should be the case when you login into console you should be on Task pane
(Personal tasks) which already should trigger session to be loaded, just let it be for a
while there to make sure session is loaded.
If that will not help, you could try to register
http://docs.oracle.com/javaee/5/api/javax/servlet/ServletContextListener.... context
listener in web.xml of jbpm-gwt-console-server that will simply invoke this on application
start:
StatefulKnowledgeSessionUtil.getStatefulKnowledgeSession()
HTH
--------------------------------------------------------------
Reply to this message by going to Community
[
https://community.jboss.org/message/749831#749831]
Start a new discussion in jBPM at Community
[
https://community.jboss.org/choose-container!input.jspa?contentType=1&...]