It does, but this is only affecting whether or not stores are not. This is not
changing whether or not the tx lock is acquired for method invocations.
There are two levels of services here, persistence and transaction serialization.
You need to mark the ejb and read-only or its methods in the jboss.xml
descriptor as well.

xxxxxxxxxxxxxxxxxxxxxxxx
Scott Stark
Chief Technology Officer
JBoss Group, LLC
xxxxxxxxxxxxxxxxxxxxxxxx

----- Original Message ----- 
From: "Jon Swinth" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, March 03, 2003 10:14 AM
Subject: [JBoss-user] Re: Deadlocks


> Does this mean that putting the following in the jbosscmp-jdbc.xml file 
> doesn't make the beans read-only any more?
> 
>     <entity>
>       <ejb-name>CarrierBeanRO</ejb-name>
>       <table-name>carrier</table-name>
>       <read-only>true</read-only>
>       <read-time-out>30000</read-time-out>
>     </entity>



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to