In the doc for the repository.xml there is the 
following statement:

"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"

This statement implies that class-descriptor elements
can specify a jdbc-connection-descriptor, however the
dtd does not reflect this, nor does it work (I tried!)

Is there a way to do per-class jdbc-connection config?
I honestly am not sure how this would work, but it would
be very usefull for my current application where we have
one set of data in one db and another in another, and they
are logically related, so we would like to have ojb
perform the relation for us.

Thanks
Russell

--
To unsubscribe, e-mail:   <mailto:ojb-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:ojb-user-help@;jakarta.apache.org>

Reply via email to