You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "David Jencks (JIRA)" <ji...@apache.org> on 2009/05/15 02:38:45 UTC

[jira] Created: (GERONIMO-4629) Documentation should have instructions on how to deploy lots of datasources that use the same natve libraries

Documentation should have instructions on how to deploy lots of datasources that use the same natve libraries
-------------------------------------------------------------------------------------------------------------

                 Key: GERONIMO-4629
                 URL: https://issues.apache.org/jira/browse/GERONIMO-4629
             Project: Geronimo
          Issue Type: Improvement
      Security Level: public (Regular issues)
          Components: documentation
            Reporter: David Jencks


In order to avoid problems with trying to load the same native library more than once per jvm lifetime, you need to put code that loads native libraries (such as many db drivers) into a classloader plugin that can be shared among all the datasource plugins that need the classes.  We need instructions on how to do this in the docs.

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


[jira] Issue Comment Edited: (GERONIMO-4629) Documentation should have instructions on how to deploy lots of datasources that use the same natve libraries

Posted by "Chi Runhua (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GERONIMO-4629?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12716135#action_12716135 ] 

Chi Runhua edited comment on GERONIMO-4629 at 6/3/09 7:37 PM:
--------------------------------------------------------------

We have a page(1) to tell users how to install JARs into Geronimo repository and use them within the application. 

I think the page serves the same purpose as you expected, here is the linkage FYR.

(1)  http://cwiki.apache.org/confluence/display/GMOxDOC22/Adding+JARs+to+the+Geronimo+repository

You may update the page as you wish.

Jeff C

      was (Author: chi runhua):
    We have a page(1) to tell users how to install JARs into Geronimo repository and use them within the application. 

I think the page serves the same purpose as you expected, here is the linkage FYR.

http://cwiki.apache.org/confluence/display/GMOxDOC22/Adding+JARs+to+the+Geronimo+repository

You may update the page as you wish.

Jeff C
  
> Documentation should have instructions on how to deploy lots of datasources that use the same natve libraries
> -------------------------------------------------------------------------------------------------------------
>
>                 Key: GERONIMO-4629
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-4629
>             Project: Geronimo
>          Issue Type: Improvement
>      Security Level: public(Regular issues) 
>          Components: documentation
>            Reporter: David Jencks
>         Attachments: KNOWBASE-35914183-20090528-14_02_583.pdf
>
>
> In order to avoid problems with trying to load the same native library more than once per jvm lifetime, you need to put code that loads native libraries (such as many db drivers) into a classloader plugin that can be shared among all the datasource plugins that need the classes.  We need instructions on how to do this in the docs.

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


[jira] Assigned: (GERONIMO-4629) Documentation should have instructions on how to deploy lots of datasources that use the same natve libraries

Posted by "Chi Runhua (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GERONIMO-4629?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chi Runhua reassigned GERONIMO-4629:
------------------------------------

    Assignee: Chi Runhua

> Documentation should have instructions on how to deploy lots of datasources that use the same natve libraries
> -------------------------------------------------------------------------------------------------------------
>
>                 Key: GERONIMO-4629
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-4629
>             Project: Geronimo
>          Issue Type: Improvement
>      Security Level: public(Regular issues) 
>          Components: documentation
>            Reporter: David Jencks
>            Assignee: Chi Runhua
>         Attachments: KNOWBASE-35914183-20090528-14_02_583.pdf
>
>
> In order to avoid problems with trying to load the same native library more than once per jvm lifetime, you need to put code that loads native libraries (such as many db drivers) into a classloader plugin that can be shared among all the datasource plugins that need the classes.  We need instructions on how to do this in the docs.

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


[jira] Commented: (GERONIMO-4629) Documentation should have instructions on how to deploy lots of datasources that use the same natve libraries

Posted by "Trever M. Shick (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GERONIMO-4629?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12716247#action_12716247 ] 

Trever M. Shick commented on GERONIMO-4629:
-------------------------------------------

Added a comment to the Wiki page. I do not have appropriate permissions to edit the page.

http://cwiki.apache.org/confluence/display/GMOxDOC22/Runtime+issues?focusedCommentId=119451#comment-119451


> Documentation should have instructions on how to deploy lots of datasources that use the same natve libraries
> -------------------------------------------------------------------------------------------------------------
>
>                 Key: GERONIMO-4629
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-4629
>             Project: Geronimo
>          Issue Type: Improvement
>      Security Level: public(Regular issues) 
>          Components: documentation
>            Reporter: David Jencks
>         Attachments: KNOWBASE-35914183-20090528-14_02_583.pdf
>
>
> In order to avoid problems with trying to load the same native library more than once per jvm lifetime, you need to put code that loads native libraries (such as many db drivers) into a classloader plugin that can be shared among all the datasource plugins that need the classes.  We need instructions on how to do this in the docs.

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


[jira] Commented: (GERONIMO-4629) Documentation should have instructions on how to deploy lots of datasources that use the same natve libraries

Posted by "Chi Runhua (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GERONIMO-4629?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12716135#action_12716135 ] 

Chi Runhua commented on GERONIMO-4629:
--------------------------------------

We have a page(1) to tell users how to install JARs into Geronimo repository and use them within the application. 

I think the page serves the same purpose as you expected, here is the linkage FYR.

http://cwiki.apache.org/confluence/display/GMOxDOC22/Adding+JARs+to+the+Geronimo+repository

You may update the page as you wish.

Jeff C

> Documentation should have instructions on how to deploy lots of datasources that use the same natve libraries
> -------------------------------------------------------------------------------------------------------------
>
>                 Key: GERONIMO-4629
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-4629
>             Project: Geronimo
>          Issue Type: Improvement
>      Security Level: public(Regular issues) 
>          Components: documentation
>            Reporter: David Jencks
>         Attachments: KNOWBASE-35914183-20090528-14_02_583.pdf
>
>
> In order to avoid problems with trying to load the same native library more than once per jvm lifetime, you need to put code that loads native libraries (such as many db drivers) into a classloader plugin that can be shared among all the datasource plugins that need the classes.  We need instructions on how to do this in the docs.

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


[jira] Resolved: (GERONIMO-4629) Documentation should have instructions on how to deploy lots of datasources that use the same natve libraries

Posted by "Chi Runhua (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GERONIMO-4629?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chi Runhua resolved GERONIMO-4629.
----------------------------------

    Resolution: Fixed

We already have document for the usage and instruction.

So mark the JIRA as resolved.

> Documentation should have instructions on how to deploy lots of datasources that use the same natve libraries
> -------------------------------------------------------------------------------------------------------------
>
>                 Key: GERONIMO-4629
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-4629
>             Project: Geronimo
>          Issue Type: Improvement
>      Security Level: public(Regular issues) 
>          Components: documentation
>            Reporter: David Jencks
>            Assignee: Chi Runhua
>         Attachments: KNOWBASE-35914183-20090528-14_02_583.pdf
>
>
> In order to avoid problems with trying to load the same native library more than once per jvm lifetime, you need to put code that loads native libraries (such as many db drivers) into a classloader plugin that can be shared among all the datasource plugins that need the classes.  We need instructions on how to do this in the docs.

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


[jira] Commented: (GERONIMO-4629) Documentation should have instructions on how to deploy lots of datasources that use the same natve libraries

Posted by "Chi Runhua (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GERONIMO-4629?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12716505#action_12716505 ] 

Chi Runhua commented on GERONIMO-4629:
--------------------------------------

Thanks for your contribution.

I've incorporated your sharing into main content of the page.

Thanks again. 

BTW, if you'd like to have "edit" permission, just drop an request on dev@geronimo.apache.org after you signed the ICLA(http://www.apache.org/licenses/#clas).

Jeff C

> Documentation should have instructions on how to deploy lots of datasources that use the same natve libraries
> -------------------------------------------------------------------------------------------------------------
>
>                 Key: GERONIMO-4629
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-4629
>             Project: Geronimo
>          Issue Type: Improvement
>      Security Level: public(Regular issues) 
>          Components: documentation
>            Reporter: David Jencks
>         Attachments: KNOWBASE-35914183-20090528-14_02_583.pdf
>
>
> In order to avoid problems with trying to load the same native library more than once per jvm lifetime, you need to put code that loads native libraries (such as many db drivers) into a classloader plugin that can be shared among all the datasource plugins that need the classes.  We need instructions on how to do this in the docs.

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