Thanks nix.

> Could it be that you've missed the fact that 
> DataSource JNDI resource setup definition has changed in TC 
> 5.5? It is 
> no longer with those 
> <parameter><name>...</name><value>...</value></parameter>. 

Yes I already changed that.  I used to use the approach you mention in
5.0.28, i.e.:

        <ResourceParams name="jdbc/myResource">
                <parameter>
                        <name>username</name>
                        <value>...</value>
                </parameter>
                <parameter>
                        <name>password</name>
                        <value>...</value>
                </parameter>

                etc

        </ResourceParams>

But noticed that the new 5.5 DBCP example used this approach:

<Resource username="...." password="..."  etc />

So I switched to that, but still no joy.

PS does it actually say in the docs anywhere that the
<parameter><name>...</name><value>...</value></parameter> approach is *NOT*
valid in 5.5?  If so then I've missed some docs somewhere, maybe there is
other new stuff that I haven't seen.



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

Reply via email to