There is no error at debug level
and the strange thing
that the data saved if i query the same dao
but if i query the other one the data is not saved
like this
        @ModelAttribute("countries")
        public List<?> populateCountry() {
                //this make data not saved
                return countryDAO.readAll();
                //But this make the data saved
                //return portDAO.readAll();
        }
Any suggestion is welcomed
On Nov 19, 11:03 am, datanucleus <[email protected]> wrote:
> > But I didn't get any exception that the persistenceManager connection
> > is closed. It just didn't save without giving any errors
>
> And you looked at the log, at DEBUG level, didn't you?
>
> > and persistenceManager's detachCopy also didn't save
>
> Please look at the javadocs for detachCopy and consider why it should
> possibly "save".

--

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 [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=.


Reply via email to