1 Reply Latest reply on Jan 13, 2011 3:02 PM by tcunning

    Packaging & Deployment options?

    seb.wytt

      Hi,

       

      I was wondering what were the different deployment options available to pass from an ESB project in JBoss Developper and a standalone installation of JBoss SOA Plateform. I've been looking around for a while and didn't find a clear step-by-step description in the documentation. Here is what I found/tested:

       

      1) Export my ESB project as an ".esb" file and deploy it through hot deployment or through the administrative console. In both cases I get the following error:

       

      Caused by: java.io.IOException: Invalid white space character (0xc) in text to output

              at com.ctc.wstx.sw.XmlWriter.throwInvalidChar(XmlWriter.java:545)

              at com.ctc.wstx.sw.BufferingXmlWriter.writeAttrValue(BufferingXmlWriter.java:1058)

              at com.ctc.wstx.sw.BufferingXmlWriter.writeAttribute(BufferingXmlWriter.java:891)

              at com.ctc.wstx.sw.BaseNsStreamWriter.doWriteAttr(BaseNsStreamWriter.java:483)

       

      ==> Do you have an idea of what could be wrong?

       

      2) Scripting deployments such as what is presented in the quickstarts section, but these scripts are specific to quickstarts (with specific targets).

       

      ==> Are there officials base build ant scripts (compile, package, deploy,  etc...) to consider or do I have to go from these quickstarts scripts to create my owns?

       

      ==> Same question with maven: are there specific maven plugin or goals for JBoss ESB?

       

       

      Thank you very much in advance for your support,

      Regards,

      Seb!