You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by "Daniel Kulp (JIRA)" <ji...@apache.org> on 2010/06/25 02:40:51 UTC

[jira] Created: (SMXCOMP-766) Inconsistent use of Endpoint.INTERFACE_NAME in cxf nmr transport

Inconsistent use of Endpoint.INTERFACE_NAME in cxf nmr transport
----------------------------------------------------------------

                 Key: SMXCOMP-766
                 URL: https://issues.apache.org/activemq/browse/SMXCOMP-766
             Project: ServiceMix Components
          Issue Type: Bug
            Reporter: Daniel Kulp



Various parts of the NMR assume that Endpoint.INTERFACE_NAME and Endpoint.SERVICE_NAME are Strings.  However, the CXF NMR transport sets them as QNames which prevents various lookups from working.

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


[jira] Assigned: (SMXCOMP-766) Inconsistent use of Endpoint.INTERFACE_NAME in cxf nmr transport

Posted by "Freeman Fang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/SMXCOMP-766?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Freeman Fang reassigned SMXCOMP-766:
------------------------------------

    Assignee: Freeman Fang

> Inconsistent use of Endpoint.INTERFACE_NAME in cxf nmr transport
> ----------------------------------------------------------------
>
>                 Key: SMXCOMP-766
>                 URL: https://issues.apache.org/activemq/browse/SMXCOMP-766
>             Project: ServiceMix Components
>          Issue Type: Bug
>            Reporter: Daniel Kulp
>            Assignee: Freeman Fang
>         Attachments: SMXCOMP-766.patch, SMXCOMP-766b.patch
>
>
> Various parts of the NMR assume that Endpoint.INTERFACE_NAME and Endpoint.SERVICE_NAME are Strings.  However, the CXF NMR transport sets them as QNames which prevents various lookups from working.

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


[jira] Work started: (SMXCOMP-766) Inconsistent use of Endpoint.INTERFACE_NAME in cxf nmr transport

Posted by "Freeman Fang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/SMXCOMP-766?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Work on SMXCOMP-766 started by Freeman Fang.

> Inconsistent use of Endpoint.INTERFACE_NAME in cxf nmr transport
> ----------------------------------------------------------------
>
>                 Key: SMXCOMP-766
>                 URL: https://issues.apache.org/activemq/browse/SMXCOMP-766
>             Project: ServiceMix Components
>          Issue Type: Bug
>            Reporter: Daniel Kulp
>            Assignee: Freeman Fang
>         Attachments: SMXCOMP-766.patch, SMXCOMP-766b.patch
>
>
> Various parts of the NMR assume that Endpoint.INTERFACE_NAME and Endpoint.SERVICE_NAME are Strings.  However, the CXF NMR transport sets them as QNames which prevents various lookups from working.

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


[jira] Updated: (SMXCOMP-766) Inconsistent use of Endpoint.INTERFACE_NAME in cxf nmr transport

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

Daniel Kulp updated SMXCOMP-766:
--------------------------------

    Attachment: SMXCOMP-766b.patch


SMXCOMP-766b.patch is a second patch for the src/main/java/org/apache/servicemix/nmr/spring/ReferenceFactory.java file in the NMR that does the same thing.



> Inconsistent use of Endpoint.INTERFACE_NAME in cxf nmr transport
> ----------------------------------------------------------------
>
>                 Key: SMXCOMP-766
>                 URL: https://issues.apache.org/activemq/browse/SMXCOMP-766
>             Project: ServiceMix Components
>          Issue Type: Bug
>            Reporter: Daniel Kulp
>         Attachments: SMXCOMP-766.patch, SMXCOMP-766b.patch
>
>
> Various parts of the NMR assume that Endpoint.INTERFACE_NAME and Endpoint.SERVICE_NAME are Strings.  However, the CXF NMR transport sets them as QNames which prevents various lookups from working.

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


[jira] Updated: (SMX4-539) Inconsistent use of Endpoint.INTERFACE_NAME in cxf nmr transport

Posted by "Freeman Fang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/SMX4-539?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Freeman Fang updated SMX4-539:
------------------------------

    Fix Version/s: 4.4.0
      Description: Various parts of the NMR assume that Endpoint.INTERFACE_NAME and Endpoint.SERVICE_NAME are Strings.  However, the CXF NMR transport sets them as QNames which prevents various lookups from working.  (was: 
Various parts of the NMR assume that Endpoint.INTERFACE_NAME and Endpoint.SERVICE_NAME are Strings.  However, the CXF NMR transport sets them as QNames which prevents various lookups from working.)

> Inconsistent use of Endpoint.INTERFACE_NAME in cxf nmr transport
> ----------------------------------------------------------------
>
>                 Key: SMX4-539
>                 URL: https://issues.apache.org/activemq/browse/SMX4-539
>             Project: ServiceMix 4
>          Issue Type: Bug
>            Reporter: Daniel Kulp
>            Assignee: Freeman Fang
>             Fix For: 4.4.0
>
>         Attachments: SMXCOMP-766.patch, SMXCOMP-766b.patch
>
>
> Various parts of the NMR assume that Endpoint.INTERFACE_NAME and Endpoint.SERVICE_NAME are Strings.  However, the CXF NMR transport sets them as QNames which prevents various lookups from working.

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


[jira] Updated: (SMXCOMP-766) Inconsistent use of Endpoint.INTERFACE_NAME in cxf nmr transport

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

Daniel Kulp updated SMXCOMP-766:
--------------------------------

    Attachment: SMXCOMP-766.patch


Patch for this issue

> Inconsistent use of Endpoint.INTERFACE_NAME in cxf nmr transport
> ----------------------------------------------------------------
>
>                 Key: SMXCOMP-766
>                 URL: https://issues.apache.org/activemq/browse/SMXCOMP-766
>             Project: ServiceMix Components
>          Issue Type: Bug
>            Reporter: Daniel Kulp
>         Attachments: SMXCOMP-766.patch
>
>
> Various parts of the NMR assume that Endpoint.INTERFACE_NAME and Endpoint.SERVICE_NAME are Strings.  However, the CXF NMR transport sets them as QNames which prevents various lookups from working.

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


[jira] Resolved: (SMX4-539) Inconsistent use of Endpoint.INTERFACE_NAME in cxf nmr transport

Posted by "Freeman Fang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/SMX4-539?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Freeman Fang resolved SMX4-539.
-------------------------------

    Resolution: Fixed

apply patch on behalf of Dan with thanks
http://svn.apache.org/viewvc?rev=957781&view=rev

> Inconsistent use of Endpoint.INTERFACE_NAME in cxf nmr transport
> ----------------------------------------------------------------
>
>                 Key: SMX4-539
>                 URL: https://issues.apache.org/activemq/browse/SMX4-539
>             Project: ServiceMix 4
>          Issue Type: Bug
>            Reporter: Daniel Kulp
>            Assignee: Freeman Fang
>             Fix For: 4.4.0
>
>         Attachments: SMXCOMP-766.patch, SMXCOMP-766b.patch
>
>
> Various parts of the NMR assume that Endpoint.INTERFACE_NAME and Endpoint.SERVICE_NAME are Strings.  However, the CXF NMR transport sets them as QNames which prevents various lookups from working.

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


[jira] Moved: (SMX4-539) Inconsistent use of Endpoint.INTERFACE_NAME in cxf nmr transport

Posted by "Freeman Fang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/SMX4-539?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Freeman Fang moved SMXCOMP-766 to SMX4-539:
-------------------------------------------

    Project: ServiceMix 4  (was: ServiceMix Components)
        Key: SMX4-539  (was: SMXCOMP-766)

> Inconsistent use of Endpoint.INTERFACE_NAME in cxf nmr transport
> ----------------------------------------------------------------
>
>                 Key: SMX4-539
>                 URL: https://issues.apache.org/activemq/browse/SMX4-539
>             Project: ServiceMix 4
>          Issue Type: Bug
>            Reporter: Daniel Kulp
>            Assignee: Freeman Fang
>         Attachments: SMXCOMP-766.patch, SMXCOMP-766b.patch
>
>
> Various parts of the NMR assume that Endpoint.INTERFACE_NAME and Endpoint.SERVICE_NAME are Strings.  However, the CXF NMR transport sets them as QNames which prevents various lookups from working.

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