You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@juddi.apache.org by "Tom Cunningham (JIRA)" <ju...@ws.apache.org> on 2011/06/03 06:00:47 UTC

[jira] [Commented] (JUDDI-490) OverviewDoc property order incorrect

    [ https://issues.apache.org/jira/browse/JUDDI-490?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13043206#comment-13043206 ] 

Tom Cunningham commented on JUDDI-490:
--------------------------------------

Did a check through the rest of the classes, the property order of InstanceDetails also seems incorrect - changing it from 
-    "instanceParms", "description", "overviewDoc"
+    "description", "overviewDoc", "instanceParms"



> OverviewDoc property order incorrect
> ------------------------------------
>
>                 Key: JUDDI-490
>                 URL: https://issues.apache.org/jira/browse/JUDDI-490
>             Project: jUDDI
>          Issue Type: Bug
>          Components: CXF 
>    Affects Versions: 3.0.4
>         Environment: CXF/juddi-bundle
>            Reporter: Tom Cunningham
>            Assignee: Tom Cunningham
>             Fix For: 3.1.0
>
>
> It looks like the propertyorder in uddi-ws OverviewDoc is incorrect :
> @XmlType(name = "overviewDoc", propOrder = {
>     "overviewURL", "description"
> })
> From the user-list : 
> > I installed JUddi by installing juddi-portal-bundle-3.0.1.zip and
> > running it.  I then configured an ESB product to use this instance as
> > it's registry. The "Test Connection" function works from the ESB to
> > JUddi.  So far so good.
> > 
> > When attempting to publish a web service from the ESB to JUddi, it
> > throws a fault.
> > 
> <?xml version="1.0" encoding="UTF-8"?>
> > <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
> >     <soap:Body>
> >         <soap:Fault>
> >             <faultcode>soap:Client</faultcode>
> >             <faultstring>Unmarshalling Error: cvc-complex-type.2.4.a:
> > Invalid content was found starting with element 'ns2:overviewURL'. One
> > of '{"urn:uddi-org:api_v3":description}' is expected. </faultstring>
> >         </soap:Fault>
> >     </soap:Body>
> > </soap:Envelope>
> > 

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