> I'm quickly running out of ideas, but perhaps one of these two would work
> to make sure the ObjectContextProvider is available up-front:

I'll try these on Monday (or maybe during the weekend if I can get the project 
up and running at home).
In the meantime I checked out the t5-cayenne code from svn and put the listener 
and filter in there. Had to remove all of the test cases to get maven to build 
a jar, probably a very bad idea, but I was getting desperate. Then I removed 
the t5-cayenne dependency from my pom and added the jars to the build path in 
eclipse instead. 

So now when I edit something the # of filters for
dataContext.getParentDataDomain().getFilters();
is 1 and it is the ChangeSetFilter. Good.

But still the lastmodified date isn't set. I put the LastModified annotation on 
some cayenne entity classes like this

@LastModified
public class Item extends _Item { ... }

Is that right? Did I miss something else? 


> If neither of those work, perhaps the T5 list would be more helpful.  I'm
> pretty sure Robert Ziegler, who wrote the T5-Cayenne module, follows that
> list.

Yeah, sorry for the off topic tapestry stuff here and thank you for your help.

Reply via email to