its in the admin book.  There's a chapter on entity bean locking that I
wrote.

> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] Behalf Of Jon Swinth
> Sent: Tuesday, March 04, 2003 5:28 PM
> To: [EMAIL PROTECTED]
> Subject: [JBoss-user] Re: Deadlocks
>
>
> Ok, you say this is described in the for-pay docs.  My
> subscription ran out so
> I re-upped for another year for all docs.  Mind pointing me in the right
> direction?  I heard someone say there was a whole chapter on this.
>
> The 2.4.6 book doesn't seem to have anything on read-only.  The
> 3.0.5 CMP book
> only has a listing for the jbosscmp-jdbc.xml file.  I currently
> don't use a
> jboss.xml file (only ejb-jar.xml and jbosscmp-jdbc.xml), but I am
> happy to
> add it to get my read-only beans to stop locking.
>
> I see the reference for read-only in the DTD, but I was advised
> that the docs
> had info on this.  I don't mind paying for the docs because I
> like to have
> them anyway, but if you are advising them to understand what is
> required for
> read-only then where is that part of the documentation hidding?
>
> > From: "Bill Burke" <[EMAIL PROTECTED]>
> > To: <[EMAIL PROTECTED]>
> > Subject: RE: [JBoss-user] Re: Deadlocks
> > Date: Mon, 3 Mar 2003 15:15:03 -0500
> > Reply-To: [EMAIL PROTECTED]
> >
> >
> > two different things.
> >
> >
> > read-only for CMP means that updates will never happen.
> >
> >
> > read-only in jboss.xml is a container thing.  You can either mark the
> > entire bean read-only, which means that the bean will never do any
> > transactional locking, or you can do it per method.  See the
> JBoss for-pay
> > docs for more details.
> >
> >
> > Bill
>
>
>
> -------------------------------------------------------
> This SF.net email is sponsored by: Etnus, makers of TotalView,
> The debugger
> for complex code. Debugging C/C++ programs can leave you feeling lost and
> disoriented. TotalView can help you find your way. Available on
> major UNIX
> and Linux platforms. Try it free. www.etnus.com
> _______________________________________________
> JBoss-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/jboss-user



-------------------------------------------------------
This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger 
for complex code. Debugging C/C++ programs can leave you feeling lost and 
disoriented. TotalView can help you find your way. Available on major UNIX 
and Linux platforms. Try it free. www.etnus.com
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to