Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Done
-
3.0.0.Beta1
-
None
Description
This piece of code
try
{ M obj = proxyClass.newInstance(); ((ProxyObject) obj).setHandler(hdl); creationalContext.push(obj); return obj; }catch (Exception e)
{ throw new RuntimeException(e); }in UnwrapsProducerBean is over-zealous in wrapping exceptions. It should only wrap specific exceptions, adding additonal info (e.g. the proxyClass it was trying to create)