[
https://issues.apache.org/jira/browse/BVAL-141?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15055515#comment-15055515
]
Frédéric BURLET commented on BVAL-141:
--------------------------------------
I tested it and it works now. Thanks!
> 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.1
>
> 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)