I think we may need to add them manually the same way we remove them in org.apache.tomee.microprofile.TomEEMicroProfileListener#processApplication.
> On 14 Feb 2019, at 16:11, j4fm <[email protected]> wrote: > > When InternalApplication is used, the constructor adds the classes and > singletons that exist on the passed in "original" application. I'm assuming > the MP endpoints are in those lists in that scenario. > > For people that choose to create their RS application using the "extends > Application" approach, they create they override getSingletons or getClasses > or both but they only add their own application specific classes. > CxfRsHttpListener only seems to add what is returned from those two > operations. > > In this "extends application" scenario what is the intended mechanism for > adding the MP classes to the application? > > Thanks > > > > -- > Sent from: http://tomee-openejb.979440.n4.nabble.com/TomEE-Dev-f982480.html
