6 Replies Latest reply on Mar 29, 2013 4:34 PM by shane_dev

    Error parsing deployment structure xml (EAP6)

    bes.comcom

      I built my own jboss-deployment-structure.xml using the XSD as reference (attached), but I kept getting this error (which in my past experience comes from an XML not conforming to the expected schema),

       

       

      Caused by: org.jboss.as.server.deployment.DeploymentUnitProcessingException: JBAS018748: Error loading jboss-deployment-structure.xml from C:\jboss-eap-6.1\standalone\tmp\vfs\tempc08651b1fabbf20d\my.ear-7d56240c7dc68a53\contents\META-INF\jboss-deployment-structure.xml

       

      ...

      Caused by: com.ctc.wstx.exc.WstxParsingException: Received non-all-whitespace CHARACTERS or CDATA event in nextTag().

      at [row,col {unknown-source}]: [2,2]

       

      so I loaded up just the example from here (not caring about anything past parsing) and I still get there error. 

       

      Is this a problem with EAP6?