What is the lifecycle of an extended persistence context scope with stateful session beans

WARNING - TOPIC NOT WRITTEN - TOPIC ID: 2347

This topic has not yet been written. The content below is from the topic description.
the persistence context is created when an entity manager is retrieved from dependency injection or JNDI lookup , and is kept until the container closes it after the completion of the Remove stateful session bean method.