RE: Problem ( solution) with ejbStore() and Oracle CLOBs

2001-04-19 Thread Paul Medcraft
No joy with this but thanks anyway. I haven't noticed any problems with the original solution (below) in the last couple of weeks. -Original Message- From: Dan North [mailto:[EMAIL PROTECTED]] Sent: 11 April 2001 18:00 To: Orion-Interest Subject: Re: Problem ( solution

Re: Problem ( solution) with ejbStore() and Oracle CLOBs

2001-04-11 Thread Dan North
This is more likely to be to do with isolation level than transactionality (although the two are closely related). You might try setting: entity-deployment name="YourBean" isolation="repeatable_read" ... /entity-deployment in your orion-ejb-jar.xml. Disclaimer: I could well be