Joe Gittings wrote:
>
> One idea that occurs to me about this is, I am using the *same* instance of
> InitialContext for the entire loading process of this compound EJB. I.e. at
> the start of my compound EJB's ejbLoad, I get an InitialContext, and I use
> that for all operations within that ejbLoad (i.e. I use it for JNDI lookups
> necessary to load the EJBs aggregated by the compound EJB).
>
> Could it be that using a single InitialContext for so many operations is
> somehow overloading the ContextSwitch? (which appears to associate
> transactions with entity contexts).
>
> Joe
>
No these are completely different kind of contexts. It's ok to keep the
same
initialContext for all operations.
--
Philippe Durieux ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Bull - 1 rue de Provence - 38432 Echirolles Cedex France
[EMAIL PROTECTED]
-> Download our EJBServer at http://www.evidian.com/ejb <-
----
To unsubscribe, send email to [EMAIL PROTECTED] and
include in the body of the message "unsubscribe jonas-users".
For general help, send email to [EMAIL PROTECTED] and
include in the body of the message "help".