[jboss-jira] [JBoss JIRA] (AS7-5710) Fix Weld component to support CDI interceptors on WSComponents
Richard Opalka (JIRA)
jira-events at lists.jboss.org
Fri Oct 19 04:29:03 EDT 2012
[ https://issues.jboss.org/browse/AS7-5710?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12727938#comment-12727938 ]
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
More information about the jboss-jira
mailing list