Hi Thomas, thanx for your test tool.
I modified it to include the CNDs, the business roots, and the real random data
generator, and I'm afraid I cannot reproduce the problem.
Here is my output :
*** Initializing repository ***
Initializing repository
[{http://www.legisway.com}addressType]
[{http://www.legisway.com}contactType]
[{http://www.legisway.com}contactsType]
[{http://www.legisway.com}contractorType]
[{http://www.legisway.com}contractorsType]
[{http://www.legisway.com}contractType]
[{http://www.legisway.com}contractsType]
[{http://www.legisway.com}rootType]
*** Adding Node lgw:contracts under the Root Node ***
*** Adding Node lgw:contacts under the Root Node ***
*** Adding Node lgw:contractors under the Root Node ***
Found nodes : 0
[OneByOne] Creating 1000 contacts
end of creation
SELECT COUNT(*) FROM default_binval: 0
SELECT COUNT(*) FROM default_node: 2006
SELECT COUNT(*) FROM default_prop: 13007
SELECT COUNT(*) FROM default_refs: 0
SELECT COUNT(*) FROM version_binval: 0
SELECT COUNT(*) FROM version_node: 1
SELECT COUNT(*) FROM version_prop: 1
SELECT COUNT(*) FROM version_refs: 0
*** Initializing repository ***
Initializing repository
[{http://www.legisway.com}addressType]
[{http://www.legisway.com}contactType]
[{http://www.legisway.com}contactsType]
[{http://www.legisway.com}contractorType]
[{http://www.legisway.com}contractorsType]
[{http://www.legisway.com}contractType]
[{http://www.legisway.com}contractsType]
[{http://www.legisway.com}rootType]
*** Adding Node lgw:contracts under the Root Node ***
*** Adding Node lgw:contacts under the Root Node ***
*** Adding Node lgw:contractors under the Root Node ***
Found nodes : 0
[Batch] Creating 1000 contacts
end of creation
SELECT COUNT(*) FROM default_binval: 0
SELECT COUNT(*) FROM default_node: 2006
SELECT COUNT(*) FROM default_prop: 13007
SELECT COUNT(*) FROM default_refs: 0
SELECT COUNT(*) FROM version_binval: 0
SELECT COUNT(*) FROM version_node: 1
SELECT COUNT(*) FROM version_prop: 1
SELECT COUNT(*) FROM version_refs: 0
Then maybe it's because I'm using it in a webapp, in tomcat and with Spring...
Frederic Esnault