You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@juddi.apache.org by "Rémi Flament (JIRA)" <ju...@ws.apache.org> on 2006/06/09 17:50:29 UTC

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

Juddi makes a difference between uuid:XXX and UUID:XXX
------------------------------------------------------

         Key: JUDDI-86
         URL: http://issues.apache.org/jira/browse/JUDDI-86
     Project: jUDDI
        Type: Bug

    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.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: juddi-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: juddi-dev-help@ws.apache.org


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

Posted by "Steve Viens (JIRA)" <ju...@ws.apache.org>.
     [ 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


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

Posted by "Rémi Flament (JIRA)" <ju...@ws.apache.org>.
    [ http://issues.apache.org/jira/browse/JUDDI-86?page=comments#action_12415851 ] 

Rémi Flament commented on JUDDI-86:
-----------------------------------

Actually it might be a bug in uddi4j, maybe capital letters are not allowed in the specs...

uddi4j uses UUID:XXX for every keys.

> Juddi makes a difference between uuid:XXX and UUID:XXX
> ------------------------------------------------------
>
>          Key: JUDDI-86
>          URL: http://issues.apache.org/jira/browse/JUDDI-86
>      Project: jUDDI
>         Type: Bug

>     Versions: 0.9
>  Environment: Oracle
>     Reporter: Rémi Flament
>     Assignee: 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.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: juddi-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: juddi-dev-help@ws.apache.org