Hi everyone,

Need: WE WANT TO BE ABLE TO CREATE TMODELS "ON THE FLY" -- BASED ON WHAT OUR 
USERS ENTER.  CUSTOM KEYDOMAINS "ON THE FLY" WE NEED.


Both jUDDI v3.0.4 and jUDDI v3.1.0 have run into the same error.

We are focused on jUDDI v3.0.4 (so, jUDDI v3.1.0 was just another try -- jUDDI 
v3.1.0 was a quick and minimal installation to test, no fancy stuff).

Based on the previous thread (saveTModel exception) to generate keydomains "on 
the fly" associated with a custom publisher, we went ahead and tried some test 
code.

The following test code runs into "An error occurred attempting to retrieve 
configuration information:  juddi.rootPartition" at line #3, every time !

1. System.setProperty(Property.JUDDI_KEYGENERATOR, 
"org.apache.juddi.keygen.DefaultKeyGenerator");

2. KeyGenerator keyGenerator = KeyGeneratorFactory.getKeyGenerator();

3. keyGenerator.generate();  // throws error 
"org.apache.juddi.v3.error.FatalErrorException: An error occurred attempting to 
retrieve configuration information:  juddi.rootPartition"



org.apache.juddi.v3.error.FatalErrorException: An error occurred attempting to 
retrieve configuration information:  juddi.rootPartition
        at 
org.apache.juddi.keygen.DefaultKeyGenerator.generate(DefaultKeyGenerator.java:43)



We are clueless so far on how to create custom keydomains (i.e. key partitions) 
"on the fly".  Do you have experience with jUDDI, can you help??


We have believed jUDDI is a good specification implementation and can meet our 
needs.  But we need to see that somebody understands our needs better so that 
we can successfully deploy our products that use UDDI services.

Reply via email to