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 2007/03/27 07:03:32 UTC

[jira] Closed: (JUDDI-86) Juddi makes a difference between uuid:XXX and UUID:XXX

     [ https://issues.apache.org/jira/browse/JUDDI-86?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Steve Viens closed JUDDI-86.
----------------------------

    Resolution: Cannot Reproduce

This doesn't appear to be a bug.  I've tested via the jUDDI SOAP Console using the jUDDI implementation below (Resin/MySQL).

   http://www.viens.net/juddi/

Querying with both of the following return the same results:

<?xml version="1.0" encoding="utf-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
  <soapenv:Body>
    <get_tModelDetail generic="2.0" xmlns="urn:uddi-org:api_v2">
      <tModelKey>uuid:C0B9FE13-179F-413D-8A5B-5004DB8E5BB2</tModelKey>
    </get_tModelDetail>
  </soapenv:Body>
</soapenv:Envelope>

 - or -

<?xml version="1.0" encoding="utf-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
  <soapenv:Body>
    <get_tModelDetail generic="2.0" xmlns="urn:uddi-org:api_v2">
      <tModelKey>UUID:C0B9FE13-179F-413D-8A5B-5004DB8E5BB2</tModelKey>
    </get_tModelDetail>
  </soapenv:Body>
</soapenv:Envelope>


> Juddi makes a difference between uuid:XXX and UUID:XXX
> ------------------------------------------------------
>
>                 Key: JUDDI-86
>                 URL: https://issues.apache.org/jira/browse/JUDDI-86
>             Project: jUDDI
>          Issue Type: Bug
>    Affects Versions: 0.9
>         Environment: Oracle
>            Reporter: Rémi Flament
>         Assigned To: Steve Viens
>
> Juddi makes a difference between uuid:XXX and UUID:XXX for TModels.
> Because of this some uddi browser don't find some services. 
> As an example if you save a wsdlSpec element with TModel key="UUID:C1ACF26D-9672-4404-9D70-39B756E62AB4", JDevelopper uddi browser won't find it if you search for services that use the wsdlSpec. But if you use the key "uuid:C1ACF26D-9672-4404-9D70-39B756E62AB4", it works...
> I think Juddi should not make a difference between uuid:XXX and UUID:XXX.
> Regards,
> Rémi Flament.

-- 
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: juddi-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: juddi-dev-help@ws.apache.org