Hi,

I am currently migrating a project to TomEE and am facing an issue with Johnzon 
(or maybe the Johnzon-Integration of TomEE?).

I have two classes that are used as parameter and return value of JAX-RS 
resources:

public class Parent {

    @JsonbCreator
    public Parent(@JsonbProperty(“child”) Child child) {
        ...
    }
}

@JsonbTypeAdapter(…)
public class Child {
}

And I get a org.apache.johnzon.mapper.MapperException saying “Missing a 
converter for type class Child”

Is this a known issue? I could not find a Jira Issue for this. Shall I file one.
If someone points me to the right location in the code, I could take a look 
into it myself.

Cheers,
Arne

--
Arne Limburg – Enterprise Architect


OPEN KNOWLEDGE GmbH
Poststraße 1, 26122 Oldenburg
Mobil: +49 151 - 108 22 942
Tel: +49 441 - 4082-154
Fax: +49 441 - 4082-111
arne.limb...@openknowledge.de
www.openknowledge.de <https://www.openknowledge.de/>

Registergericht: Amtsgericht Oldenburg, HRB 4670
Geschäftsführer: Lars Röwekamp, Jens Schumann

Nächste Konferenz:

WJAX | München | 04. - 08. November 2019 
<https://www.openknowledge.de/event/at-wjax/>

Nächste Akademie:

API, Microservices, DDD Summit | Berlin | 9. - 11. Dezember 2019 
<https://www.openknowledge.de/event/ddd-api-und-microservices-summit-2019-in-berlin/>

Treffen Sie uns auf weiteren Konferenzen,
Summits und Events:

Zu unseren weiteren Events<https://www.openknowledge.de/event/>




Reply via email to