[dna-commits] DNA SVN: r1097 - trunk/utils/dna-jcr-gen/src/test/resources/benerator.
dna-commits at lists.jboss.org
dna-commits at lists.jboss.org
Mon Jul 13 04:23:41 EDT 2009
Author: spagop
Date: 2009-07-13 04:23:41 -0400 (Mon, 13 Jul 2009)
New Revision: 1097
Modified:
trunk/utils/dna-jcr-gen/src/test/resources/benerator/benerator.xml
Log:
enhanced argument input ways
Modified: trunk/utils/dna-jcr-gen/src/test/resources/benerator/benerator.xml
===================================================================
--- trunk/utils/dna-jcr-gen/src/test/resources/benerator/benerator.xml 2009-07-13 06:40:00 UTC (rev 1096)
+++ trunk/utils/dna-jcr-gen/src/test/resources/benerator/benerator.xml 2009-07-13 08:23:41 UTC (rev 1097)
@@ -8,10 +8,13 @@
<import domain="address" />
<!-- My consumer for my InMmemery repos. source -->
- <bean id="dnaJcrConsumer" spec="org.jboss.dna.jcr.gen.JCRDataMassGen('toto', 'firstSource',
+ <bean id="dnaJcrConsumer" spec="org.jboss.dna.jcr.gen.JCRDataMassGen('firstSource',
'this is only my first jcr repos source with some test data',
- 'test repository',
- 'WS1',true)"/>
+ 'defaultWorkspaceName',
+ 'WS1',
+ 'test repository',
+ 'org.jboss.dna.graph.connector.inmemory.InMemoryRepositorySource',
+ 'username',true)"/>
<!-- Some extras data -->
<include uri="bank.properties"/>
More information about the dna-commits
mailing list