Hi,
When using JDO object store with debugging enabled I get a stack trace
(see below). I guess I have to disable DEBUG logging for the time
being ;-)
Regards,
Minto
Caused by:
org.apache.isis.core.commons.exceptions.NotYetImplementedException:
This method is not implemented yet
at
org.apache.isis.runtimes.dflt.objectstores.jdo.datanucleus.DataNucleusObjectStore.debugData(DataNucleusObjectStore.java:620)
at
org.apache.isis.runtimes.dflt.runtime.system.persistence.PersistenceSession.debugData(PersistenceSession.java:1065)
at
org.apache.isis.runtimes.dflt.runtime.system.session.IsisSessionDefault.debug(IsisSessionDefault.java:309)
at
org.apache.isis.runtimes.dflt.runtime.system.session.IsisSessionDefault.takeSnapshot(IsisSessionDefault.java:295)
at
org.apache.isis.runtimes.dflt.runtime.system.session.IsisSessionDefault.close(IsisSessionDefault.java:110)
at
org.apache.isis.runtimes.dflt.runtime.system.context.IsisContext.closeSessionInstance(IsisContext.java:209)
at
org.apache.isis.runtimes.dflt.runtime.system.context.IsisContext.closeSession(IsisContext.java:275)
- NotYetImplementedException when debug info enabled minto
-