If the transaction attribute is NotSupported, the transactional context of the calling client is not propagated to the enterprise bean.
If a client calls with a transaction context, the container suspends the client's transaction association before invoking the
enterprise bean's method. After the method completes, the container resumes the suspended transaction association.
If the transaction attribute is NotSupported, the transactional context of the calling client is not propagated to the enterprise bean. If a client calls with a transaction context, the container suspends the client's transaction association before invoking the enterprise bean's method. After the method completes, the container resumes the suspended transaction association.