0 Replies Latest reply on Dec 6, 2011 10:42 PM by ricktully

    Use of jbossws-cxf-client.jar in JBoss as 6.1 Final

    ricktully

      Is the jbossws-cxf.xml in default\deployers\jbossws.deployer\jbossws-cxf-client.jar\META-INF\cxf suppose to controll default web service client behaviour in JBoss as 6.1 final for the default server configuration? I modified the file by adding:

       

      <http:conduit name="*.http-conduit">

             <http:client AllowChunking="false"/>

      </http:conduit>

       

      according to the apache cxf manual and re assembled the jar, but it appears that JBoss is not using the file or jar. Is there another way in this JBoss release to modify web service client behaviour? The included version of jbossws-cxf is jbossws-cxf-3.4.1.GA