You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Matteo Vescovi (JIRA)" <ji...@apache.org> on 2008/09/16 14:16:44 UTC

[jira] Created: (CXF-1804) CorbaBindingFactory does not register with DestinationFactoryManager and ConduitIniatorManager

CorbaBindingFactory does not register with DestinationFactoryManager and ConduitIniatorManager
----------------------------------------------------------------------------------------------

                 Key: CXF-1804
                 URL: https://issues.apache.org/jira/browse/CXF-1804
             Project: CXF
          Issue Type: Bug
          Components: CORBA Binding
    Affects Versions: 2.1.2
            Reporter: Matteo Vescovi
             Fix For: 2.1.3


CorbaBindingFactory does not register with DestinationFactoryManager and ConduitIniatorManager.



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


[jira] Closed: (CXF-1804) CorbaBindingFactory does not register with DestinationFactoryManager and ConduitIniatorManager

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

Willem Jiang closed CXF-1804.
-----------------------------


> CorbaBindingFactory does not register with DestinationFactoryManager and ConduitIniatorManager
> ----------------------------------------------------------------------------------------------
>
>                 Key: CXF-1804
>                 URL: https://issues.apache.org/jira/browse/CXF-1804
>             Project: CXF
>          Issue Type: Bug
>          Components: CORBA Binding
>    Affects Versions: 2.1.2
>            Reporter: Matteo Vescovi
>            Assignee: Daniel Kulp
>             Fix For: 2.1.3
>
>         Attachments: register_fix.diff
>
>
> CorbaBindingFactory does not register with DestinationFactoryManager and ConduitIniatorManager.

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


[jira] Updated: (CXF-1804) CorbaBindingFactory does not register with DestinationFactoryManager and ConduitIniatorManager

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

Matteo Vescovi updated CXF-1804:
--------------------------------

    Attachment: register_fix.diff

The patch attached fixes this by adding two @PostConstruct annotated methods to have Spring cause the corba binding factory to register with DestinationFactoryManager and ConduitIniatorManager.

Can someone more familiar with CXF please review the change? I thought about putting the two registration methods in the AbstractBindingFactory class that CorbaBindingFactory class extends, but I am not sure whether this belong there or not.



> CorbaBindingFactory does not register with DestinationFactoryManager and ConduitIniatorManager
> ----------------------------------------------------------------------------------------------
>
>                 Key: CXF-1804
>                 URL: https://issues.apache.org/jira/browse/CXF-1804
>             Project: CXF
>          Issue Type: Bug
>          Components: CORBA Binding
>    Affects Versions: 2.1.2
>            Reporter: Matteo Vescovi
>             Fix For: 2.1.3
>
>         Attachments: register_fix.diff
>
>
> CorbaBindingFactory does not register with DestinationFactoryManager and ConduitIniatorManager.

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


[jira] Commented: (CXF-1804) CorbaBindingFactory does not register with DestinationFactoryManager and ConduitIniatorManager

Posted by "Daniel Kulp (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CXF-1804?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12631389#action_12631389 ] 

Daniel Kulp commented on CXF-1804:
----------------------------------


It definitely shouldn't go into AbstractBindingFactory.   Many bindings wouldn't also be a "transport" and thus wouldn't do the conduit/destination stuff.   How you did it is perfect.


> CorbaBindingFactory does not register with DestinationFactoryManager and ConduitIniatorManager
> ----------------------------------------------------------------------------------------------
>
>                 Key: CXF-1804
>                 URL: https://issues.apache.org/jira/browse/CXF-1804
>             Project: CXF
>          Issue Type: Bug
>          Components: CORBA Binding
>    Affects Versions: 2.1.2
>            Reporter: Matteo Vescovi
>             Fix For: 2.1.3
>
>         Attachments: register_fix.diff
>
>
> CorbaBindingFactory does not register with DestinationFactoryManager and ConduitIniatorManager.

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


[jira] Assigned: (CXF-1804) CorbaBindingFactory does not register with DestinationFactoryManager and ConduitIniatorManager

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

Daniel Kulp reassigned CXF-1804:
--------------------------------

    Assignee: Daniel Kulp

> CorbaBindingFactory does not register with DestinationFactoryManager and ConduitIniatorManager
> ----------------------------------------------------------------------------------------------
>
>                 Key: CXF-1804
>                 URL: https://issues.apache.org/jira/browse/CXF-1804
>             Project: CXF
>          Issue Type: Bug
>          Components: CORBA Binding
>    Affects Versions: 2.1.2
>            Reporter: Matteo Vescovi
>            Assignee: Daniel Kulp
>             Fix For: 2.1.3
>
>         Attachments: register_fix.diff
>
>
> CorbaBindingFactory does not register with DestinationFactoryManager and ConduitIniatorManager.

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


[jira] Resolved: (CXF-1804) CorbaBindingFactory does not register with DestinationFactoryManager and ConduitIniatorManager

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

Daniel Kulp resolved CXF-1804.
------------------------------

    Resolution: Fixed

> CorbaBindingFactory does not register with DestinationFactoryManager and ConduitIniatorManager
> ----------------------------------------------------------------------------------------------
>
>                 Key: CXF-1804
>                 URL: https://issues.apache.org/jira/browse/CXF-1804
>             Project: CXF
>          Issue Type: Bug
>          Components: CORBA Binding
>    Affects Versions: 2.1.2
>            Reporter: Matteo Vescovi
>            Assignee: Daniel Kulp
>             Fix For: 2.1.3
>
>         Attachments: register_fix.diff
>
>
> CorbaBindingFactory does not register with DestinationFactoryManager and ConduitIniatorManager.

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