Had talked to dmlloyd and figured the issue is with the  mapper.parseDocument(operations, XMLInputFactory.newFacotry().createXMLStreamReader(reader)); line SubsystemParsingUnitTestCase class. And which should be newInstance rather than newFactory. <div>
<br></div><div>Now i modified the code locally, but am getting a new error. This is in Arquillian common container. </div><div><br></div><div><div>[ERROR] \Praba\Work\Workspaces\jboss-as\arquillian\container-common\src\main\java\org\jboss\as\arquillian\container\common\JBossASDeploymentPackager.java:[59,16] inconvertible types</div>
<div>[ERROR] found   : org.jboss.shrinkwrap.api.Archive&lt;capture#607 of ?&gt;</div><div>[ERROR] required: org.jboss.shrinkwrap.api.spec.WebArchive</div></div><div><br></div><div>Trying to find out more why this should be so. Should i be raising JIRA for these things with the possible fixes? what is the process?</div>