Antonio Goncalves created FORGE-2466:
----------------------------------------
Summary: Cannot use '~' in the interceptorBinding parameter of a
cdi-new-interceptor command
Key: FORGE-2466
URL:
https://issues.jboss.org/browse/FORGE-2466
Project: Forge
Issue Type: Bug
Components: Java EE
Affects Versions: 2.19.0.Final
Reporter: Antonio Goncalves
Fix For: 2.x Future
In the following script I can create an interceptor binding in the subpackage .view.util
using the '~' symbol, but in the cdi-new-interceptor I can't. It throws an
exception :
{code}
cdi-new-interceptor-binding --named CatchException --targetPackage ~.view.util ;
cdi-new-interceptor --named CatchExceptionInterceptor --interceptorBinding
~.view.util.CatchException --targetPackage ~.view.util ;
{code}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)