Hi Vicente, don't think there is an example but cxf is configurable in tomee as in spring (but without it): http://tomee.apache.org/developer/configuration/cxf.html
Romain Manni-Bucau @rmannibucau <https://twitter.com/rmannibucau> | Blog <https://rmannibucau.metawerx.net/> | Old Blog <http://rmannibucau.wordpress.com> | Github <https://github.com/rmannibucau> | LinkedIn <https://www.linkedin.com/in/rmannibucau> | Book <https://www.packtpub.com/application-development/java-ee-8-high-performance> Le jeu. 15 nov. 2018 à 09:43, cocorossello <[email protected]> a écrit : > Hi, > > I would like to hide some endpoints in wadl generation, all examples I see > are spring based, just setting org.apache.cxf.endpoint.private property to > true, but I have no clue of how to do it in plain tomee. Is there any way > to > inject the configuration and setting that property or similar? > > What I would really like is to have two different wadl (public and > private), > but I can live just hiding some endpoints. I guess that for this matter I > would have to write a servlet with a custom WadlGenerator, listing some > endpoints. Is it right? Is there any example out there (without spring)? > > Thanks, > Vicente. > > > > -- > Sent from: > http://tomee-openejb.979440.n4.nabble.com/TomEE-Users-f979441.html >
