Many thanks to all with a special mention to Niels. The issue was indeed the namespace:

"http://apache.org/cocoon/SQL/2.0"; is to be used with SQL transformer, while "http://apache.org/cocoon/SQL/v2"; is for ESQL server pages.

This kind of stupid issue might be so hard to locate, but i knew the Cocoon community will help.

Thanks again !

Niels van Kampenhout wrote:
<?xml version="1.0"?>
<page>
    <execute-query xmlns="http://apache.org/cocoon/SQL/v2";>
        <query>SELECT nom FROM Theme</query>
    </execute-query>
</page>

I think the namespace is incorrect, according to [1] it should be "http://apache.org/cocoon/SQL/2.0";, not "http://apache.org/cocoon/SQL/v2";.

Niels

[1] http://cocoon.apache.org/2.1/userdocs/sql-transformer.html


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

Reply via email to