I hate to differ, but repository.html does not document that you can only have one jdbc-connection-descriptor per repository, in fact quite the opposite.
<from repository.html> jdbc-connection-descriptor The jdbc-connection-descriptor element specifies the default jdbc connection for the repository. All class-descriptor elements that do not specify their own jdbc-connection-descriptor will use the default jdbc connection. </> inferring that there is a jdbc-connection-descriptor that can be specified on class-descriptor elements. This is of course incorrect, and I would suggest this is what leads people (including me in the past) to ask this very question. Thanks Russell > -----Original Message----- > From: Thomas Mahler [mailto:[EMAIL PROTECTED]] > Sent: Thursday, December 12, 2002 11:04 AM > To: [EMAIL PROTECTED] > Cc: OJB Users List > Subject: Re: Question about jdbc-connection-descriptor's for > class-descriptor > > > Hi Jon, > > as documented in repository.html you can only have one > jdbc-connection-descriptor per repository. > > please direct future postings to the user list. > > cheers, > Thomas > > > [EMAIL PROTECTED] wrote: > > I've been dorkin' around with this all day and am still > about cluess. > > Does the framework allow for defining a local connection > descriptor per > > class? If so, I haven't figured out how to include that > block of code > > in my class-descriptor element. > > > > Thanks in advance! > > > > Jon. > > > > > > > > > > > > > -- > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
