On Tue, Feb 7, 2012 at 6:03 PM, Joe Baldwin <[email protected]> wrote: > 2. So I found their log4j.properties file and inserted > "log4j.logger.org.apache.cayenne.access.QueryLogger=DEBUG" (I hope this is > what you were thinking of)
I actually think you want INFO instead of DEBUG. > 4. Rod Serling moment: when I tried to add the Product entity - for the first > time it did not fail > - detail: it added the Product, there was no Exception > - I verified the Product by listing all of my products > > So, is this 1. Insane, or 2. totally Insane? I've seen AshwoodEntitySorter produce different insert orderings before from different starts. Since you shutdown the application, AES would have to produce a new dependency graph on startup. I'm not saying this is responsible, but it is a possibility. So: 0. Maybe not insane. :-) mrg
