Bug 780762 (SOA-3216)

Summary: org.jboss.soa.esb.services.jbpm.integration.msg.JmsMessageServiceFactory cannot be cast to org.jbpm.svc.ServiceFactory
Product: [JBoss] JBoss Enterprise SOA Platform 5 Reporter: Diego Santiviago <diegosantiviago>
Component: JBPM - within SOAAssignee: Default User <jbpapp-maint>
Status: CLOSED NEXTRELEASE QA Contact:
Severity: high Docs Contact:
Priority: high    
Version: 5.1.0 GACC: kevin.conner
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
URL: http://jira.jboss.org/jira/browse/SOA-3216
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
soa platform 5.1, jbpm 3.2.10
Last Closed: 2011-08-02 13:39:02 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Diego Santiviago 2011-07-26 17:39:37 UTC
project_key: SOA

when active async on processdefinition, like: <task-node name="..." async="true">, this exception was throw org.jboss.soa.esb.services.jbpm.integration.msg.JmsMessageServiceFactory cannot be cast to org.jbpm.svc.ServiceFactory.

org.jbpm.svc.Services

147: public ServiceFactory getServiceFactory(String name) {
148:     return (ServiceFactory) getServiceFactories().get(name);
149: }

Comment 1 Kevin Conner 2011-08-02 13:32:12 UTC
This sounds like a classloader issue, possibly multiple jBPM jars in deployment.

Comment 2 Diego Santiviago 2011-08-02 13:39:02 UTC
My bad.