[jboss-user] [jBPM] - Unable to load JBPM 4.3 in spring web application context

Jaber C. Mourad do-not-reply at jboss.com
Thu May 20 03:48:34 EDT 2010


Jaber C. Mourad [http://community.jboss.org/people/newbeewan] 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/543974#543974

--------------------------------------------------------------
I've justed test it, remplacing my @PreDestroy annotation, I've got that messages :
2010-05-20 09:37:48,648 [INFO ] org.springframework.web.context.support.XmlWebApplicationContext  - Closing Root WebApplicationContext: startup date [Thu May 20 09:36:59 CEST 2010]; root of context hierarchy
2010-05-20 09:37:48,648 [DEBUG] mypackage.internal.jbpm.ExtendedProcessEngine  - ApplicationClosedEvent fired !
2010-05-20 09:37:48,648 [INFO ] mypackage.internal.jbpm.ExtendedProcessEngine  - Terminating ProcessEngine !...2010-05-20 09:37:48,649 [INFO ] org.jbpm.pvm.internal.jobexecutor.DispatcherThread  - inactive job dispatcher thread 'DispatcherThread' got interrupted
2010-05-20 09:37:48,649 [INFO ] org.jbpm.pvm.internal.jobexecutor.DispatcherThread  - DispatcherThread leaves cyberspace

My "ExtendedProcessEngine" is only a wrapper implementing ProcessEngine and ApplicationListener
    @Override
    public void onApplicationEvent(ContextClosedEvent event) {
        logger.info("Terminating ProcessEngine !...");
        processEngine.close();
        processEngine =  null;
    }


It doesn't help for reloading context  :( 

Any other idea ?

--------------------------------------------------------------

Reply to this message by going to Community
[http://community.jboss.org/message/543974#543974]

Start a new discussion in jBPM at Community
[http://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/20100520/184769e8/attachment.html 


More information about the jboss-user mailing list