Hi, IIRC, XML supports includes - I believe via the <!ENTITY ..> tag - I don't know if the parser dbunit uses will support that, but it should be quick and easy to try it.
On 24 Oct 2007 at 7:51, Matt Raible 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] Rob Hills Waikiki, Western Australia Mobile +61 (412) 904-357 Fax: +61 (8) 9529-2137 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
