Luciano Resende wrote:
I'm trying in my linux env, just to check if it's some linux specific
issued, but in paralel, could you please try to move the resource
declaration :

<!-- Global Datasource for Derby dastest database -->
       <Resource name="jdbc/dastest"
                 type="javax.sql.DataSource" auth="Container"
                 description="Derby database for DAS Company sample"
                 maxActive="100" maxIdle="30" maxWait="10000"
                 username="" password=""
                 driverClassName="org.apache.derby.jdbc.EmbeddedDriver"
                 url="jdbc:derby:/tmp/dastest;create=true"/>

Together with other resources, inside the global JNDI Resources element

 <!-- Global JNDI resources
      Documentation at /docs/jndi-resources-howto.html
 -->
 <GlobalNamingResources>
    ....

Please let me know if this makes any difference.

It made a difference, it works now :) Thanks.

--
Jean-Sebastien


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

Reply via email to