You should be able to see http://localhost:8080/_ah/admin if your project is
configured to use the latest SDK. Can you right-click your project, click
Properties, then select the Google option and App Engine beneath it to see
which version of the SDK you're using?

Are you seeing any errors when you try to post a message? How are you
verifying that messages aren't being posted? If you change the levels in
your logging.properties file to FINEST, you should be able to see the debug
output from App Engine's DataNucleus plugin which provide some clues.

- Jason

On Thu, Aug 27, 2009 at 4:09 AM, Choopong C. <[email protected]> wrote:

> Hi Leszek and Jason,
>
> Thanks for your answer and sorry for my very delay reply. I just have time
> to back to this project.
>
> Yes, I know I should be able to use JDO/JPS in local but actually I can't.
>
> My guest book app (from following the java starting guide) seems unable to
> save the posted message to local database.
>
> Additionally, I cannot access to http://localhost:8080/_ah/admin/. (Error
> 404)
>
> My Eclipse is 3.4 and Google Plugin version is shown in attachment.
>
> Please advise.
>
> Cheers,
> Choopong.
>
>
> On Thu, Jul 30, 2009 at 4:40 AM, Jason (Google) <[email protected]>wrote:
>
>> Hi Choopong. You should be able to use JDO/JPA in the local environment.
>> Object's are stored in a local database so you can verify that your
>> persistence code is working. There is also a local data viewer that you can
>> use to preview your entities -- if you're running your local development
>> server on port 8080, just go to http://localhost:8080/_ah/admin/.
>> - Jason
>>
>>
>> On Tue, Jul 28, 2009 at 2:11 AM, Choopong Choosamer 
>> <[email protected]>wrote:
>>
>>>
>>> Hi,
>>>
>>> A quick question.
>>>
>>> I have followed the getting start guide for Java and I found that I
>>> have to run it in GAE to get the result in JDO topic (http://
>>> code.google.com/appengine/docs/java/gettingstarted/
>>> usingdatastore.html<http://code.google.com/appengine/docs/java/gettingstarted/%0Ausingdatastore.html>
>>> ).
>>>
>>> How can I test JDO on localhost?
>>>
>>> What about JPA?
>>>
>>> Regards,
>>> Choopong.
>>>
>>>
>>
>>
>>
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to