Bug 780762 (SOA-3216) - org.jboss.soa.esb.services.jbpm.integration.msg.JmsMessageServiceFactory cannot be cast to org.jbpm.svc.ServiceFactory
Summary: org.jboss.soa.esb.services.jbpm.integration.msg.JmsMessageServiceFactory cann...
Keywords:
Status: CLOSED NEXTRELEASE
Alias: SOA-3216
Product: JBoss Enterprise SOA Platform 5
Classification: JBoss
Component: JBPM - within SOA
Version: 5.1.0 GA
Hardware: Unspecified
OS: Unspecified
high
high
Target Milestone: ---
: ---
Assignee: Default User
QA Contact:
URL: http://jira.jboss.org/jira/browse/SOA...
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-07-26 17:39 UTC by Diego Santiviago
Modified: 2011-08-02 13:39 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
soa platform 5.1, jbpm 3.2.10
Last Closed: 2011-08-02 13:39:02 UTC
Type: Bug


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker SOA-3216 0 None None None Never

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.


Note You need to log in before you can comment on or make changes to this bug.