Asmir Mustafic
Asmir Mustafic
Hmm, It looks the combination with the `@Inline` annotation and the `@XmlKeyValuePairs` annotation... Not sure it will work out of the box.
Can you explain this PR?
Hi @mcorteel-harel yes please. I started to take care of this lib in the recent period, so if you have a fix fo this, it would be great!
How are the metadata for the `Country` class? Both doctrine and jms
The primary key in your entity is "id", but you are sending the "code" in the xml data
JMS serializer detects it as doctrine entity and tries to load it
could be related to https://github.com/schmittjoh/serializer/pull/951 Can you check if adding `jms/serializer: 1.11.*` works?
I think that this kind of feature should be an "application" issue. Generic bundles/libs can't satisfy those needs in a "decent" way. Too many ways to represent the same thing.
replced by https://github.com/Masterminds/html5-php/pull/223
having same issue with 18.09.3 :cry: