Database pool usage doesn't include mandatory dependency
--------------------------------------------------------

         Key: GERONIMO-1933
         URL: http://issues.apache.org/jira/browse/GERONIMO-1933
     Project: Geronimo
        Type: Bug
    Security: public (Regular issues) 
  Components: console, databases  
    Versions: 1.1    
    Reporter: Aaron Mulder
 Assigned to: Aaron Mulder 
    Priority: Critical
     Fix For: 1.1


Sample geronimo-web.xml plan is this (note no dependency on database pool):

<?xml version="1.0" encoding="UTF-8"?>
<web-app
    xmlns="http://geronimo.apache.org/xml/ns/j2ee/web-1.1";>
    <environment>
      <configId>
        <artifactId>MyWebApp</artifactId>
      </configId>
    </environment>

    <context-root>/MyWebApp</context-root>
    <context-priority-classloader>true</context-priority-classloader>

    <!-- security settings, if any, go here -->

    <resource-ref>
        <ref-name>jdbc/MyDataSource</ref-name>
        <resource-link>LaptopStorePool</resource-link>
    </resource-ref>
</web-app>



-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to