You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@juddi.apache.org by "Steve Viens (JIRA)" <ju...@ws.apache.org> on 2005/02/02 03:33:19 UTC

[jira] Closed: (JUDDI-35) The bindingTemplate element does contain a categoryBag element but should not.

     [ http://issues.apache.org/jira/browse/JUDDI-35?page=history ]
     
Steve Viens closed JUDDI-35:
----------------------------

     Resolution: Fixed
    Fix Version: 0.9

I've commented out the source that marshalls and unmarshalls the CategoryBag element for BindingTemplate as this is a UDDI v3 feature and jUDDI does not support v3 at this time.  This code should not be uncommented until jUDDI is ready to support UDDI v3.

> The bindingTemplate element does contain a categoryBag element but should not.
> ------------------------------------------------------------------------------
>
>          Key: JUDDI-35
>          URL: http://issues.apache.org/jira/browse/JUDDI-35
>      Project: jUDDI
>         Type: Bug
>  Environment: 0.9-rc3
>     Reporter: David Kocher
>     Assignee: Steve Viens
>     Priority: Critical
>      Fix For: 0.9

>
> The bindingTemplate element does contain a categoryBag element but should not.
> A sample response from juddi answering a get_businessDetail request:
> <bindingTemplate bindingKey="58B17FC0-CC05-11D8-BFC0-8B08D86C9DE5" serviceKey="58B09560-CC05-11D8-9560-D1F66B28449E">
>                               <description/>
>                               <accessPoint URLType="http">http://tst/...</accessPoint>
>                               <tModelInstanceDetails/>
>                               <categoryBag/>
>                            </bindingTemplate>
> From the uddiv2 schema:
> 	<xsd:complexType name="bindingTemplate">
> 		<xsd:sequence>
> 			<xsd:element ref="uddi:description" minOccurs="0" maxOccurs="unbounded"/>
> 			<xsd:choice>
> 				<xsd:element ref="uddi:accessPoint"/>
> 				<xsd:element ref="uddi:hostingRedirector"/>
> 			</xsd:choice>
> 			<xsd:element ref="uddi:tModelInstanceDetails"/>
> 		</xsd:sequence>
> 		<xsd:attribute name="serviceKey" type="uddi:serviceKey" use="optional"/>
> 		<xsd:attribute name="bindingKey" type="uddi:bindingKey" use="required"/>
> 	</xsd:complexType>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira