I haven't found how to set org.apache.cxf.endpoint.private to an existing endpoint, but anyway, I have split the web services into several and just hide private wadls with a web filter.
@ApplicationPath("private-resources")
public class InternalApiRestServer extends Application {
...
}
@ApplicationPath("resources")
public class PublicApiRestServer extends Application {
...
}
--
Sent from: http://tomee-openejb.979440.n4.nabble.com/TomEE-Users-f979441.html
