Bug 1315401 - Importing from Modeshape repo causing issue on server trying to configure repo the first time
Summary: Importing from Modeshape repo causing issue on server trying to configure rep...
Keywords:
Status: CLOSED DUPLICATE of bug 1332859
Alias: None
Product: JBoss Data Virtualization 6
Classification: JBoss
Component: ModeShape, Teiid Designer
Version: 6.3.0
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ER2
: 6.3.0
Assignee: Van Halbert
QA Contact: Filip Elias
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-03-07 16:13 UTC by Van Halbert
Modified: 2016-05-04 12:43 UTC (History)
6 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2016-05-04 12:43:24 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Comment 2 Horia Chiorean 2016-03-07 19:07:16 UTC
This is most likely because the new teiid-modeshape modules don't have the correct descriptors: 
- the FS path of the new modules is: org/jboss/teiid/modeshape/sequencer/vdb/main/module.xml
 
while in module.xml the name of the module is "org.teiid.modeshape.sequencer.vdb" (without "jboss").

The correct name for the module(s) should be: org.jboss.teiid.modeshape.sequencer.vdb.

This applies to all the 3 new modules and should be reflected in the CLI scripts as well.

Comment 3 Horia Chiorean 2016-03-08 14:25:46 UTC
The other CLI script fix required by this (besides the above) is the name of DDL sequencer which should be: 

"classname="org.teiid.modeshape.sequencer.ddl.TeiidDdlSequencer"

instead of:

"classname="org.teiid.modeshape.sequencer.ddl.DdlSequencer"

Comment 4 Horia Chiorean 2016-04-18 13:50:27 UTC
This (https://bugzilla.redhat.com/show_bug.cgi?id=1315401#c2) has not been fixes in ER2.

Moreover, the VDB and DDL sequencers are now missing altogether from the standalone.xml server configuration. They should be configured during the installation of the teiid-modeshape module.

Comment 5 Thomas Hauser 2016-04-18 20:47:33 UTC
The missing VDB / DDL sequencers have been fixed in the latest installer build (ER2.1). It would be nice if the smokeTests could check for the presence of these elements as well, since the original ER2 build passed all smoke tests.

Comment 6 Van Halbert 2016-05-04 12:43:24 UTC

*** This bug has been marked as a duplicate of bug 1332859 ***


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