[
https://issues.apache.org/jira/browse/JUDDI-320?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12788817#action_12788817
]
Marek Baluch commented on JUDDI-320:
------------------------------------
Of course I'm using unique keys for all bindings. Here is the code which
registers two of the three bindings which are on the image:
// ...
BindingTemplate bindingTemplate1 = new BindingTemplate();
bindingTemplate1.setBindingKey("uddi:juddi.apache.org:helloworld-bindingKey_first");
bindingTemplate1.setAccessPoint(accessPoint1);
bindingTemplate1.setServiceKey("uddi:juddi.apache.org:services-helloworld");
BindingTemplate bindingTemplate2 = new BindingTemplate();
bindingTemplate2.setBindingKey("uddi:juddi.apache.org:helloworld-bindingKey_second");
bindingTemplate2.setAccessPoint(accessPoint2);
bindingTemplate2.setServiceKey("uddi:juddi.apache.org:services-helloworld");
BindingTemplates bindingTemplates = new BindingTemplates();
bindingTemplates.getBindingTemplate().add(bindingTemplate1);
bindingTemplates.getBindingTemplate().add(bindingTemplate2);
// ...
> jUDDI console doesn't display all information for business service bindings
> ---------------------------------------------------------------------------
>
> Key: JUDDI-320
> URL: https://issues.apache.org/jira/browse/JUDDI-320
> Project: jUDDI
> Issue Type: Bug
> Components: console - portlets
> Affects Versions: 3.0
> Reporter: Marek Baluch
> Assignee: Kurt T Stam
> Fix For: 3.0.1
>
> Attachments: juddi.png
>
>
> jUDDI console doesn't display properties for all service binding - only for
> the binding which was added last.
> See attached image.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.