Bug 1332859 - Wrong module name for teiid sequencer
Summary: Wrong module name for teiid sequencer
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: JBoss Data Virtualization 6
Classification: JBoss
Component: Integration, ModeShape
Version: 6.3.0
Hardware: Unspecified
OS: Unspecified
medium
high
Target Milestone: ER4
: 6.3.0
Assignee: Van Halbert
QA Contact: Andrej Smigala
URL:
Whiteboard:
: 1315401 1338782 (view as bug list)
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-05-04 08:47 UTC by Andrej Smigala
Modified: 2016-08-24 11:39 UTC (History)
6 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-08-24 11:39:02 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Andrej Smigala 2016-05-04 08:47:20 UTC
The sequencer definition in eap configuration files (standalone.xml, standalone-ha.xml etc) are defined like this:

<sequencer name="teiid-vdb-sequencer" classname="org.teiid.modeshape.sequencer.vdb.VdbSequencer" module="org.teiid.modeshape.sequencer.vdb" path-expression="/files(//*.vdb[*])/jcr:content[@jcr:data] => /derived/teiid/vdbs/$1"/>



Note the module attribute, which references a non-existent module. The correct module name is "org.jboss.teiid.modeshape.sequencer.vdb". Same for other sequencers and config files.

Comment 2 Van Halbert 2016-05-04 12:43:24 UTC
*** Bug 1315401 has been marked as a duplicate of this bug. ***

Comment 4 Van Halbert 2016-05-23 12:37:44 UTC
*** Bug 1338782 has been marked as a duplicate of this bug. ***


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