2015-01-07 53 views

回答

3

經過一番摸索,我提出了以下工作解決方案。

添加以下行到配置文件:

jdoconfig.xml <property name="datanucleus.cache.level2.type" value="jcache"/> <property name="datanucleus.cache.level2.cacheName" value="Anything"/>

的build.gradle(應用服務引擎模塊) compile 'net.sf.jsr107cache:jsr107cache:1.1' compile 'com.google.appengine:appengine-jsr107cache:1.9.17' compile 'org.datanucleus:datanucleus-cache:3.1.3'

當然,你的里程可能會有所不同,具體取決於您的特定JDO設置。