----- Original Message -----
From: "David Teare" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, January 24, 2003 6:12 PM
Subject: container managed transactions


> Does OJB support CMT?  Technically speaking I am sure
> it does, but are there any instructions for setting it
> up?

See under 'Deployment' in OJB docs.
Please use the shipped documentation
(website is out of date)
bin\build.bat htmldoc
(or only doc)

Describes the integration of OJB in JBoss.
This could be done similar for WebSphere.


Under
jboss.ojb.odmg.ODMGFactory
jboss.ojb.pb.PBFactory
you will find two mbeans binding OJB
to JNDI (PersistenceBrokerFactory impl class for PB-api
and class OJBJ2EE_2 for ODMG).
Do the same in WS. For testing it should also be
possible without JNDI binding (Direct use of PersistenceBrokerFactory
and OJBJ2EE classes).

I know this sounds complicated, therefore we plan to write
a smooth JCA-adapter for OJB in near future.

HTH
regards,
Armin

> If not, what OJB class should I start researching
> to do it myself?
>
> My current project is built on WebSphere, but I would
> like to avoid the painful CMP/BMP route if possible.
> CMT/OJB seems interesting...
>
> Thanks!
>
> __________________________________________________
> Do you Yahoo!?
> Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
> http://mailplus.yahoo.com
>
> --
> To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>
>
>
>


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

Reply via email to