I saw that on the Tapestry list. Glad you got it working. mrg
On Thu, Nov 29, 2012 at 2:34 PM, <[email protected]> wrote: > > > @Startup > > > public void init(ObjectContextProvider provider) { ... } > > A comment by the author of the T5-Cayenne module on the tapestry mailing > list made me realize that there must be a mistake in my own code. And > indeed, I'd made a stupid mistake: I used provider.currentContext() instead > of newContext(). My bad. > > It works now and the last modified dates are set accordingly. :-) > > Thanks. > > >
