[jbosstools-issues] [JBoss JIRA] Created: (JBIDE-7909) New Interceptor Binding Type Wizard should validate interceptor bindings which are going to be inherited.

Alexey Kazakov (JIRA) jira-events at lists.jboss.org
Wed Dec 15 07:39:43 EST 2010


New Interceptor Binding Type Wizard should validate interceptor bindings which are going to be inherited.
---------------------------------------------------------------------------------------------------------

                 Key: JBIDE-7909
                 URL: https://issues.jboss.org/browse/JBIDE-7909
             Project: Tools (JBoss Tools)
          Issue Type: Bug
          Components: cdi (jsr-299)
    Affects Versions: 3.2.0.Beta2
            Reporter: Alexey Kazakov
            Assignee: Viacheslav Kabanovich
             Fix For: 3.2.0.CR1


9.1.1. Interceptor binding types with additional interceptor bindings 
...
Interceptor binding types declared @Target(TYPE) may not be applied to interceptor binding types declared 
  @Target({TYPE, METHOD}).

1. Create an interceptor binding type with @Target(TYPE): TypedBinding
2. Open New Interceptor Binding Type wizard.
3. Select @Target(TYPE, METHOD) 
4. Add TypedBinding to Interceptor Bindings field. 
5. There should be a warning that TypedBinding may not be applied to the interceptor binding declared @Target({TYPE, METHOD}) since it declared @Target(TYPE).

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list