On Tue, Apr 21, 2015 at 9:03 AM, Malleswari Srinivasarao <
[email protected]> wrote:

> Thank for your response Vinny.
>
> Could you please let me know what's the reason behind changing the case of
> Kind and property names.?
>


Check your datanucleus configuration file
<https://cloud.google.com/appengine/docs/java/datastore/jdo/overview-dn2>;
specifically, you want to look for the following two properties:
*datanucleus.identifier.wordSeparator* and *datanucleus.identifier.case*.
It sounds like these properties were set in your configuration file to
insert underscores as the word separator (first property) and to uppercase
the property name (second property).

I believe the underscore is the default word separator, so if you're
missing the properties entirely they may have been set to their default
values.


-----------------
-Vinny P
Technology & Media Consultant
Chicago, IL

App Engine Code Samples: http://www.learntogoogleit.com

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/CALSvALCJN6QjOnJFophx9WCtyLRyFuB--Q%3DB-A1_dPtkUZpfqg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to