Bug 1047927
| Summary: | Cannot create connection profile to modeshape data source | ||
|---|---|---|---|
| Product: | [JBoss] JBoss Data Virtualization 6 | Reporter: | Lucie Fabrikova <lfabriko> |
| Component: | Integration, Teiid, ModeShape | Assignee: | Julian Coleman <jcoleman> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | |
| Severity: | urgent | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 6.0.0 | CC: | felias, fnguyen, hchiorea, ldimaggi, lfabriko, vhalbert |
| Target Milestone: | CR2 | ||
| Target Release: | 6.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: |
JBDS 7.1.0.CR2, JBDSIS 7.0.0CR1, DV6 CR1, fedora 18 x64, java oracle 1.6
|
|
| Last Closed: | 2014-02-06 15:37:23 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
Lucie Fabrikova
2014-01-02 15:27:06 UTC
The modeshape-jdbc-3.3.6.GA-redhat-3.jar that is produced by the CR1 installer and is located post-install in %DV_HOME%/jboss-eap-6.1/dataVirtualization/jdbc is incomplete because it contains only the files from the modeshape-jdbc module (a.k.a the remote driver). This depends (build-wise) on the the local driver module: modeshape-jdbc-local and a number of other ModeShape modules. I don't know what the intent of the modeshape-jdbc-3.3.6.GA-redhat-3.jar is, but it is incorrectly packaged. If the desired effect is to have a standalone (isolated) JDBC driver, the correct jar should be the modeshape-client-3.3.6.GA.jar, produced during the assembly phase by the modeshape-client module. Horia Chiorean <hchiorea> updated the status of jira MODE-2128 to Closed Commit af4797eb066fb620819850f89c9444583a0efdd1 to ip (6.0.0-fsw branch): BZ-1047927. The JDBC jar is modeshape-client*jar, not modeshape-jdbc*jar, so add that to the jdbc directory. I assume this does not need to be documented as a known issue in Release Notes - setting to requires_doc_text- accordingly. Verified in DV6 CR2 + JBDS 7.1.0.GA + JBDSIS 7.0.0.CR2 Verified in JBDSIS-7.0.0.GA-GA + DV 6.0.0.GA. |