]
Antonio Goncalves updated FORGE-2466:
-------------------------------------
Parent: FORGE-1926
Issue Type: Sub-task (was: Bug)
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: Sub-task
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}