You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@juddi.apache.org by "Anil Saldhana (JIRA)" <ju...@ws.apache.org> on 2005/01/18 17:03:20 UTC

[jira] Created: (JUDDI-49) Load UNSPSC, NAICS and ISO3166 data into jUDDI

Load UNSPSC, NAICS and ISO3166 data into jUDDI
----------------------------------------------

         Key: JUDDI-49
         URL: http://issues.apache.org/jira/browse/JUDDI-49
     Project: jUDDI
        Type: Task
  Components: Apache Scout Requests  
    Reporter: Anil Saldhana
 Assigned to: Anil Saldhana 


The UDDI browser contains the UNSPSC, NAICS and ISO3166 data in their config directory.  It should be only a matter of converting this data into sql insert statements.

Here is the directory structure in the config dir of the UDDI Browser:

============================================================
:~/ub/ub-0.2-bin/config] anil% ls
UNSPSC_v7_0401_final.txt        naics-1997.txt
identifierTaxonomies.txt        soap-transport.prop
iso3166.txt                     uddibrowser.prop
============================================================

Special thanks to the UDDI Browser project for providing the data to the open source world.

-- 
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


[jira] Commented: (JUDDI-49) Load UNSPSC, NAICS and ISO3166 data into jUDDI

Posted by "Anil Saldhana (JIRA)" <ju...@ws.apache.org>.
     [ http://issues.apache.org/jira/browse/JUDDI-49?page=comments#action_57723 ]
     
Anil Saldhana commented on JUDDI-49:
------------------------------------

Steve, I guess that the UNSPSC,NAICS and ISO data are all going to be tmodels.

Can you give me a sample sql statement for the TModel?  Then I can convert the data into sql inserts. I am asking Steve for a sample rather than trial and error because asking the boss will save time.  :-)

> Load UNSPSC, NAICS and ISO3166 data into jUDDI
> ----------------------------------------------
>
>          Key: JUDDI-49
>          URL: http://issues.apache.org/jira/browse/JUDDI-49
>      Project: jUDDI
>         Type: Task
>   Components: Apache Scout Requests
>     Reporter: Anil Saldhana
>     Assignee: Anil Saldhana

>
> The UDDI browser contains the UNSPSC, NAICS and ISO3166 data in their config directory.  It should be only a matter of converting this data into sql insert statements.
> Here is the directory structure in the config dir of the UDDI Browser:
> ============================================================
> :~/ub/ub-0.2-bin/config] anil% ls
> UNSPSC_v7_0401_final.txt        naics-1997.txt
> identifierTaxonomies.txt        soap-transport.prop
> iso3166.txt                     uddibrowser.prop
> ============================================================
> Special thanks to the UDDI Browser project for providing the data to the open source world.

-- 
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


[jira] Commented: (JUDDI-49) Load UNSPSC, NAICS and ISO3166 data into jUDDI

Posted by "Anil Saldhana (JIRA)" <ju...@ws.apache.org>.
     [ http://issues.apache.org/jira/browse/JUDDI-49?page=comments#action_58975 ]
     
Anil Saldhana commented on JUDDI-49:
------------------------------------

Steve,  you may be right.  I need to understand this better.

The JAXR API mandates the JAXR client to have complete knowledge of the data.  So as you said, it must be a client thing.  For now, we will hold off on this request.

Scout anyway has to have all the data loaded internally.

> Load UNSPSC, NAICS and ISO3166 data into jUDDI
> ----------------------------------------------
>
>          Key: JUDDI-49
>          URL: http://issues.apache.org/jira/browse/JUDDI-49
>      Project: jUDDI
>         Type: Task
>   Components: Apache Scout Requests
>     Reporter: Anil Saldhana
>     Assignee: Anil Saldhana

>
> The UDDI browser contains the UNSPSC, NAICS and ISO3166 data in their config directory.  It should be only a matter of converting this data into sql insert statements.
> Here is the directory structure in the config dir of the UDDI Browser:
> ============================================================
> :~/ub/ub-0.2-bin/config] anil% ls
> UNSPSC_v7_0401_final.txt        naics-1997.txt
> identifierTaxonomies.txt        soap-transport.prop
> iso3166.txt                     uddibrowser.prop
> ============================================================
> Special thanks to the UDDI Browser project for providing the data to the open source world.

-- 
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


[jira] Closed: (JUDDI-49) Load UNSPSC, NAICS and ISO3166 data into jUDDI

Posted by "Anil Saldhana (JIRA)" <ju...@ws.apache.org>.
     [ http://issues.apache.org/jira/browse/JUDDI-49?page=history ]
     
Anil Saldhana closed JUDDI-49:
------------------------------

    Resolution: Won't Fix

Still it is not clear whether the NAICS/UNSPSC data has to be stored only at the client layer (read Scout) or also uddi registries need to have a store of these values.

This issue is closed pending further investigation.

> Load UNSPSC, NAICS and ISO3166 data into jUDDI
> ----------------------------------------------
>
>          Key: JUDDI-49
>          URL: http://issues.apache.org/jira/browse/JUDDI-49
>      Project: jUDDI
>         Type: Task
>   Components: Apache Scout Requests
>     Reporter: Anil Saldhana
>     Assignee: Anil Saldhana

>
> The UDDI browser contains the UNSPSC, NAICS and ISO3166 data in their config directory.  It should be only a matter of converting this data into sql insert statements.
> Here is the directory structure in the config dir of the UDDI Browser:
> ============================================================
> :~/ub/ub-0.2-bin/config] anil% ls
> UNSPSC_v7_0401_final.txt        naics-1997.txt
> identifierTaxonomies.txt        soap-transport.prop
> iso3166.txt                     uddibrowser.prop
> ============================================================
> Special thanks to the UDDI Browser project for providing the data to the open source world.

-- 
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


[jira] Work started: (JUDDI-49) Load UNSPSC, NAICS and ISO3166 data into jUDDI

Posted by "Anil Saldhana (JIRA)" <ju...@ws.apache.org>.
     [ http://issues.apache.org/jira/browse/JUDDI-49?page=history ]
     
Work on JUDDI-49 started by Anil Saldhana

> Load UNSPSC, NAICS and ISO3166 data into jUDDI
> ----------------------------------------------
>
>          Key: JUDDI-49
>          URL: http://issues.apache.org/jira/browse/JUDDI-49
>      Project: jUDDI
>         Type: Task
>   Components: Apache Scout Requests
>     Reporter: Anil Saldhana
>     Assignee: Anil Saldhana

>
> The UDDI browser contains the UNSPSC, NAICS and ISO3166 data in their config directory.  It should be only a matter of converting this data into sql insert statements.
> Here is the directory structure in the config dir of the UDDI Browser:
> ============================================================
> :~/ub/ub-0.2-bin/config] anil% ls
> UNSPSC_v7_0401_final.txt        naics-1997.txt
> identifierTaxonomies.txt        soap-transport.prop
> iso3166.txt                     uddibrowser.prop
> ============================================================
> Special thanks to the UDDI Browser project for providing the data to the open source world.

-- 
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


[jira] Commented: (JUDDI-49) Load UNSPSC, NAICS and ISO3166 data into jUDDI

Posted by "Steve Viens (JIRA)" <ju...@ws.apache.org>.
     [ http://issues.apache.org/jira/browse/JUDDI-49?page=comments#action_58974 ]
     
Steve Viens commented on JUDDI-49:
----------------------------------

I'm not sure what to do with this request.  UDDI is meant to store reference to these taxonomies in the form of a TModel not actually store all the data (anyone, please correct me if I'm wrong).

>From what I've seen this information is usually supplied by the client as is the case with the UDDIBrowser.  Does the JAXR API require the ability to load taxonomy information from a registry?


> Load UNSPSC, NAICS and ISO3166 data into jUDDI
> ----------------------------------------------
>
>          Key: JUDDI-49
>          URL: http://issues.apache.org/jira/browse/JUDDI-49
>      Project: jUDDI
>         Type: Task
>   Components: Apache Scout Requests
>     Reporter: Anil Saldhana
>     Assignee: Anil Saldhana

>
> The UDDI browser contains the UNSPSC, NAICS and ISO3166 data in their config directory.  It should be only a matter of converting this data into sql insert statements.
> Here is the directory structure in the config dir of the UDDI Browser:
> ============================================================
> :~/ub/ub-0.2-bin/config] anil% ls
> UNSPSC_v7_0401_final.txt        naics-1997.txt
> identifierTaxonomies.txt        soap-transport.prop
> iso3166.txt                     uddibrowser.prop
> ============================================================
> Special thanks to the UDDI Browser project for providing the data to the open source world.

-- 
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