Hi Matt, 

Multiple executions could be:

        </executions>
          [...]
          <execution>
            <phase>test-compile</phase>
            <goals>
              <goal>operation</goal>
            </goals>
            <!-- specific configurations -->
            <configuration>
              <type>CLEAN_INSERT</type>
              <src>src/test/data/insert.xml</src>
            </configuration>
          </execution>
          [...]
        </executions>

But it looks for me DbUnit can not make two or more executions per one
phase... 

Yes, the best wait is to pass a comma separated list of files in to src
attribute of configuration.

Where I can submit request?

Regards, 
ros


mraible wrote:
> 
> I don't know if the dbunit plugin supports this. You can checkout
> their documentation at:
> 
> http://mojo.codehaus.org/dbunit-maven-plugin/
> 
> If this feature doesn't exist, I'm sure it could be added. You should
> be able to enter an issue in their JIRA for adding this feature.
> 
> Matt
> 
> On 10/24/07, ros <[EMAIL PROTECTED]> wrote:
>>
>> Hi!
>>
>> I want to load data from sample-data.xml and  sample-data-slice1.xml,
>> sample-data-slice2.xml,  sample-data-slice3.xml. Each files contains data
>> for all tables.
>>
>> Reason: files too big.
>> Condition: load data from all files always.
>>
>> How I can tell dbunit to load data from multiple files?
>>
>> Thanks.
>> --
>> View this message in context:
>> http://www.nabble.com/can-DBUNIT-maven-plugin-load-data-from-multiple-files--tf4683736s2369.html#a13383892
>> Sent from the AppFuse - User mailing list archive at Nabble.com.
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>>
>>
> 
> 
> -- 
> http://raibledesigns.com
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/can-DBUNIT-maven-plugin-load-data-from-multiple-files--tf4683736s2369.html#a13388263
Sent from the AppFuse - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to