oracle - The proposed key is not within the partition defined by owning publisher:Apache JUDDI and OSB -


i trying publish oracle service bus proxy services uddi registry (juddi). , getting $subject when try publish proxy service through osb. have came across such before?

exception follows when try publish proxy named "foobar"

[2013-05-14 12:53:16,871] info {org.apache.cxf.phase.phaseinterceptorchain} - application {urn:uddi-org:v3_service}uddipublicationservice#{urn:uddi-org:v3_service}save_service has thrown exception, unwinding now: org.apache.juddi.v3.error.keyunavailableexception: proposed key not within partition defined owning publisher: uddi:bea.com:servicebus:default:foobar

yes, have. see blog post details

http://apachejuddi.blogspot.com/2013/03/uddi-howto-create-tmodels-with-custom.html

basically, need create key generator other key starting default 1 (which uddi:org.apache.juddi:something)

to more directly answer you, create tmodel partition key generator following keys, retry operation again.

uddi:bea.com:keygenerator

uddi:bea.com:servicebus:keygenerator

uddi:bea.com:servicebus:default:keygenerator

these rules defined specification.


Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -