[weld-issues] [JBoss JIRA] Commented: (CDITCK-82) interception methods need to declare a 'throws Exception'

Mark Struberg (JIRA) jira-events at lists.jboss.org
Wed Dec 16 09:11:31 EST 2009


    [ https://jira.jboss.org/jira/browse/CDITCK-82?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12500326#action_12500326 ] 

Mark Struberg commented on CDITCK-82:
-------------------------------------

is there now a TCK test which ensures that the container throws a DeploymentException if this criteria is not met? 

> interception methods need to declare a 'throws Exception'
> ---------------------------------------------------------
>
>                 Key: CDITCK-82
>                 URL: https://jira.jboss.org/jira/browse/CDITCK-82
>             Project: CDI TCK
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: Tests
>    Affects Versions: 1.0.0.GA
>            Reporter: Mark Struberg
>            Assignee: Jozef Hartinger
>             Fix For: 1.0.1.CR1, 1.1.0.CR1
>
>
> this e.g. concerns the
> org.jboss.jsr299.tck.tests.context.passivating.KokkolaInterceptor.
> please change to 
> {noformat}
> - public Object intercept(InvocationContext context)
> + public Object intercept(InvocationContext context) throws Exception
> {noformat}

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the weld-issues mailing list