I may have stumbled across the answer by commenting out fields one at a time. Vendor had an embedded class PremiumInfo that referred to a non-embedded class Review. When I either a) removed the Review field from PremiumInfo or b) made PremiumInfo not embedded, the problem went away.
Is having an embedded class owning a collection of non-embedded classes a no-no? -- decitrig -- 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 [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine-java?hl=en.
