I just set the entities to required and I'm still seeing the blocking and
the tons of CMR calls that I'm not sure I'm making...

Hunter

> From: Dain Sundstrom <[EMAIL PROTECTED]>
> Date: Wed, 06 Mar 2002 22:48:26 -0600
> To: Hunter Hillegas <[EMAIL PROTECTED]>
> Cc: JBoss 2 <[EMAIL PROTECTED]>
> Subject: Re: [JBoss-user] Transactions Idling - Blocking? App Dead. New
> problem?
> 
> Hunter Hillegas wrote:
> 
>> This is a commerce application for selling music. I have servlets that talk
>> to SLSBs that talk to EJB (2.0 CMP Entities). My SLSBs are all set with
>> <trans-attribute>Required</trans-attribute> and the entities are all
>> <trans-attribute>Supports</trans-attribute>. It seems that if enough users
>> access parts of the application, the transactions idle forever.
> 
> 
> Hunter, set the entities to required.  JBossCMP doesn't support
> supports.  I think you are running into an interaction between the cmp
> relationship code, the lock manager (an interceptor), and the
> misconfigured trans-attribute.
> 
> -dain
> 


_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to