Re: 4 non transactional read errors

2005-06-27 Thread Craig Russell
Hi Michael,On Jun 27, 2005, at 10:48 AM, Michael Bouschen wrote:Hi Craig, Hi Michael,On Jun 27, 2005, at 10:03 AM, Michael Watzek wrote: Hi Craig,there are two tests throwing a JDOUserException ("Can't read fields with outside of transactions. You may want to set 'NontransactionalRead=true'.").The

Re: 4 non transactional read errors

2005-06-27 Thread Michael Bouschen
Hi Craig, Hi Michael, On Jun 27, 2005, at 10:03 AM, Michael Watzek wrote: Hi Craig, there are two tests throwing a JDOUserException ("Can't read fields with outside of transactions. You may want to set 'NontransactionalRead=true'."). The first test ("Retrieve.runTestRetrieve") begins a t

Re: 4 non transactional read errors

2005-06-27 Thread Craig Russell
Hi Michael,On Jun 27, 2005, at 10:03 AM, Michael Watzek wrote:Hi Craig,there are two tests throwing a JDOUserException ("Can't read fields with outside of transactions. You may want to set 'NontransactionalRead=true'.").The first test ("Retrieve.runTestRetrieve") begins a transaction, retrieves fie

4 non transactional read errors

2005-06-27 Thread Michael Watzek
Hi Craig, there are two tests throwing a JDOUserException ("Can't read fields with outside of transactions. You may want to set 'NontransactionalRead=true'."). The first test ("Retrieve.runTestRetrieve") begins a transaction, retrieves fields of a pc instance, commits, and calls a getter met