Scout - need to transfor specifications to TModelBag
----------------------------------------------------
Key: SCOUT-72
URL: https://issues.apache.org/jira/browse/SCOUT-72
Project: Scout
Issue Type: Bug
Reporter: Tom Cunningham
Assignee: Kurt T Stam
In findServiceBindings, we pass in a collection of specifications but we never
transform that into a TModelBag before passing it into findBinding.
public BulkResponse findServiceBindings(Key serviceKey,
Collection findQualifiers,
Collection classifications,
Collection specifications) throws
JAXRException
{
BulkResponseImpl blkRes = new BulkResponseImpl();
IRegistry iRegistry = registryService.getRegistry();
FindQualifiers juddiFindQualifiers = mapFindQualifiers(findQualifiers);
try
{
BindingDetail l = iRegistry.findBinding(serviceKey.getId(),
ScoutJaxrUddiHelper.getCategoryBagFromClassifications(classifications),
null,
juddiFindQualifiers,registryService.getMaxRows());
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]