Michael Wohlfart [
http://community.jboss.org/people/mwohlf] replied to the discussion
"Unable to load JBPM 4.3 in spring web application context"
To view the discussion, visit:
http://community.jboss.org/message/543656#543656
--------------------------------------------------------------
the selects are pretty normal, it's the JobExecutor doing its work and polling the
database for new jobs...
someone else had a similar classloading problem some time ago:
http://community.jboss.org/message/538997 http://community.jboss.org/message/538997
In case this is really a classloading issue:
Tomcat has a feature that serializes and saves session data and maybe other stuff between
restart, you can turn that off by
setting:
<Manager pathname="" />
in tomcat's context.xml, maybe this is worth a try...
--------------------------------------------------------------
Reply to this message by going to Community
[
http://community.jboss.org/message/543656#543656]
Start a new discussion in jBPM at Community
[
http://community.jboss.org/choose-container!input.jspa?contentType=1&...]