[
https://issues.apache.org/jira/browse/GERONIMO-4395?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12647494#action_12647494
]
Ivan commented on GERONIMO-4395:
--------------------------------
Thanks for the comments Lin and David.
I will recreate the patch from the root dir.
a. The reason that I replace the / is for '/' will cause the deployment failed.
b. About the random string, for in the current implementation, the codes will
check whether there is a '/' in the pool name, if it does, the substring of the
pool name is used as the artifact id. Let's take an example, "testpool" and
"jdbc/testpool" will get the same artifact id "testpool", I will append a
random string if the "testpool" exists already.
> EmployeeDatasource and jdbc/EmployeeDatasource create the same files under
> $geronimo_install_dir/repository/console/dbpool directory
> ------------------------------------------------------------------------------------------------------------------------------------
>
> Key: GERONIMO-4395
> URL: https://issues.apache.org/jira/browse/GERONIMO-4395
> Project: Geronimo
> Issue Type: Bug
> Security Level: public(Regular issues)
> Components: databases
> Affects Versions: 2.1.3
> Environment: Any platform
> Reporter: viola.lu
> Assignee: Lin Sun
> Priority: Minor
> Attachments: Geronimo-4395-1109.patch, Geronimo-4395.patch
>
>
> Steps:
> 1.Login geronimo, go to database pool, create a "EmployeeDatasource"
> datasource with any db type.
> 2.create another "jdbc/EmployeeDatasource" datasource with any db type. But
> some read error display that
> EmployeeDatasource has existed in database pool.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.