GAE中spring无法识别jdoconfig

准备在GAE中用spring管理JDO,无奈搞了n久仍然没有搞出来,,网上几乎都会用以下配置

	<bean id="pmf"
		class="org.springframework.orm.jdo.LocalPersistenceManagerFactoryBean">
		<!-- The name of the PMF is in META-INF/jdoconfig.xml -->
		<property name="persistenceManagerFactoryName" value="transactions-optional" />
	</bean>

 可是我的spring居然无法识别jdoconfig.xml,至今不明原因。。。期待解决中

你可能感兴趣的:(spring,xml,bean,配置管理,GAE)