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 2010/03/30 02:13:27 UTC

[jira] Created: (GERONIMO-5214) connector builder should export interfaces that need to be used by users of the connector

connector builder should export interfaces that need to be used by users of the connector
-----------------------------------------------------------------------------------------

                 Key: GERONIMO-5214
                 URL: https://issues.apache.org/jira/browse/GERONIMO-5214
             Project: Geronimo
          Issue Type: Bug
      Security Level: public (Regular issues)
          Components: connector, osgi
    Affects Versions: 3.0
            Reporter: David Jencks
            Assignee: David Jencks
             Fix For: 3.0


The connector builder should automatically export packages that are used in the connection interface, connection factory interface, activation spec, message listener, and admin object interface if they are actually supplied by the ra.  We can be pretty sure that clients need to use these.

It's not entirely reliable, but we can use package admin to find the bundle for each of these classes and see if it is the same as the current bundle we are working on: in this case the connector definitely supplies the class.  It might still be able to supply it if its wired in from elsewhere.... not much we can do about this I think.

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


[jira] Closed: (GERONIMO-5214) connector builder should export interfaces that need to be used by users of the connector

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

David Jencks closed GERONIMO-5214.
----------------------------------

    Resolution: Fixed

still seems to work ok

> connector builder should export interfaces that need to be used by users of the connector
> -----------------------------------------------------------------------------------------
>
>                 Key: GERONIMO-5214
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-5214
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: connector, osgi
>    Affects Versions: 3.0
>            Reporter: David Jencks
>            Assignee: David Jencks
>             Fix For: 3.0
>
>
> The connector builder should automatically export packages that are used in the connection interface, connection factory interface, activation spec, message listener, and admin object interface if they are actually supplied by the ra.  We can be pretty sure that clients need to use these.
> It's not entirely reliable, but we can use package admin to find the bundle for each of these classes and see if it is the same as the current bundle we are working on: in this case the connector definitely supplies the class.  It might still be able to supply it if its wired in from elsewhere.... not much we can do about this I think.

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


[jira] Commented: (GERONIMO-5214) connector builder should export interfaces that need to be used by users of the connector

Posted by "David Jencks (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GERONIMO-5214?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12851174#action_12851174 ] 

David Jencks commented on GERONIMO-5214:
----------------------------------------

rev 928947, seems to work.... maybe we can think of some way if the package is also imported.

> connector builder should export interfaces that need to be used by users of the connector
> -----------------------------------------------------------------------------------------
>
>                 Key: GERONIMO-5214
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-5214
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: connector, osgi
>    Affects Versions: 3.0
>            Reporter: David Jencks
>            Assignee: David Jencks
>             Fix For: 3.0
>
>
> The connector builder should automatically export packages that are used in the connection interface, connection factory interface, activation spec, message listener, and admin object interface if they are actually supplied by the ra.  We can be pretty sure that clients need to use these.
> It's not entirely reliable, but we can use package admin to find the bundle for each of these classes and see if it is the same as the current bundle we are working on: in this case the connector definitely supplies the class.  It might still be able to supply it if its wired in from elsewhere.... not much we can do about this I think.

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