It depends on the implementation. This is an area that needs clarification in the EJB/JPA specifications.
Many EJB containers do not correctly handle passivation of extended entity managers.One
approach is just to use your container's configuration properties to disable passivation for SFSBs
that hold extended entity managers.This is an area that will be addressed in the Java EE 6 timeframe.