[
https://issues.jboss.org/browse/AS7-5710?page=com.atlassian.jira.plugin.s...
]
Richard Opalka commented on AS7-5710:
-------------------------------------
This is already the case.
Please have a look to
{code}
org.jboss.as.webservices.injection.InjectionDeploymentAspect.
{code}
It calls creatInstance(Object existing) only for handlers
WS POJO instances are always created in
{code}
org.jboss.as.webservices.invocation.AbstractInvocationHandler
{code}
I had a look to WeldComponentIntegrationProcessor and it takes only
EJBComponentDescription into account. It seems to me
some integration code is needed there also for WSComponentDescription to
make it work.
Fix Weld component to support CDI interceptors on WSComponents
--------------------------------------------------------------
Key: AS7-5710
URL:
https://issues.jboss.org/browse/AS7-5710
Project: Application Server 7
Issue Type: Feature Request
Components: CDI / Weld
Reporter: Richard Opalka
Assignee: Richard Opalka
Fix For: 7.2.0.Alpha1
Implement support for CDI interceptors on JAXWS POJO endpoints.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira