You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Jarek Gawor (JIRA)" <ji...@apache.org> on 2009/02/04 18:02:08 UTC

[jira] Updated: (GERONIMO-3875) Enabling authentication for Derby renders DB Viewer portlet unusable for all db's except SystemDatabase

     [ https://issues.apache.org/jira/browse/GERONIMO-3875?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jarek Gawor updated GERONIMO-3875:
----------------------------------

    Affects Version/s: 2.1.4
        Fix Version/s:     (was: 2.1.4)

Updating versions as it probably will not get fixed for 2.1.4.


> Enabling authentication for Derby renders DB Viewer portlet unusable for all db's except SystemDatabase
> -------------------------------------------------------------------------------------------------------
>
>                 Key: GERONIMO-3875
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-3875
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: console
>    Affects Versions: 2.1, 2.1.1, 2.1.3, 2.1.4, 2.2
>         Environment: Win XP, G 2.1 Tomcat
>            Reporter: Vamsavardhana Reddy
>            Assignee: Donald Woods
>             Fix For: 2.2
>
>         Attachments: GERONIMO-3875.patch
>
>
> After enabling  authentication for Derby, I am noticing that DB Viewer portlet is unable to work with any database other that SystemDatabase.
> listTables.jsp has the following code:
> {code}
> <%-- Datasource --%>
> <c:if test="${ds == null}">
>     <%-- Create the connection manually --%>
>     <sql:setDataSource
>       var="ds"
>       driver="org.apache.derby.jdbc.EmbeddedDriver"
>       url="jdbc:derby:${db};create=true"
>       user=""
>       password=""
>     />
> </c:if>
> {code}

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.