Bug 779974 (SOA-2334)

Summary: JpaSource has hardcoded dependency on c3p0
Product: [JBoss] JBoss Enterprise SOA Platform 5 Reporter: Van Halbert <vhalbert>
Component: unspecifiedAssignee: Van Halbert <vhalbert>
Status: CLOSED DUPLICATE QA Contact:
Severity: urgent Docs Contact:
Priority: urgent    
Version: unspecified   
Target Milestone: ---   
Target Release: 5.1.0.ER2   
Hardware: Unspecified   
OS: Unspecified   
URL: http://jira.jboss.org/jira/browse/SOA-2334
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2010-09-21 17:19:52 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:
Embargoed:

Description Van Halbert 2010-09-21 17:19:13 UTC
project_key: SOA

./extensions/modeshape-connector-store-jpa/src/main/java/org/modeshape/connector/store/jpa/JpaSource.java
method configure hard-codes dependency on c3p0 connection provider even if repository is used inside Application server.
c3p0 pool is unsupported and when Modeshape is used inside application server it should rely on connection poooling done by datasource.

Comment 1 Van Halbert 2010-09-21 17:19:52 UTC
I accidentally got duplicated the issue.