EJB is built with a remove method; when deployed, the
transaction context changes to TX_NOT_SUPPORTED
Download Description
While overloading the remove method on an EJB the checking defaults
the transaction attributes for that method in an incorrect fashion.
Fix adds container code to check method name and signature in order for
the transaction attributes of the method to be correctly reflected.
Fixed handling of transaction attributes for overload methods of
EJBObject.