[appengine-java] Java 5 and Remote API

2011-12-24 Thread Doug
Good Morning,
 
I am trying to use the remote API to access the datastore in a Java 5 
envirotment.  Currently I am receiving the error below when trying to build 
the application.  Is there a way to get a Java 5 verions of the 
appengine-api, appengine-remote-api, and appengine-tools.api jars?
 
class file has wrong version 50.0, should be 49.0
 
Thanks,
Doug

-- 
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/-/1Zjug3EggJ8J.
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] Re: google_sql.jar has dependency on unsupported API ?

2011-12-24 Thread Martin Dvorak
I'm facing exactly the same problem and (partially) solved it by deleting 
google-sql.jar Flori, did you noticed any other problems except Eclipse 
warnings before or after the deployment?

Thanks!

-- martin

-- 
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/-/5L6eIC29DTsJ.
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] Re: google_sql.jar has dependency on unsupported API ?

2011-12-24 Thread Flori
Datastore Servlets etc. are working as perfect as before but so far I've 
only tested things on our local machine. I have not deployed our app yet.

-- 
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/-/OQSHV71Zzu0J.
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] problem with Content-type: null with css files

2011-12-24 Thread jon stevens
Hey there,

I've got an app up on GAE-J that when I request a .css file, I get back a 
Content-Type: null, which is causing Chrome/Safari to not render the page 
correctly. Any ideas why this would happen? Here is an example of what I 
see in the Chrome Developer Tools - Network - Headers. I tried adding the 
mime-extension to the web.xml and that didn't do anything.

Request URL:http://appid.appspot.com/css/gen/main.css
Request Method:GET
Status Code:200 OK

Request Headers
Accept:text/css,*/*;q=0.1
Accept-Charset:ISO-8859-1,utf-8;q=0.7,*;q=0.3
Accept-Encoding:gzip,deflate,sdch
Accept-Language:en-US,en;q=0.8
Authorization:Basic sldkjf
Cache-Control:max-age=0
Connection:keep-alive
Host:appid.appspot.com
If-None-Match:Cf2J0A
Referer:http://appid.appspot.com/
User-Agent:Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_2) AppleWebKit/535.7 
(KHTML, like Gecko) Chrome/16.0.912.63 Safari/535.7

Response Headers
Cache-Control:public, max-age=600
Content-Length:112490
Content-Type:null
Date:Sun, 25 Dec 2011 00:23:00 GMT
ETag:NfQmpA
Expires:Sun, 25 Dec 2011 00:33:00 GMT
Server:Google Frontend

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