請教spring 配置檔案問題

xunifeng發表於2009-10-11
在spring配置檔案中配置了一個bean:
<bean id="dataSource" class="com.asiainfo.appanalyze.base.util.DynamicDataSource">
<property name="targetDataSources">
<map>
<entry key="ds0" value-ref="ds0"/>
<entry key="ds1" value-ref="ds1"/>
<entry key="ds2" value-ref="ds2"/>
</map   
</property>
</bean>
啟動server時,報錯:
org.xml.sax.SAXParseException: cvc-complex-type.2.3: Element 'map' cannot have character [children], because the type's content type is element-only.
請各位達人賜教,謝謝。

[該貼被xunifeng於2009-10-12 12:05修改過]

相關文章