Is it different from iBatis 2? With Spring 2.5 and iBatis 2, all you had to do was:
<bean id = "sqlMapClient" class = "org.springframework.orm.ibatis.SqlMapClientFactoryBean">
<property name = "configLocation" value = "SqlMapConfig.xml" />
<property name="dataSource" ref="dataSource" />
</bean>