Is the following relevant to your problem:
> You should just write something like the following in your Builders:
>
> dbMap = DBBroker.getInstance().getDatabaseMap();
>
> instead of
>
> dbMap = new DatabaseMap();
----- Original Message -----
From: Tomasz Skutnik <[EMAIL PROTECTED]>
To: Turbine <[EMAIL PROTECTED]>
Sent: Monday, August 28, 2000 2:08 PM
Subject: Re: Problem with Peer class...
> One more try. I've regenerated it from scratch.
>
> Then I did what follows:
> 1. Changed "extends TurbineMapBuilder" to "implements MapBuilder",
> because Torque did it wrong.
> 2. Added dbMap (Torque tries to use dbMap without generating it,
> probably because it's in TurbineMapBuilder, however dbMap is private)
> 3. Filled missing functionality of MapBuilder interface (isBuilt() and
> getDatabaseMap()):
>
> public boolean isBuilt() {
> return dbMap != null;
> }
>
> public DatabaseMap getDatabaseMap() {
> return dbMap;
> }
>
> 4. Rebuild my app :-)
> 5. Restarted server :-)
> 6. Same effect...:-(
>
> I did initialize corresponding NavigationMapBuilder beforehand with "new
> NavigationMapBuilder().doBuild()"
> I've even started to suspect my jdbc driver. I'll try to get a new
> version. If it won't work... I'll probably
> be left with digging lower - into village and probably even jdbc
> driver...:-(
>
> I hope some greater being will spare me... :-)
>
> Scooter.
>
> P.S. Long night before me... :)
>
>
> ------------------------------------------------------------
> To subscribe: [EMAIL PROTECTED]
> To unsubscribe: [EMAIL PROTECTED]
> Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
> Problems?: [EMAIL PROTECTED]
>
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
Problems?: [EMAIL PROTECTED]