Re: [appengine-java] UnicodeDecodeError: 'utf8' codec can't decode byte 0xe1 in position 0: inval continuation byte

2010-11-21 Thread Andrew Bailey
using utf-8 but you need to use the content encoding of the file, you could try latin_1 or windows-1252 Andrew Bailey http://www.apps4u.co Twitter @apps4uco -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To post to

[appengine-java] ManyToMany with list properties - IllegalArgumentException: name: String properties must be 500 characters or less.

2010-10-19 Thread Andrew Bailey
Hi, I have a problem that I have a model where there are two hierarchys A---*B---*C D---*E---*F (---* = one to many relationships) B has a Key with A as its parent etc So the keys grow to be fairly large Everything was working fine until I added the extra condition (a unidirectional many to many