>>>>> "Thomas" == Thomas J Zvolensky <Zvolensky> writes:

    Thomas> That did the trick!  I didn't notice the missing "j".
    Thomas> Thanks.

    Thomas> <sql:driver
    Thomas> var="example"
    Thomas> driver="${org.gjt.mm.mysql.Driver}"
    Thomas> url="${dbc:mysql://carlsonr:3306/DocumentumUsage}"
    Thomas> />

    David> I believe your "<sql:driver>" element is the problem.  Your "url" attribute
    David> is
    David> incorrect.  I would guess it should be:

    David>    url="jdbc:mysql://carlsonr:3306/DocumentumUsage"

Well, of course, the other problem was trying to invoke the EL parser on your
raw values.  You're doing the same thing on the value for the "driver"
attribute.

-- 
===================================================================
David M. Karr          ; Java/J2EE/XML/Unix/C++
[EMAIL PROTECTED]


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

Reply via email to