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:18:44 UTC

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

     [ 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.