2 Replies Latest reply on May 28, 2007 1:08 PM by ivanneto

    JBoss 5 (SVN trunk) and XTS

    ivanneto

      I'm trying to make XTS work with JBoss 5. I've downloaded the most recent version of both from the SVN repository. The messages that XTS sends to a foreign coordinator seems to be truncated:

      <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
       <soap:Header>...</soap:Header>
       <soap:Body>
       <wscoor:Register xmlns:wscoor="


      That's a message that XTS sends to the coordinator. The wscoor:Register element is truncated.

      I'm deploying the XTS artifacts inside a .ear, exactly as in the "night out" example that comes with XTS.

      I didn't substituted the jboss.jar file in jboss-5.0.0.Beta3/server/${conf}/lib with the one in jbosstm/install/jboss/JBoss_4_0_5_GA/jboss.jar as this causes an error in the initialization of JBossAS5:

      11:57:51,683 ERROR [AbstractKernelController] Error installing to Configured: name=jboss:service=Naming state=Instantiated mode=Manual requiredState=Configured
      org.jboss.deployment.DeploymentException: Exception setting attribute Naming on mbean jboss:service=Naming
       at org.jboss.system.ServiceConfigurator.configure(ServiceConfigurator.java:143)


      Is XTS working with JBossAS 5 (from SVN trunk)? Any ideas why the XTS SOAP messages are truncated? By the way, everything works fine with JBoss 4.0.4.GA.

      Regards,
      Ivan