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
|