try broker.serviceConnectionManager().etConnectionDescriptor()

Hope that helps
Caster
----- Original Message -----
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, February 11, 2003 9:53 AM
Subject: Accessing connection information in OJB 0.9.9


> We used to be able to do this to get enable access to raw jdbc connection
> in 0.9.8:
>
>
>         broker = PersistenceBrokerFactory.defaultPersistenceBroker();
>         ClassDescriptor cld =
> broker.getClassDescriptor(ProjectFilter.class);
>         jcd = cld.getConnectionDescriptor();
>         cf = ConnectionFactoryFactory.getInstance();
>
> This no longer works - what is the correct way to do this?
>
> David
>
>
> This message contains information from Equifax Inc. which may be
> confidential and privileged.  If you are not an intended recipient, please
> refrain from any disclosure, copying, distribution or use of this
> information and note that such actions are prohibited.  If you have
> received this transmission in error, please notify by e-mail
> [EMAIL PROTECTED]
>
>
>
> ---------------------------------------------------------------------
> 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]

Reply via email to