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

Brian Fitzpatrick (JIRA) jira-events at lists.jboss.org
Tue Feb 12 11:41:57 EST 2013


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

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

{code}
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:typ="http://types.complex.jaxws.ws.test.jboss.org/" xmlns:com="http://complex.jaxws.ws.test.jboss.org/">
   <soapenv:Header/>
   <soapenv:Body>
      <typ:Register>
         <typ:Customer>
            <com:address>
               <com:city>?</com:city>
               <com:state>?</com:state>
               <com:street>?</com:street>
               <com:zip>?</com:zip>
            </com:address>
            <!--Zero or more repetitions:-->
            <com:contactNumbers>
               <com:areaCode>?</com:areaCode>
               <com:exchange>?</com:exchange>
               <com:line>?</com:line>
            </com:contactNumbers>
            <com:id>?</com:id>
            <com:name>
               <com:firstName>?</com:firstName>
               <com:lastName>?</com:lastName>
               <com:middleName>?</com:middleName>
            </com:name>
            <!--Zero or more repetitions:-->
            <com:referredCustomers/>
         </typ:Customer>
         <typ:When>?</typ:When>
      </typ:Register>
   </soapenv:Body>
</soapenv: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
>            Reporter: Alessio Soldano
>            Assignee: Brian Fitzpatrick
>         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