public class IgnoreNode
extends SessionAction
This type represents the session action for ignoring the current node. Ignoring
a node only implies that if 'ignored' nodes are the only remaining nodes associated
with a business fragment that is being captured, then the fragment will be considered
'complete' - although the fragment will not be sent until all of these nodes have
been individually popped off the stack.
NOTE: This is to handle situations where due to async handling of requests, some nodes
are processed before others. A better solution may be required, but for now this prevents
an EJB async invoke, providing a JAX-RS endpoint, from reporting an error as the
JAX-RS consumer ends before the EJB invoke (component) ends. (See HWKBTM-376 for more details).
- Author:
- gbrown