Oscar --

The serviceConnectionManager method has been a part of the PersistenceBroker
interface since rev 1.14, 2002/12/24.  Is there any chance you have an old
copy of the OJB classes in your classpath?

Ron Gallagher
Atlanta, GA
[EMAIL PROTECTED]


-----Original Message-----
From: Oscar Quinteros [mailto:[EMAIL PROTECTED]
Sent: Tuesday, October 14, 2003 1:53 AM
To: [EMAIL PROTECTED]
Subject: Connection Manager Question


Hi, I am a new user from the Republic Argentina
I have tried to obtain an object Connection the following way:

PersistenceBroker broker = null;
broker = PersistenceBrokerFactory.defaultPersistenceBroker(); 
Connection con = broker.serviceConnectionManager().getConnection();     

But the compiler gives Java he tells me that the Method 
serviceConnectionManager doesn't exist in the interface 
org.apache.ojb.broker.PersistenceBroker
I am using the version 1.0.rc4, and in the same one the documentation 
says that the method exists.

Here is the stack trace:
cannot resolve symbol
[javac]symbol  : method serviceConnectionManager  ()
[javac]location: interface org.apache.ojb.broker.PersistenceBroker
[javac]Connection con = broker.serviceConnectionManager().getConnection
();

Thank you for the Attention
Oscar Eduardo Quinteros
-----------------------








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