]
Ondrej Chaloupka reassigned WFLY-10351:
---------------------------------------
Assignee: Ondrej Chaloupka
Clean up BMTInterceptor
-----------------------
Key: WFLY-10351
URL:
https://issues.jboss.org/browse/WFLY-10351
Project: WildFly
Issue Type: Task
Components: EJB
Reporter: David Lloyd
Assignee: Ondrej Chaloupka
Priority: Major
The BMT interceptor has similar problems to what was fixed in WFLY-10146 for the CMT
interceptor, namely use of finally blocks, loss of suppressed exceptions, code
duplication, etc., albeit on a slightly smaller scale.
See if we can clean that up a bit as well.