I am trying to understand why there is a need of a testFileName on the DMI datasource that uses spring/hibernate integration over DMI.
My basic question is
<DataSource
ID="supplyItemSpringDMI"
serverType="generic"
testFileName="supplyItem.data.xml"
What is the purpose of the param testFileName="supplyItem.data.xml"
If the data being loaded comes from hibernate?
Is this for offline support of some kind?
BTW, I am new here, wish you guys all best and starting to use the EE trial to make sure it meets my needs.
Cheers,
EJ
My basic question is
<DataSource
ID="supplyItemSpringDMI"
serverType="generic"
testFileName="supplyItem.data.xml"
What is the purpose of the param testFileName="supplyItem.data.xml"
If the data being loaded comes from hibernate?
Is this for offline support of some kind?
BTW, I am new here, wish you guys all best and starting to use the EE trial to make sure it meets my needs.
Cheers,
EJ
Comment