| This is an implementation if iBatis DataSourceFactory allowing to use
a reference to an excalibur data source in the iBatis configuration.
The configuration in the iBatis sqlMapConfig looks like this:
<dataSource type="org.apache.cocoon.databases.ibatis.ExcaliburDataSourceFactory">
<property name="connection" value="Name of the Excalibur data source from the cocoon.xconf"/>
</dataSource>
version: $Id: ExcaliburDataSourceFactory.java 495744 2007-01-12 21:22:51Z anathaniel $ since: 2.1.10 |