Hi,

I want to use a new derby database with my cocoon application. Previously
i worked with the included database and it worked pretty good. Now i have
made the required changes in the cocoon.xconf:

<jdbc logger="core.datasources.personnel" name="derbydb">
      <pool-controller max="10" min="5"/>
      <dburl>jdbc:derby:derbydb;create=true;</dburl>
      <user>user</user>
      <password>pass</password>
</jdbc>

and in the web.xml:

<init-param>
     <param-name>load-class</param-name>
     <param-value>
        org.apache.derby.jdbc.EmbeddedDriver
     </param-value>
</init-param>

As you can see i want to use derby in the embedded mode. If i handle a
select statement with the sql transformer i get the following error:

<error>Schema 'USER' does not exist</error>

I checked the database and the schema USER exists.

Has anyone a hint for me?

Thanks,
Tino Breddin


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