Root seed data for a custom user (publisher) does not seem to work.
For example,
insert into j3_publisher
values('myorguddi',null,'true','true',null,null,null,null,'myorguddi
publisher');
with a "clean" database AND placing the data files under
"...\webapps\juddiv3\WEB-INF\classes\juddi_custom_install_data\myorguddi*.xml"
does NOT preload data into jUDDI v3 database.
The data files are simply ignored during the server start up.
We are working under a deadline and we need to get the seed data working. If
the feature works for a custom publisher, the "seed data" is a very powerful
feature.
From: Computer Learning Inst <[email protected]>
Subject: For Seed Data: INSERT INTO j3_PUBLISHER ?
To: [email protected]
Date: Sunday, May 1, 2011, 10:12 AM
Hello jUDDI users!
The jUDDI documentation says "For each publisher there are four seed data
files..." namely, <publisher>_Publisher.xml <publisher>_tModelKeyGen.xml,
<publisher>_BusinessEntity.xml, <publisher>_tModels.xml.
My question is:
Before I place the above data files under
"...\webapps\juddiv3\WEB-INF\classes\juddi_custom_install_data\" for a
publisher *other than root* and restart jUDDI instance, do I need to INSERT
that publisher (name) into j3_PUBLISHER ?
Is that one SQL insertion statement the only pre-requisite to having the seed
data loaded into the jUDDI database for that publisher ? What else do I need
to be aware of for seeding data in ?
Please suggest. Thank you. I will post my experience with seed data after I
hear from you.