The transaction attribute Never requires that the enterprise bean method explicitly not be called within a transaction context.
If the client calls with a transaction context, the container throws java.rmi.RemoteException if the client is a remote
client or javax.ejb.EJBException if the client is a local client. If the client is not associated with any transaction context,
the container invokes the method without initiating a transaction.
The transaction attribute Never requires that the enterprise bean method explicitly not be called within a transaction context. If the client calls with a transaction context, the container throws java.rmi.RemoteException if the client is a remote client or javax.ejb.EJBException if the client is a local client. If the client is not associated with any transaction context, the container invokes the method without initiating a transaction.