<bean id="sqlMapClient" class="org.springframework.orm.ibatis.SqlMapClientFactoryBean">
<property name="dataSource" ref="dataSource" />
<property name="configLocation" value="/WEB-INF/SqlMapConfig.xml" />
<property name="mappingLocations" value="classpath:/com/william/*/*/*.xml" />
<!--<property name="lobHandler" ref="lobHandler"/>-->
<!--<property name="useTransactionAwareDataSource" value="true"/>-->
         </bean>运行的时候提示这个错
The content of element type "sqlMapConfig" is incomplete, it must match "(properties?,settings?,resultObjectFactory?,typeAlias*,typeHandler*,transactionManager?,sqlMap+)+".
这是怎么回事?在官网上说的是spring2.0以后是支持表达式的。