If while using a TransactionProxyFactoryBean, if the method name masks in the transactionAttributes don't match a particular method in the target class, what exactly will be used if that method is called? For instance, will it essentially use PROPAGATION_REQUIRES_NEW, or something else?


Reply With Quote

