[jbossws-issues] [JBoss JIRA] Updated: (JBWS-3175) Can't change Client Config using StubExt setConfigName

Stephan Heffner (JIRA) jira-events at lists.jboss.org
Thu Dec 2 09:00:07 EST 2010


     [ https://jira.jboss.org/browse/JBWS-3175?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Stephan Heffner updated JBWS-3175:
----------------------------------

    Description: 
After a migration from JBoss 4.2.3.GA to a JBoss 5.1.0.GA environment, one of my WebService clients doesn't work anymore.

After some research I've seen, that the required selection of the JAXWS Client Config "HTTP 1.0 Client" has no effect:

                QName namespace = new QName(namespaceURI, webServiceName);
                URL endpoint = new URL(ceWsdl);
                sampleService = new SampleServiceService(endpoint, namespace);
                externalServicePort = sampleService.getSampleServicePort();
                StubExt stubExt = (StubExt) externalServicePort;
                stubExt.setConfigName("HTTP 1.0 Client");
                log.debug(stubExt.getConfigName());

Log still contains "Standard Client"

We used this selection to configure the chunksize to 0 (= disable).



  was:
After a migration from JBoss 4.2.3.GA to a JBoss 5.1.0.GA environment, one of my WebService clients doesn't work anymore.

After some research I've seen, that the required selection of the JAXWS Client Config "HTTP 1.0 Client" has no effect:

                QName namespace = new QName(namespaceURI, webServiceName);
                URL endpoint = new URL(ceWsdl);
                sampleService = new SampleServiceService(endpoint, namespace);
                externalServicePort = vcService.getVideoCenterServicePort();
                StubExt stubExt = (StubExt) externalServicePort;
                stubExt.setConfigName("HTTP 1.0 Client");
                log.debug(stubExt.getConfigName());

Log still contains "Standard Client"

We used this selection to configure the chunksize to 0 (= disable).





> Can't change Client Config using StubExt setConfigName
> ------------------------------------------------------
>
>                 Key: JBWS-3175
>                 URL: https://jira.jboss.org/browse/JBWS-3175
>             Project: JBoss Web Services
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>         Environment: JBoss 5.1.0.GA, Java 6u22, Linux 64bit
>            Reporter: Stephan Heffner
>
> After a migration from JBoss 4.2.3.GA to a JBoss 5.1.0.GA environment, one of my WebService clients doesn't work anymore.
> After some research I've seen, that the required selection of the JAXWS Client Config "HTTP 1.0 Client" has no effect:
>                 QName namespace = new QName(namespaceURI, webServiceName);
>                 URL endpoint = new URL(ceWsdl);
>                 sampleService = new SampleServiceService(endpoint, namespace);
>                 externalServicePort = sampleService.getSampleServicePort();
>                 StubExt stubExt = (StubExt) externalServicePort;
>                 stubExt.setConfigName("HTTP 1.0 Client");
>                 log.debug(stubExt.getConfigName());
> Log still contains "Standard Client"
> We used this selection to configure the chunksize to 0 (= disable).

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbossws-issues mailing list