[appengine-java] Re: Updating a simple boolean

2010-03-08 Thread datanucleus
> It doesn't show up in the log. It is on DEBUG level. At DEBUG level there is a vast amount of logging. If you see nothing then you are looking at a different log, not the GAE/J log. -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group

[appengine-java] Re: Updating a simple boolean

2010-03-07 Thread A1programmer
It doesn't show up in the log. It is on DEBUG level. On Mar 7, 4:12 pm, datanucleus wrote: > Plenty shows up in the log when you set it to DEBUG level. -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To post to this group, send e

[appengine-java] Re: Updating a simple boolean

2010-03-07 Thread datanucleus
Plenty shows up in the log when you set it to DEBUG level. -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To post to this group, send email to google-appengine-j...@googlegroups.com. To unsubscribe from this group, send email to

[appengine-java] Re: Updating a simple boolean

2010-03-07 Thread A1programmer
Actually, nothing for this shows up up in the log. I get "Mail sent to: address ...". Anyway, I am not a fan of JDO/JPA/etc, at any level. Also, you make it sound as if I am wasting your time. You could have chosen not to answer, although I appreciate the fact that you did. People come to this

[appengine-java] Re: Updating a simple boolean

2010-03-07 Thread datanucleus
Observance of the JDO spec would tell you that calling makePersistent on something that is already managed is a pointless call since JDO knows you updated the field (the whole point of enhancing those classes); but you don't seem to bother doing a pm.close(). Obviously the log would reveal what exa