good day everyone.

i go with
http://code.google.com/intl/zh-TW/apis/sql/docs/developers_guide_java.html#use_with_java

it work well until i upgrade my gae eclipse plug-in from 1.5 to 1.6.1

first
i cannot use
com.google.appengine.repackaged.org.json.JSONObject and
com.google.appengine.repackaged.org.json.JSONArray
it show message
Use of com.google.appengine.repackaged may result in your app breaking
without warning.
i exchange all my code to com.google.gwt.json.client.JSONArray and
com.google.gwt.json.client.JSONObject.

and
i got Server Error. because i try connect my cloud sql.
i hava no idea why it happen, because it work very well this morning.
i tried config info from eclipse>properties>google>app engine>google
cloud sql>enable google cloud sql(selected)
doesn't work.

can anyone help? please.

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

Reply via email to