Hide Forgot
project_key: SOA
Link: Added: This issue related MODE-950
The ModeShape configuration file has an error in the definition of the CSV sequencer, and is using the wrong class name. Should be "org.modeshape.sequencer.text.DelimitedTextSequencer" rather than "org.modeshape.sequencer.text.FixedWidthTextSequencer".
Updated modeshape-config.xml to use "org.modeshape.sequencer.text.DelimitedTextSequencer" sequencer
Verified in SOA Platform 5.1 ER3, modeshape-config.xml now contains correct class names for both Text sequencers.