You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Tina Li (JIRA)" <ji...@apache.org> on 2012/07/09 04:45:33 UTC

[jira] [Updated] (GERONIMO-6371) Bundle can't be generated automatically when mysql jdbc driver was installed through Repository in admin console

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

Tina Li updated GERONIMO-6371:
------------------------------

    Description: 
1. Start server successfully of geronimo
2. Install mysql jdbc driver named mysql-connector-java-5.1.7-bin.jar through repository in admin console
3. Check repository you can find one entry added:
<environment>
        ...
        <dependencies>
            ...
            <dependency>
                <groupId>mysql</groupId>
                <artifactId>mysql-connector-java</artifactId>
                <version>5.1.7-bin</version>
                <type>jar</type>
            </dependency>
       </dependencies>
    </environment>
4. Check osgi bundles porlet in admin console, but can't find the according bundle.
        Summary: Bundle can't be generated automatically when mysql jdbc driver was installed through Repository in admin console  (was: Bundle can't be created automatically when mysql jdbc driver was installed through Repository in admin console)
    
> Bundle can't be generated automatically when mysql jdbc driver was installed through Repository in admin console
> ----------------------------------------------------------------------------------------------------------------
>
>                 Key: GERONIMO-6371
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-6371
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: osgi-bundles
>    Affects Versions: 3.0-beta-2
>         Environment: Linux oc0184113215.ibm.com 2.6.32-131.2.1.el6.x86_64 #1 SMP Wed May 18 07:07:37 EDT 2011 x86_64 x86_64 x86_64 GNU/Linux
> Java HotSpot(TM) 64-Bit Server VM (build 20.7-b02, mixed mode)
>            Reporter: Tina Li
>            Priority: Minor
>
> 1. Start server successfully of geronimo
> 2. Install mysql jdbc driver named mysql-connector-java-5.1.7-bin.jar through repository in admin console
> 3. Check repository you can find one entry added:
> <environment>
>         ...
>         <dependencies>
>             ...
>             <dependency>
>                 <groupId>mysql</groupId>
>                 <artifactId>mysql-connector-java</artifactId>
>                 <version>5.1.7-bin</version>
>                 <type>jar</type>
>             </dependency>
>        </dependencies>
>     </environment>
> 4. Check osgi bundles porlet in admin console, but can't find the according bundle.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira