Distributed Transaction without EJB.

2000-12-12 Thread Winston Ng
Hi All, Is it possible to perform distributed transaction using JTA/JTS from a servlet without using EJB at all? From reading some of the past posting, one of the benefits of using EJB over Servlets is that EJB can provide distributed transaction but not servlets. However, isn't it true that

Re: DB changes not reflected in CMP bean.

2000-11-27 Thread Winston Ng
PROTECTED] To: "Orion-Interest" [EMAIL PROTECTED] Sent: Friday, November 24, 2000 2:25 AM Subject: Re: DB changes not reflected in CMP bean. Winston Ng wrote: Hi All, This is more of an EJB question. I wrote a simple app using a CMP bean that talks to an Oracle DB.