Well, Kurt. Here's the requirement with our business partners. What should be our strategy to generate such custom "businessKeys" and "serviceKeys" ?
Requirement: ========== A business that registers its business information with our jUDDI -- it needs to save its 'businessKey' with (some) information *specific* to that business. For example, <businessEntity businessKey="uddi:nh1:1111.111.111"> <businessService serviceKey="uddi:nh1:PD"> <businessEntity businessKey="uddi:nh2:2222.222.222"> <businessService serviceKey="uddi:nh2:PD"> <businessEntity businessKey="uddi:nh3:3333.333.333"> <businessService serviceKey="uddi:nh3:DS"> and so on... What should be our strategy to generate such custom "businessKeys" and "serviceKeys" ? Many thanks! Please let us know if you know a way, and what it is! If you have an example, please tell us. ----- Original Message ----- From: Computer Learning Inst To: "[email protected]" <[email protected]> Cc: Sent: Tuesday, September 6, 2011 10:31 AM Subject: Re: save TModel exception I have added a few variations of the following to uddi.xml, but to no avail. <property name="keyDomain" value="nh:ie"/> <property name="keyDomain" value="nh:ie:hcid"/> <property name="keyDomain" value="uddi:nh:ie"/> <property name="keyDomain" value="uddi:nh:ie:hcid"/> May be, the above changes are not correct. What other changes do we need so that we can create TModels in jUDDI DB? Your help, as usual, is very much appreciated. thanks! ----- Original Message ----- From: Computer Learning Inst To: "[email protected]" Cc: Sent: Tuesday, September 6, 2011 9:52 AM Subject: Re: save TModel exception Thanks Kurt. Can you suggest what steps I should take so that we are able to create a few TModels in the jUDDI v3.0.4 database? ----- Original Message ----- From: Kurt Stam To: "[email protected]" Cc: Sent: Tuesday, September 6, 2011 9:38 AM Subject: Re: save TModel exception That is bc your publisher key domain does not match the domain part of the model key you are trying to use. --K On Sep 6, 2011, at 9:08, Computer Learning Inst wrote: > Hello jUDDI v3.0.4 users: > > I am sure, I am making some mistake. > > I am saving a TModel, with key=uddi:nh:ie:hcid. However, I run into the > following exception. Where in the code may I fix this problem? > > > INFO: Application > {urn:uddi-org:v3_service}UDDI_Publish_Port#{urn:uddi-org:v3_service}save_tModel > has thrown exception, unwinding now: > org.apache.juddi.v3.error.KeyUnavailableException: The proposed key is not > within the partition defined by owning publisher: uddi:nh:ie:hcid > > Thanks in advance for your help.
