I'd add that I'm trying to use my JSON serializable objects as the same that I store in the database via Hibernate. I've tried removing a good bit of code and that is the only thing that comes to mind as being an issue.
On Wednesday, May 18, 2016 at 8:01:12 AM UTC-6, Matt Weaver wrote: > > Migrating my backend to use the Hibernate connector, but getting this: > > Exception in thread "main" com.fasterxml.jackson.core.JsonParseException: > Expected a field name (Scalar value in YAML), got this instead: > <com.fasterxml.jackson.dataformat.yaml.snakeyaml.events.MappingStartEvent(anchor=null, > > tag=null, implicit=true)> > > I don't see any errors in my YAML, has anyone seen anything like this > before? I've not fully exhausted all debugging options, but thought I'd > ask anyway (you know, saving time and all that). > -- You received this message because you are subscribed to the Google Groups "dropwizard-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
