You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by de...@geronimo.apache.org on 2004/10/12 18:16:51 UTC

[jira] Created: (GERONIMO-372) Allow multiple resourceadapter elements in the geronimo connector descriptor.

Message:

  A new issue has been created in JIRA.

---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/browse/GERONIMO-372

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: GERONIMO-372
    Summary: Allow multiple resourceadapter elements in the geronimo connector descriptor.
       Type: Improvement

     Status: Open
   Priority: Major

    Project: Apache Geronimo
 Components: 
             connector
   Fix Fors:
             1.0-M3
   Versions:
             1.0-M3

   Assignee: David Jencks
   Reporter: Hiram Chirino

    Created: Tue, 12 Oct 2004 9:15 AM
    Updated: Tue, 12 Oct 2004 9:15 AM

Description:
It would be nice to be able to define multiple <resourceadapter> elements in the <connector xmlns="http://geronimo.apache.org/xml/ns/j2ee/connector"> element.

  


---------------------------------------------------------------------
JIRA INFORMATION:
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

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


[jira] Commented: (GERONIMO-372) Allow multiple resourceadapter elements in the geronimo connector descriptor.

Posted by "David Jencks (JIRA)" <de...@geronimo.apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-372?page=comments#action_54637 ]
     
David Jencks commented on GERONIMO-372:
---------------------------------------

Should the admin object instances be tied to a specific instance of resource adapter?  I'd say not since they arent actually hooked up to one in particular -- they are just javabeans.



> Allow multiple resourceadapter elements in the geronimo connector descriptor.
> -----------------------------------------------------------------------------
>
>          Key: GERONIMO-372
>          URL: http://issues.apache.org/jira/browse/GERONIMO-372
>      Project: Apache Geronimo
>         Type: Improvement
>   Components: connector
>     Versions: 1.0-M3
>     Reporter: Hiram Chirino
>     Assignee: David Jencks
>      Fix For: 1.0-M3

>
> It would be nice to be able to define multiple <resourceadapter> elements in the <connector xmlns="http://geronimo.apache.org/xml/ns/j2ee/connector"> element.
>   

-- 
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
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


[jira] Closed: (GERONIMO-372) Allow multiple resourceadapter elements in the geronimo connector descriptor.

Posted by "David Jencks (JIRA)" <de...@geronimo.apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-372?page=history ]
     
David Jencks closed GERONIMO-372:
---------------------------------

    Resolution: Fixed

Multiple resource adapters/plan are now possible.  admin objects are no longer associated with a particular resource adapter instance.

> Allow multiple resourceadapter elements in the geronimo connector descriptor.
> -----------------------------------------------------------------------------
>
>          Key: GERONIMO-372
>          URL: http://issues.apache.org/jira/browse/GERONIMO-372
>      Project: Apache Geronimo
>         Type: Improvement
>   Components: connector
>     Versions: 1.0-M3
>     Reporter: Hiram Chirino
>     Assignee: David Jencks
>      Fix For: 1.0-M3

>
> It would be nice to be able to define multiple <resourceadapter> elements in the <connector xmlns="http://geronimo.apache.org/xml/ns/j2ee/connector"> element.
>   

-- 
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
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


[jira] Commented: (GERONIMO-372) Allow multiple resourceadapter elements in the geronimo connector descriptor.

Posted by "David Jencks (JIRA)" <de...@geronimo.apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-372?page=comments#action_54640 ]
     
David Jencks commented on GERONIMO-372:
---------------------------------------

You'd be apt to get classloader conflicts trying to run 2 versions of the same adapter in an ear, since there's only one classloader for the ear.  However, if this was worked out somehow, it still wouldn't affect this issue since I'm proposing that the admin objects still be associated with the rar deployment instance, just not a particular ResourceAdapter instance.

In terms of jsr-77 names, assuming this turns out to be spec-compliant, I was thinking of including the application and module names in the admin object name, but not the resourceadapter (instance) name.

> Allow multiple resourceadapter elements in the geronimo connector descriptor.
> -----------------------------------------------------------------------------
>
>          Key: GERONIMO-372
>          URL: http://issues.apache.org/jira/browse/GERONIMO-372
>      Project: Apache Geronimo
>         Type: Improvement
>   Components: connector
>     Versions: 1.0-M3
>     Reporter: Hiram Chirino
>     Assignee: David Jencks
>      Fix For: 1.0-M3

>
> It would be nice to be able to define multiple <resourceadapter> elements in the <connector xmlns="http://geronimo.apache.org/xml/ns/j2ee/connector"> element.
>   

-- 
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
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


[jira] Commented: (GERONIMO-372) Allow multiple resourceadapter elements in the geronimo connector descriptor.

Posted by "Hiram Chirino (JIRA)" <de...@geronimo.apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-372?page=comments#action_54639 ]
     
Hiram Chirino commented on GERONIMO-372:
----------------------------------------

Well... Is it possible to run 2 different version of a resource adapter in an EAR?  If so, I would say yes since the JavaBeans classes may not be compatible accross version.

> Allow multiple resourceadapter elements in the geronimo connector descriptor.
> -----------------------------------------------------------------------------
>
>          Key: GERONIMO-372
>          URL: http://issues.apache.org/jira/browse/GERONIMO-372
>      Project: Apache Geronimo
>         Type: Improvement
>   Components: connector
>     Versions: 1.0-M3
>     Reporter: Hiram Chirino
>     Assignee: David Jencks
>      Fix For: 1.0-M3

>
> It would be nice to be able to define multiple <resourceadapter> elements in the <connector xmlns="http://geronimo.apache.org/xml/ns/j2ee/connector"> element.
>   

-- 
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
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira