Hi, to my knowledge, app engine doesn't store used namespaces, it just uses the corresponding string as prefix to separate data & structure.
If you want to remember all used namespaces, it's something that you have to handle by yourself: you create your system namespace then define an entity for describing namepaces( name, creation date, by whom, etc.) in this system namespaces and store those entities when you create a new user namespace. I.e. when you set a namepace, you check if not already exist and if not store in your system namespace regards didier On May 16, 12:43 pm, Prashant <[email protected]> wrote: > hi, > > is there any way to find out what namespaces i have used in my app ?? > > thanks > Prashant -- 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=en.
