Which appserver are you using?
Have you tried timing the atomic operation?

Juan Pablo Lorandi
Chief Software Architect
Code Foundry Ltd.
[EMAIL PROTECTED]

Barberstown, Straffan, Co. Kildare, Ireland.
Tel: +353-1-6012050  Fax: +353-1-6012051
Mobile: +353-86-2157900
www.codefoundry.com


> -----Original Message-----
> From: A mailing list for Enterprise JavaBeans development 
> [mailto:[EMAIL PROTECTED]] On Behalf Of Clemente Dani
> Sent: Tuesday, September 10, 2002 1:23 PM
> To: [EMAIL PROTECTED]
> Subject: Transaction exception in CMT ??
> 
> 
> Hi, I have a litle problem with Container Managed Transactions
> 
> 
> I have a Jsp which invokes a Bussines method of a Session Stateless 
> Bean which invokes another Finder method of an BMP Entity Bean. The 
> finder must get all the records in a table, it works well and return 
> the collections of PK that are parsed by the container to the 
> correspondent Data Beans, so in the Bussines method of the session 
> Bean I get the collection of EJBLocal Objects. I parse this 
> collection 
> into another in which I put auxiliary objects filled with the data 
> form de Entity Beans.
> 
> Well, setting the standard transactions, this is,.. all to 
> Required, I 
> get, when the method of the session ends, a EJBException about a 
> Transaction aborted due to timeout ????, when the timeout property of 
> my j2EE is set to "0". If I change the transaction attributes of the 
> descriptor, it is just at the end of the first ejbLoad invocation of 
> the Entity (invoked by the container of course), that it raises the 
> EJBException.  I can't understand why. I'm just getting a simple list 
> of items!!!!!, without any other user. :-(((.
> 
> 
> Well it seams some like confusing, but I hope you can give me a hand.
> 
> 
> Thanks, and Bye.
> 
> Dani.
> 
> 
> __________________________________________________________________
>  ¿Quieres que cada vez que te llamen al móvil suene "TORERO"?. Si 
> tienes un teléfono Nokia sólo tienes que enviar un SMS con el texto 
> MTV102245 al número 5666. Si tienes un móvil diferente o quieres 
> bajarte otras melodías de la MTV visita 
> http://www.vizzavi.es/Melodias 
> Coste del mensaje 0,9 € 
> impuestos indirectos no incluidos.
> 
> =========================
> To unsubscribe, send email to [EMAIL PROTECTED] and 
> include in the body of the message "signoff EJB-INTEREST".  
> For general help, send email to [EMAIL PROTECTED] and 
> include in the body of the message "help".
> 

==========================================================================To 
unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to