Bug 1040272

Summary: Potential misconfiguration issue for BPAF
Product: [JBoss] JBoss Fuse Service Works 6 Reporter: Jiri Pechanec <jpechane>
Component: BPEL IntegrationAssignee: tcunning
Status: CLOSED WORKSFORME QA Contact: Jiri Sedlacek <jsedlace>
Severity: low Docs Contact:
Priority: low    
Version: 6.0.0CC: atangrin, dlesage, ganandan, kconner, oskutka, soa-p-jira
Target Milestone: ---   
Target Release: 6.1.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
BPAF is misconfigured to call for a library it does not use (jboss.naming.context.java.jboss.BPELEMFactory). A s a result of this, users will see errors in the log.
Story Points: ---
Clone Of: Environment:
Linux, Java 7, ER7
Last Closed: 2015-07-13 20:00:13 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 Jiri Pechanec 2013-12-11 05:08:53 UTC
Messages are printed in the log
05:53:00,813 INFO  [stdout] (ServerService Thread Pool -- 61) Failed to create serviceBPELEMFactory -- service jboss.naming.context.java.jboss.BPELEMFactory
05:53:00,824 INFO  [stdout] (ServerService Thread Pool -- 61) Failed to create serviceBPELEMFactory -- service jboss.naming.context.java.jboss.BPELEMFactory
05:53:00,854 INFO  [stdout] (ServerService Thread Pool -- 61) Failed to create serviceBPELEMFactory -- service jboss.naming.context.java.jboss.BPELEMFactory
05:53:00,859 INFO  [stdout] (ServerService Thread Pool -- 61) Failed to create serviceBPELEMFactory -- service jboss.naming.context.java.jboss.BPELEMFactory

After inspection of the code it SEEMS to me that the factory is not used by BPAF (using ThreadContext-based persistence context instead) - but then the question is why this code is even present

Comment 2 tcunning 2015-07-13 20:00:13 UTC
We're moving to tracking issues in JIRA for Fuse 6.2.1.   I've logged https://issues.jboss.org/browse/ENTESB-3611 to track the change requested here (removal of the use of BPELEMFactory.