Hi,

I had the same problem and it was driving me nuts too
:-)

Eventually I figured out that the database name in
your torque XML schema

<database name="INTERPLANETARY"> 

maps to the database name in the TR.props file

database.INTERPLANETARY.driver=org.postgresql.Driver
database.INTERPLANETARY.url=jdbc:postgresql:test
database.INTERPLANETARY.username=graeme
database.INTERPLANETARY.password=password

database.adaptor=DBPostgres
database.adaptor.DBPostgres=org.postgresql.Driver

After changing that, everything was okay (no more
"Connection object is null")

Cheers,

G


=====
----

Graeme Pyle
 
    cell: +27 83 415 1642
  e-mail: [EMAIL PROTECTED]

__________________________________________________
Do You Yahoo!?
Yahoo! Auctions - buy the things you want at great prices
http://auctions.yahoo.com/

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to