Hello.

I've already used the sql component using the a "classpath" external
script in blueprint.
For example :
    <to uri="sql:classpath:sql/myscript.sql?..." />

Now I'm trying the same, but instead of a packaged jar bundle, I'd
like to test from a xml blueprint directly put in the deploy folder of
my servicemix.

The "classpath" keywork seems to be ignored, and I've the following
postgresql error :
    org.postgresql.util.PSQLException: ERROR: syntax error at or near
"classpath"

It seems that the full uri is passed to the driver ignoring the
classpath directive.

Is it a known issue on the sql component ?

Thanks for your help.

Regards.

Reply via email to