Hi,
I'm porting a J2EE application from WebSphere to JBoss and I'm seeing the following line in the XDoclet portion of the EJBs:
@ejbTransactionAttribute TX_NOT_SUPPORTED
I'm new to EJBs, JBoss and whatnot and I did not write the original code, so I was wondering if
@ejb.transaction type = "NotSupported"
is an equivalent for the original TX_NOT_SUPPORTED line.
Thanks,
Montia