On 10/5/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > I fixed the problem by changing: > > <!ATTLIST class-descriptor > class ID #REQUIRED > isolation-level (read-uncommitted | read-committed | > repeatable-read | > serializable | optimistic | none) "" > > in repository.dtd to > > <!ATTLIST class-descriptor > class ID #REQUIRED > isolation-level (read-uncommitted | read-committed | > repeatable-read | > serializable | optimistic | none) > "read-uncommitted"
Please try #IMPLIED as the default instead, and see if that works. Using read-uncomitted at the default would modify the semantics. Tom --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
