[jbosstools-issues] [JBoss JIRA] (JBIDE-13527) [tester] freeze parsing wsdl

Brian Fitzpatrick (JIRA) jira-events at lists.jboss.org
Mon Jun 3 10:56:55 EDT 2013


    [ https://issues.jboss.org/browse/JBIDE-13527?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12778895#comment-12778895 ] 

Brian Fitzpatrick commented on JBIDE-13527:
-------------------------------------------

I was able to deploy this on a running EAP 6.1 beta server and get back a correct SOAP message (pasted below). What are you testing it on?

{code}
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Header/>
  <soap:Body>
    <ns2:Register xmlns="http://complex.jaxws.ws.test.jboss.org/" xmlns:ns2="http://types.complex.jaxws.ws.test.jboss.org/" xmlns:ns3="http://extra.complex.jaxws.ws.test.jboss.org/">
      <ns2:Customer>
        <address>
          <city>?</city>
          <state>?</state>
          <street>?</street>
          <zip>?</zip>
        </address>
        <contactNumbers>
          <areaCode>?</areaCode>
          <exchange>?</exchange>
          <line>?</line>
        </contactNumbers>
        <id>0</id>
        <name>
          <firstName>?</firstName>
          <lastName>?</lastName>
          <middleName>?</middleName>
        </name>
        <referredCustomers>
          <address>
            <city>?</city>
            <state>?</state>
            <street>?</street>
            <zip>?</zip>
          </address>
          <contactNumbers>
            <areaCode>?</areaCode>
            <exchange>?</exchange>
            <line>?</line>
          </contactNumbers>
          <contactNumbers>
            <areaCode>?</areaCode>
            <exchange>?</exchange>
            <line>?</line>
          </contactNumbers>
          <id>0</id>
          <name>
            <firstName>?</firstName>
            <lastName>?</lastName>
            <middleName>?</middleName>
          </name>
          <referredCustomers xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:nil="true"/>
          <referredCustomers xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:nil="true"/>
        </referredCustomers>
      </ns2:Customer>
      <ns2:When xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="xs:string"/>
    </ns2:Register>
  </soap:Body>
</soap:Envelope>
{code}
                
> [tester] freeze parsing wsdl
> ----------------------------
>
>                 Key: JBIDE-13527
>                 URL: https://issues.jboss.org/browse/JBIDE-13527
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: Webservices
>    Affects Versions: 3.3.2.Final
>            Reporter: Alessio Soldano
>            Assignee: Brian Fitzpatrick
>              Labels: new_and_noteworthy
>             Fix For: 4.1.0.Beta1
>
>         Attachments: jaxws-complex.war, threaddump.txt
>
>
> JBT freezes when the ws tester is used to consume the wsdl contract for the jaxws-complex.war test deployment of JBossWS testsuite.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jbosstools-issues mailing list