Bug 1102759
Summary: | When importing metadata from Modeshape, not all the columns are imported | |||
---|---|---|---|---|
Product: | [JBoss] JBoss Data Virtualization 6 | Reporter: | Van Halbert <vhalbert> | |
Component: | ModeShape, Teiid | Assignee: | jolee | |
Status: | CLOSED UPSTREAM | QA Contact: | ||
Severity: | unspecified | Docs Contact: | ||
Priority: | unspecified | |||
Version: | 6.0.0 | |||
Target Milestone: | --- | |||
Target Release: | One-off release | |||
Hardware: | Unspecified | |||
OS: | Unspecified | |||
Whiteboard: | ||||
Fixed In Version: | Doc Type: | Bug Fix | ||
Doc Text: | Story Points: | --- | ||
Clone Of: | ||||
: | 1102762 (view as bug list) | Environment: | ||
Last Closed: | 2025-02-10 03:35:57 UTC | Type: | Support Patch | |
Regression: | --- | Mount Type: | --- | |
Documentation: | --- | CRM: | ||
Verified Versions: | Category: | --- | ||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | ||
Cloudforms Team: | --- | Target Upstream Version: | ||
Embargoed: |
Comment 2
Randall Hauch
2014-05-29 14:07:37 UTC
Here's a snip-it for the transform_withSql view from the xmi model: <relational:View xmi:uuid="mmuuid:2b8daf0c-eb73-49cb-9342-41355964ea48" name="transform_withSql" nameInSource=""transform:withSql"" supportsUpdate="false"> <columns xmi:uuid="mmuuid:8902fa7c-73f4-4c8a-b4a6-1b05eefa42fe" name="jcr_name" nameInSource=""jcr:name"" nativeType="STRING" length="20" nullable="NULLABLE_UNKNOWN" defaultValue="NULL" updateable="false"> <type href="http://www.w3.org/2001/XMLSchema#string"/> </columns> <columns xmi:uuid="mmuuid:93ecee54-b500-4d19-a500-5933c2abf63d" name="jcr_path" nameInSource=""jcr:path"" nativeType="STRING" length="50" nullable="NULLABLE_UNKNOWN" defaultValue="NULL" updateable="false"> <type href="http://www.w3.org/2001/XMLSchema#string"/> </columns> <columns xmi:uuid="mmuuid:b599eb4b-7784-4083-8e9b-f8a20dad4658" name="jcr_score" nameInSource=""jcr:score"" nativeType="DOUBLE" fixedLength="true" precision="20" nullable="NULLABLE_UNKNOWN" defaultValue="NULL" updateable="false" caseSensitive="false" searchability="ALL_EXCEPT_LIKE"> <type href="http://www.w3.org/2001/XMLSchema#double"/> </columns> <columns xmi:uuid="mmuuid:57f16493-fb9d-485f-8a93-32912a63d2ce" name="mode_depth" nameInSource=""mode:depth"" nativeType="LONG" fixedLength="true" precision="20" nullable="NULLABLE_UNKNOWN" defaultValue="NULL" updateable="false" caseSensitive="false" searchability="ALL_EXCEPT_LIKE"> <type href="http://www.w3.org/2001/XMLSchema#long"/> </columns> <columns xmi:uuid="mmuuid:56d7c2bd-d092-42f0-849e-8da485cf11ff" name="mode_localName" nameInSource=""mode:localName"" nativeType="STRING" length="50" nullable="NULLABLE_UNKNOWN" defaultValue="NULL" updateable="false"> <type href="http://www.w3.org/2001/XMLSchema#string"/> </columns> <columns xmi:uuid="mmuuid:27989216-b733-48a2-bb9c-6c116395ff2a" name="mode_properties" nameInSource=""mode:properties"" nativeType="STRING" length="50" nullable="NULLABLE_UNKNOWN" defaultValue="NULL" selectable="false" updateable="false"> <type href="http://www.w3.org/2001/XMLSchema#string"/> </columns> </relational:View> This product has been discontinued or is no longer tracked in Red Hat Bugzilla. |