Would it be possible to adds some defaults so that it isn't absolutely
necessary to deal with the JNDI datasource stuff in your properties
file?

John McNally <[EMAIL PROTECTED]> writes:

> yes.  I will work on a doc.  You can look at
> src/rttest/Torque.properties for an example, but it probably needs more
> explanation than that.
>
> john mcnally
>
> On Wed, 2002-05-22 at 15:40, James A. Hillyerd wrote:
> > Torque won't init for me anymore, I get a null pointer exception.  Looks
>> like the following is returning null:
>> 
>> Configuration c = configuration.subset("datasource");
>> 
>> which trips up this line of code:
>> 
>> Iterator i = c.getKeys();
>> 
>> Do we need to add new stuff to the Torque.properties file?

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

Reply via email to