Michel Wilson
Michel Wilson
So I seem to be running into the same issue, and I don't have enough C++ knowledge to understand what is going on here. First, i tried the example in...
@mrWheel thanks!! That example made my compiler happy! @matthijskooijman unfortunately, your example doesn't work, the compiler still seems to only look at the first function, I get the same error....
> > @mrWheel thanks!! That example made my compiler happy! > > Look [here](https://willem.aandewiel.nl/index.php/2019/04/09/dsmr-logger-v4-slimme-meter-uitlezer/)! That is very very fancy, thanks. More than I need I think, but contains lots of...
I also encountered this problem. It seems that for just renaming elements, using `@get:JacksonXmlProperty(localName = "some_quirky_name")` is sufficient. Using `JacksonXmlElementWrapper` doesn't seem necessary at all.
I also encountered this exact issue. I did not manage to capture a stack trace, somehow it got swallowed, not sure why. First, we get the queue full error: `17-Jun-2022...
Ah ok, that's unfortunate ;) I'm not quite sure how to go about adding support for this. Are there any good examples of non-reflection-based schema generation? I've had a look...
Ok, thanks :) will try `-t n` instead of `-n` and set up resolving. Feels a bit cleaner anyway. Are you running it with Python 2.7 currently, or with 3?...