Hi Ilkka, ----- Original Message ----- From: "Ilkka Priha" <[EMAIL PROTECTED]> To: "OJB Users List" <[EMAIL PROTECTED]> Sent: Tuesday, February 11, 2003 11:49 AM Subject: Repository descriptors, PBKey and OJB 0.9.9
> Hi, > > In 0.9.6, it was also possible to add new repository descriptors during > run-time to PersistenceBrokerFactory by specifying the descriptor file > pathname in PBKey instead of the new db alias. Is there a recommended > method to do it in 0.9.9? We've tried something with MetadataManager and > RepositoryPersistor, but without much luck. Currently there are only methods to add ClassDescriptors, .... add runtime. I think to realize that functionality we need merge methods for DescriptorRepository and ConnectionRepository: MetadataManager.mergeDescriptorRepository(DescriptorRepository newRepository) Is this what you have intended? regards, Armin > > -- Ilkka Priha > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
