Re: [appengine-java] migrating to SDK 1.6.3 from 1.5.3

2012-03-20 Thread doright
thanks, (I'm on eclipse)

actually I found I had an out of date data nucleus library in my WEB-INF 
directory after updating:
http://stackoverflow.com/questions/8595485/fubar-after-update-to-gae-java-sdk-1-6-0-1-6-1-persistencemanager-singleton/9791666#9791666



On Tuesday, March 20, 2012 8:16:58 PM UTC+1, Matthew Jaggard wrote:
>
> On Netbeans, I occasionally have to empty .netbeans/var/cache but that's 
> generally for IDE related issues (such as auto-completion not working) I've 
> never had a problem when I explicitly select "Clean" then "Build" or "Clean 
> Build" (which in Netbeans does the same ant tasks).
>
>
> On Mar 20, 2012 2:36 PM, "doright" wrote:
>
>> thanks for the reply Matthew, 
>>
>> it is indeed some sort of build problem, coz I deployed to GAE and it 
>> works.  But I always do a "clean build" and still get the problem on dev. 
>>  What do you mean by empty your caches?  I thought clean build did that - 
>> clearly not.
>>
>> cheers 
>> Doug
>>
>> On Tuesday, March 20, 2012 1:51:19 PM UTC+1, Matthew Jaggard wrote:
>>>
>>> This is nearly always caused by pre-compiled code being used. Empty your 
>>> caches and do a clean build. 
>>> On Mar 20, 2012 11:08 AM, "doright"  wrote:
>>>
 It's giving me a runtime error that I don't understand:

 Caused by: java.lang.NoSuchMethodError: com.google.appengine.api.**
 datastore.DatastoreService.**beginTransaction


 has this been deprecated in some way?  Why no compile error?


 Can anyone help me understand what's going on?  Many thanks if you can..

 -- 
 You received this message because you are subscribed to the Google 
 Groups "Google App Engine for Java" group.
 To view this discussion on the web visit https://groups.google.com/d/**
 msg/google-appengine-java/-/**oHO1F-dykXkJ
 .
 To post to this group, send email to google-appengine-java@**
 googlegroups.com .
 To unsubscribe from this group, send email to google-appengine-java+**
 unsubscr...@googlegroups.com
 .
 For more options, visit this group at http://groups.google.com/**
 group/google-appengine-java?**hl=en
 .

>>>  -- 
>> You received this message because you are subscribed to the Google Groups 
>> "Google App Engine for Java" group.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msg/google-appengine-java/-/9KfboKjZKmQJ.
>> To post to this group, send email to 
>> google-appengine-java@googlegroups.com.
>> To unsubscribe from this group, send email to 
>> google-appengine-java+unsubscr...@googlegroups.com.
>> For more options, visit this group at 
>> http://groups.google.com/group/google-appengine-java?hl=en.
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine-java/-/tG4-A6FG5JQJ.
To post to this group, send email to google-appengine-java@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



Re: [appengine-java] migrating to SDK 1.6.3 from 1.5.3

2012-03-20 Thread Matthew Jaggard
On Netbeans, I occasionally have to empty .netbeans/var/cache but that's
generally for IDE related issues (such as auto-completion not working) I've
never had a problem when I explicitly select "Clean" then "Build" or "Clean
Build" (which in Netbeans does the same ant tasks).


On Mar 20, 2012 2:36 PM, "doright"  wrote:

> thanks for the reply Matthew,
>
> it is indeed some sort of build problem, coz I deployed to GAE and it
> works.  But I always do a "clean build" and still get the problem on dev.
>  What do you mean by empty your caches?  I thought clean build did that -
> clearly not.
>
> cheers
> Doug
>
> On Tuesday, March 20, 2012 1:51:19 PM UTC+1, Matthew Jaggard wrote:
>>
>> This is nearly always caused by pre-compiled code being used. Empty your
>> caches and do a clean build.
>> On Mar 20, 2012 11:08 AM, "doright"  wrote:
>>
>>> It's giving me a runtime error that I don't understand:
>>>
>>> Caused by: java.lang.NoSuchMethodError: com.google.appengine.api.**
>>> datastore.DatastoreService.**beginTransaction
>>>
>>>
>>> has this been deprecated in some way?  Why no compile error?
>>>
>>>
>>> Can anyone help me understand what's going on?  Many thanks if you can..
>>>
>>> --
>>> You received this message because you are subscribed to the Google
>>> Groups "Google App Engine for Java" group.
>>> To view this discussion on the web visit https://groups.google.com/d/**
>>> msg/google-appengine-java/-/**oHO1F-dykXkJ
>>> .
>>> To post to this group, send email to google-appengine-java@**
>>> googlegroups.com .
>>> To unsubscribe from this group, send email to google-appengine-java+**
>>> unsubscr...@googlegroups.com
>>> .
>>> For more options, visit this group at http://groups.google.com/**
>>> group/google-appengine-java?**hl=en
>>> .
>>>
>>  --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine for Java" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/google-appengine-java/-/9KfboKjZKmQJ.
> To post to this group, send email to
> google-appengine-java@googlegroups.com.
> To unsubscribe from this group, send email to
> google-appengine-java+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/google-appengine-java?hl=en.
>

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



Re: [appengine-java] migrating to SDK 1.6.3 from 1.5.3

2012-03-20 Thread doright
thanks for the reply Matthew, 

it is indeed some sort of build problem, coz I deployed to GAE and it 
works.  But I always do a "clean build" and still get the problem on dev. 
 What do you mean by empty your caches?  I thought clean build did that - 
clearly not.

cheers 
Doug

On Tuesday, March 20, 2012 1:51:19 PM UTC+1, Matthew Jaggard wrote:
>
> This is nearly always caused by pre-compiled code being used. Empty your 
> caches and do a clean build. 
> On Mar 20, 2012 11:08 AM, "doright"  wrote:
>
>> It's giving me a runtime error that I don't understand:
>>
>> Caused by: java.lang.NoSuchMethodError: 
>> com.google.appengine.api.datastore.DatastoreService.beginTransaction
>>
>>
>> has this been deprecated in some way?  Why no compile error?
>>
>>
>> Can anyone help me understand what's going on?  Many thanks if you can..
>>
>> -- 
>> You received this message because you are subscribed to the Google Groups 
>> "Google App Engine for Java" group.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msg/google-appengine-java/-/oHO1F-dykXkJ.
>> To post to this group, send email to 
>> google-appengine-java@googlegroups.com.
>> To unsubscribe from this group, send email to 
>> google-appengine-java+unsubscr...@googlegroups.com.
>> For more options, visit this group at 
>> http://groups.google.com/group/google-appengine-java?hl=en.
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine-java/-/9KfboKjZKmQJ.
To post to this group, send email to google-appengine-java@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



Re: [appengine-java] migrating to SDK 1.6.3 from 1.5.3

2012-03-20 Thread Matthew Jaggard
This is nearly always caused by pre-compiled code being used. Empty your
caches and do a clean build.
On Mar 20, 2012 11:08 AM, "doright"  wrote:

> It's giving me a runtime error that I don't understand:
>
> Caused by: java.lang.NoSuchMethodError:
> com.google.appengine.api.datastore.DatastoreService.beginTransaction
>
>
> has this been deprecated in some way?  Why no compile error?
>
>
> Can anyone help me understand what's going on?  Many thanks if you can..
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine for Java" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/google-appengine-java/-/oHO1F-dykXkJ.
> To post to this group, send email to
> google-appengine-java@googlegroups.com.
> To unsubscribe from this group, send email to
> google-appengine-java+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/google-appengine-java?hl=en.
>

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



[appengine-java] migrating to SDK 1.6.3 from 1.5.3

2012-03-20 Thread doright
It's giving me a runtime error that I don't understand:

Caused by: java.lang.NoSuchMethodError: 
com.google.appengine.api.datastore.DatastoreService.beginTransaction


has this been deprecated in some way?  Why no compile error?


Can anyone help me understand what's going on?  Many thanks if you can..

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine-java/-/oHO1F-dykXkJ.
To post to this group, send email to google-appengine-java@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.