I can not create a transactionoptions object with 
transactionoptions.builder.withXG(true)
I get missing method error withXG(boolean)
I can create a transactionoptions object with 
transactionoptions.builder.withDefaults()
 
But apart from that not enabling cross group transactions, the compilation 
still fails anyway with
cannot appy datastore.beginTransaction to transactionOptions
 
another post I saw mentioned a similar a similar issue in relation to the 
use of jdo which presumably uses the low-level api internally
 
using beginTransaction()  ie without any options works fine
 
this is on windows 7
java 6 update 29
gae sdk 1.6.1.1
ant compile
 

-- 
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/-/3jHeXDDa6CYJ.
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.

Reply via email to