Hi,

How about files located in: <project>/war/WEB-INF/lib? Those should
reflect your SDK 1.2.2 version. The problem you're having occurs if
those files are from 1.2.1 version.

Hope this helps! Anyway, good luck! :-)

Cheers,
Maciej

2009/8/30 Choopong C. <[email protected]>:
> Hi Jason,
>
> Thanks for you help.
>
> My SDK version is 1.2.2
>
> And the correct URL is http://localhost:8080/_ah/admin not
> http://localhost:8080/_ah/admin/.
>
> So, now I know now I'm able to save the data but I'm wondering why I cannot
> retrieve it?
> The query code are in JSP same as Getting Started document and it always
> show "The guestbook has no messages.".
>
> Anyway, my code and log are in attachments.
>
> Please advise.
>
> Cheers,
> Choopong.
>
> On Sat, Aug 29, 2009 at 1:00 AM, Jason (Google) <[email protected]> wrote:
>>
>> 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).
>>>>>
>>>>> How can I test JDO on localhost?
>>>>>
>>>>> What about JPA?
>>>>>
>>>>> Regards,
>>>>> Choopong.
>>>>>
>>>>
>>>>
>>>>
>>>
>>>
>>>
>>
>>
>>
>
>
> >
>



-- 
Maciej Machulak
email: [email protected]
tel: +48 602 45 31 44
tel: +44 7999 606 767

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