You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Aaron Mulder (JIRA)" <de...@geronimo.apache.org> on 2006/04/28 04:13:37 UTC

[jira] Created: (GERONIMO-1933) Database pool usage doesn't include mandatory dependency

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


[jira] Resolved: (GERONIMO-1933) Database pool usage doesn't include mandatory dependency

Posted by "Aaron Mulder (JIRA)" <de...@geronimo.apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-1933?page=all ]
     
Aaron Mulder resolved GERONIMO-1933:
------------------------------------

    Resolution: Fixed

Seems to have been fixed already.

> 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
>     Assignee: 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