[
https://issues.apache.org/jira/browse/OWB-394?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Gurkan Erdogdu closed OWB-394.
------------------------------
Resolution: Won't Fix
I think that Doc is wrong. See RI
http://anonsvn.jboss.org/repos/weld/api/trunk/cdi/src/main/java/javax/enterprise/inject/spi/BeforeBeanDiscovery.java.
Also you could look at TCK signature test files
http://anonsvn.jboss.org/repos/weld/cdi-tck/branches/1.0/impl/src/main/resources/cdi-api.sig
> Any idea why our BeforeBeanDiscovery.addInterceptorBinding() has different
> signature?
> -------------------------------------------------------------------------------------
>
> Key: OWB-394
> URL: https://issues.apache.org/jira/browse/OWB-394
> Project: OpenWebBeans
> Issue Type: TCK Challenge
> Components: TCK
> Affects Versions: 1.0.0-GA
> Reporter: YING WANG
> Assignee: Gurkan Erdogdu
> Fix For: 1.0.0-GA
>
>
> It seems we have a different signature for
> BeforeBeanDiscovery.addInterceptorBinding method. see the link:
> http://java.sun.com/javaee/6/docs/api/javax/enterprise/inject/spi/BeforeBeanDiscovery.html.
> It seems we did change the method for about a year. So probably, it is
> caused by recent change in the spec/api?
> Missing Methods
> ---------------
> javax.enterprise.inject.spi.BeforeBeanDiscovery: method public
> abstract void
> javax.enterprise.inject.spi.BeforeBeanDiscovery.addInterceptorBinding(java.lang.Class<?
> extends java.lang.annotation.Annotation>)
> Added Methods
> -------------
> javax.enterprise.inject.spi.BeforeBeanDiscovery: method public
> abstract !varargs void
> javax.enterprise.inject.spi.BeforeBeanDiscovery.addInterceptorBinding(java.lang.Class<?
> extends java.lang.annotation.Annotation>,java.lang.annotation.Annotation[])
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.