Can someone answer this question?
>
> question: Hello! Basically, I'd like to use lazy CMR from a lifecycle
> module.
>
> Q: Will the TopLink-agent work in the same JVM with appserver?
>
> Alternate Question: Is there another approach for the case?
> Apparently, the TopLink
> RemoteSessions won't be included/supported? The component wrapped
> inside a lifecycle module
> is not suitable for SB-wrapping, but I wouldn't like to take it out of
> the server either.
>
> Additional Description: While fetching an EB from a remote
> facade-slessbean, the TopLink-agent
> should apparently manage the deferred (access-time) loading of
> referenced EBs by instantiating
> a local EntityManagerFactory (i.e., the whole persistency module) for
> the lifecycle module. However, this doesn't seem to work currently
> (which can still be well understood.)
> As a temporary work-around, I'm circumventing the use of SBs and
> instantiating the EntityManager
> "manually" within the lifecycle module.
Thanks!
Amy