You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@bval.apache.org by "Romain Manni-Bucau (JIRA)" <ji...@apache.org> on 2016/02/03 09:26:39 UTC

[jira] [Updated] (BVAL-141) Wrong method interceptor signature

     [ https://issues.apache.org/jira/browse/BVAL-141?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Romain Manni-Bucau updated BVAL-141:
------------------------------------
    Fix Version/s:     (was: 1.1.1)
                   1.1.0-alpha2

> Wrong method interceptor signature
> ----------------------------------
>
>                 Key: BVAL-141
>                 URL: https://issues.apache.org/jira/browse/BVAL-141
>             Project: BVal
>          Issue Type: Bug
>    Affects Versions: 1.1.0
>         Environment: Oracle Weblogic 12.1.3 with java 8
>            Reporter: Frédéric BURLET
>            Assignee: Mark Struberg
>             Fix For: 1.1.0-alpha2
>
>         Attachments: stacktrace_compliance_exception.txt
>
>
> We are using BVal 1.1.0 as JSR-349 Bean Validation implementation in Weblogic 12.1.3 with java 8. When deploying our application, the application server complains about method signature compliance of the interceptor {{org.apache.bval.cdi.BValInterceptor}}.
> {noformat}
> weblogic.ejb.container.compliance.ComplianceException: AroundInvoke method invoke in class org.apache.bval.cdi.BValInterceptor must have the signature: 'Object <METHOD(InvocationContext)> throws Exception'
> 	at weblogic.ejb.container.compliance.BusinessMethodInterceptorChecker.validateAroundInvokeOrTimeoutMethod(BusinessMethodInterceptorChecker.java:154)
> ...
> {noformat}
> See the complete stacktrace in the attached file.
> Indeed the signature of the method {{invoke(InvocationContext)}} in {{org.apache.bval.cdi.BValInterceptor}} throws {{java.lang.Throwable}} instead of {{java.lang.Exception}} which seems to be a violation of the interceptor specification.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)