[google-appengine] Log viewer shows ??? instead of UTF-8 characters

2011-05-04 Thread Dzmitry Lazerka
Hi folks, When I log messages that contain 8-bit characters, question marks are shown instead on Logs page. As Logs page uses UTF-8 (pretty standard nowadays), it would be great if I could log UTF-8 strings and see them in logs. I use Scala+Java. -- You received this message because you are

[appengine-java] Re: -javaagent gets removed from Run Configuration / Arguments in Eclipse

2011-04-14 Thread Dzmitry Lazerka
Any thoughts? Seems like a bug in Google Plugin for Eclipse. -- 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

[appengine-java] -javaagent gets removed from Run Configuration / Arguments in Eclipse

2011-04-10 Thread Dzmitry Lazerka
Hi folks, I've mavenized my project for Eclipse Helios as described at http://googlewebtoolkit.blogspot.com/2010/08/how-to-use-google-plugin-for-eclipse.html, and other web sites. And it works, but only for one run. When I run it again, it says: Unable to locate the App Engine agent. Please

[appengine-java] $RequestStatProto$Builder cannot be cast to $RequestStatProto$Builder in hosted mode

2011-03-13 Thread Dzmitry Lazerka
html head meta http-equiv=Content-Type content=text/html; charset=ISO-8859-1/ titleError 500 com.google.appengine.tools.appstats.StatsProtos$RequestStatProto$Builder cannot be cast to com.google.appengine.tools.appstats.StatsProtos$RequestStatProto$Builder/title /head bodyh2HTTP ERROR 500/h2

[appengine-java] Re: $RequestStatProto$Builder cannot be cast to $RequestStatProto$Builder in hosted mode

2011-03-13 Thread Dzmitry Lazerka
Full restart helps, seems like an old cache in a ClassLoader. -- 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

[appengine-java] java.io.FileNotFoundException: logging.properties.

2011-01-19 Thread Dzmitry Lazerka
Hi folks, I've created default GAE 1.4.0 project in Eclipse Galileo. 1. Changed .level = FINE, but don't see log messages of level FINE and lower in console. INFO and higher are shown as intended. 2. The same for .level = FINER, FINEST and ALL. -- You received this message because you are

[appengine-java] .startsWith does not work on production

2011-01-19 Thread Dzmitry Lazerka
STEPS TO REPRODUCE: 1. Create default GAE 1.4.0 project in Eclipse Galileo. 2. Execute Query query = pm.newQuery(MyRecord.class); query.setFilter(myfield.startsWith(:1)); query.setRange(0, 10); ListMyRecord records = (ListMyRecord) query.execute(myValue); OBSERVED: 1. Works OK in Dev env. 2.

[appengine-java] How to delete indexes using XML configuration?

2011-01-19 Thread Dzmitry Lazerka
How to delete indexes using XML configuration? -- 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

[appengine-java] Changing logging .level does not affect logging

2011-01-19 Thread Dzmitry Lazerka
Ugh, sorry, wrong subject. Correct is logging .level does not affect logging On Jan 19, 12:34 am, Dzmitry Lazerka dlaze...@gmail.com wrote: Hi folks, I've created default GAE 1.4.0 project in Eclipse Galileo. 1. Changed .level = FINE, but don't see log messages of level FINE and lower

[appengine-java] Re: JDO/JPA Snippets That Work - Executing Keys-Only Queries

2011-01-10 Thread Dzmitry Lazerka
Hi Max, When I execute JDO SELECT id FROM MyClassName, I get QueryCompilerSyntaxException: PrimaryExpression should be a VariableExpression with name id exception. MyClassName has field id as PrimaryKey. AppengineSDK 1.4.0. Everything is pretty standard. Could you please show me where I'm wrong?

[appengine-java] Re: JDO/JPA Snippets That Work - Executing Keys-Only Queries

2011-01-10 Thread Dzmitry Lazerka
Oh, sorry. MyClassName didn't have field id. On Jan 10, 1:11 am, Dzmitry Lazerka dlaze...@gmail.com wrote: Hi Max, When I execute JDO SELECT id FROM MyClassName, I get QueryCompilerSyntaxException: PrimaryExpression should be a VariableExpression with name id exception. MyClassName has

Re: [appengine-java] Denormalization model help

2011-01-09 Thread Dzmitry Lazerka
How about: Country (name*) City (name*, Key countryKey) Event (id*, description, timeGMT, ListTicket, ListPerformer, Key cityKey) ? - Best regards, Dzmitry Lazerka On Sun, Jan 9, 2011 at 11:17, Sydney sydney.henr...@gmail.com wrote: I have the following model: Country (name*, ListCity

[appengine-java] Eclipse Plugin: JDO JavaDocs aren't attached

2010-12-31 Thread Dzmitry Lazerka
Hi folks, For example, after Open Declaration on PersistenceManager class, Eclipse says sources aren't attached. I thought they aren't included in plugin, but recently found that

[appengine-java] Re: Eclipse Plugin: JDO JavaDocs aren't attached

2010-12-31 Thread Dzmitry Lazerka
Even worse, attachments are erased on Eclipse restarts. -- 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-j...@googlegroups.com. To unsubscribe from this group, send email to