Re: [JBoss-user] Re: transactions in stateless session bean.

2002-10-29 Thread Justin Casp
Rob, I solved my problem. Stupid mistake, which was what I thought it would be: I had in the dd set to 'Bean' rather than 'Container'. I must've copy-n-pasted some of the dd content from another session bean and forgot to change it. I guess that's what I deserve for not using xdoclet on this p

[JBoss-user] Re: transactions in stateless session bean.

2002-10-29 Thread Rob Moore
Hi, Justin, I'm seeing something almost identical in a unit test I have. My code is slightly different than yours, but not by much. Basically, I create add an object to another (parent) object and when I try to fetch it by primary key and then ask for the child collection I get the same error.

[JBoss-user] Re: transactions in stateless session bean.

2002-07-23 Thread [EMAIL PROTECTED]
It calls 5 different entity beans, all of which use container managed transactions. Within those entities all getters are set to SUPPORT and all setters are set to MANDATORY. From this particular call, checkByRelationTraversal(), only the getters are used. The specific code that gets into the ill

[JBoss-user] RE: transactions in stateless session bean.

2002-07-23 Thread Boris Tamarkin
Title: RE: transactions in stateless session bean. What is transaction type of entity bean that You call within session bean? Date: Tue, 23 Jul 2002 09:20:59 -0700 From: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: [JBoss-user] transactions in stateless session bea