]
Tomaz Cerar commented on WFLY-703:
----------------------------------
Support for defining httphandlers in jboss-web.xml was added some time ago.
Does this fix this issue?
HttpHandlers configuration for EJB3 Webservice Endpoints
--------------------------------------------------------
Key: WFLY-703
URL:
https://issues.jboss.org/browse/WFLY-703
Project: WildFly
Issue Type: Feature Request
Components: Web Services
Reporter: Sebastian Maurer
Assignee: R Searls
Fix For: Awaiting Volunteers
Please add a way to configure handlers for EJB3 endpoints packaged in an ejb-jar.
At the moment there is no option in any of the ejb deployment descriptors and of course
it isn't possible to configure valves globally.
The only way to configure handlers is by handlers.conf of ServletExcention at the moment,
but this is currently limited to web deployments only.