Bug 1332859

Summary: Wrong module name for teiid sequencer
Product: [JBoss] JBoss Data Virtualization 6 Reporter: Andrej Smigala <asmigala>
Component: Integration, ModeShapeAssignee: Van Halbert <vhalbert>
Status: CLOSED CURRENTRELEASE QA Contact: Andrej Smigala <asmigala>
Severity: high Docs Contact:
Priority: medium    
Version: 6.3.0CC: aszczucz, felias, jolee, mbaluch, thauser, vhalbert
Target Milestone: ER4   
Target Release: 6.3.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-08-24 11:39:02 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 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. ***