]
Pete Muir moved WELDX-158 to SOLDER-3:
--------------------------------------
Project: Seam Solder (was: Weld Extensions)
Key: SOLDER-3 (was: WELDX-158)
OTT Exception wrapping
----------------------
Key: SOLDER-3
URL:
https://jira.jboss.org/browse/SOLDER-3
Project: Seam Solder
Issue Type: Bug
Reporter: Pete Muir
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)
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: