----- Original Message ----- From: "Thomas Dudziak" <[EMAIL PROTECTED]> To: "OJB Users List" <[EMAIL PROTECTED]> Sent: Wednesday, August 13, 2003 4:33 PM Subject: Re: ClassDescriptor without db-connection ?
> Well, but how do I access the class descriptors without opening a > connection ? Do I use the MetadataManager for this ? > yep! Or you can use PB.getClassDescriptor(...) too (PB use intern the MetadataManager). (but don't do PB.beginTransaction() this will opening a connection) HTH regards, Armin > Tom > > > > --------------------------------------------------------------------- > 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]
