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.
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"
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.
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.
*** This bug has been marked as a duplicate of bug 1332859 ***