[jboss-user] [jBPM] - Re: About Signal Event

Maciej Swiderski do-not-reply at jboss.com
Tue Jul 24 05:51:17 EDT 2012


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.html 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&containerType=14&container=2034]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20120724/e3c18d36/attachment-0001.html 


More information about the jboss-user mailing list