First, here is the role configuration.
<role
name="org.apache.fulcrum.intake.IntakeService"
shorthand="intake"
default-class="org.apache.fulcrum.intake.IntakeServiceImpl"/>
Now comes the basic configuration of the component. Here will will configure the various bundles.
<intake>
<serialDataPath>./target/appData.ser</serialDataPath>
<xmlPaths>
<xmlPath>src/test/xmlConf.xml</xmlPath>
<xmlPath>src/test/xmlConf2.xml</xmlPath>
</xmlPaths>
</intake>