Open GoogleCodeExporter opened 9 years ago
Just add to your appengine-web.xml
<system-properties>
<property name="java.util.logging.config.file" value="WEB-INF/logging.properties" />
<property name="appengine.orm.disable.duplicate.emf.exception" value="true" />
</system-properties>
Original comment by lucian...@gmail.com
on 29 Nov 2010 at 12:53
I resolved this a long time ago and it was related to how I had setup a couple
of <context:component-scan /> elements. This can probably be closed as invalid
since it was my code causing the problem.
Original comment by tlees...@gmail.com
on 29 Nov 2010 at 5:30
Original issue reported on code.google.com by
tlees...@gmail.com
on 10 Feb 2010 at 9:05