Hi,
----- Original Message -----
From: "Alexander Prozor" <[EMAIL PROTECTED]>
To: "OJB Users List" <[EMAIL PROTECTED]>
Sent: Tuesday, July 22, 2003 11:01 AM
Subject: Using OJB with EJB session beans.


> Hello all,
> please help us with this question.
> We know that OJB is often used in BMP beans but
> we are going to use OJB from EJB session bean and MDB.
> As far as we know EJB session bean doesn't allow to run new threads.

all ejb-examples shipped with OJB are session beans.
AFAIK there several user using OJB within session beans.
AFAIK OJB does not start any new threads.

> Are there some limitations for using OJB in such situation?
limitations no, but you have to pay attention using caching
(clustering),
locking, sequence generation, proxy objects (e.g. it's not possible to
use
proxy classes -  "lazy loading"/ "lazy materialization" - when
using OJB within ejb).

regards,
Armin

> please help, we have to quickly decide can we use OJB for this
purpose.
>
> thank you very much.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to