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

[jira] Assigned: (SMXCOMP-34) CxfSeEndpoint totally ignored service="..." and enpoint="..." attributes

     [ https://issues.apache.org/activemq/browse/SMXCOMP-34?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Freeman Fang reassigned SMXCOMP-34:
-----------------------------------

    Assignee: Freeman Fang

> CxfSeEndpoint totally ignored service="..." and enpoint="..." attributes
> ------------------------------------------------------------------------
>
>                 Key: SMXCOMP-34
>                 URL: https://issues.apache.org/activemq/browse/SMXCOMP-34
>             Project: ServiceMix Components
>          Issue Type: Bug
>          Components: servicemix-cxf-se
>    Affects Versions: 3.2.3, servicemix-cxf-se-2008.01
>            Reporter: Krzysztof Sobolewski
>            Assignee: Freeman Fang
>
> I tend to usually follow the documentation, ant the documentation at http://servicemix.apache.org/servicemix-cxf-se.html says that cxfse:endpoint element (in xbean.xml) accepts @service and @endpoint attributes. But that's not true. These attributes are *always* overridden to be the ones extracted from the web service[1][2]. I thinks that's not fair; if I want them to have specific values, I expect to be able to set them explicitly.
> ----
> [1] CxfSeEndpoint.java, lines 232-234:
>         setService(implInfo.getServiceName());
>         setInterfaceName(implInfo.getInterfaceName());
>         setEndpoint(implInfo.getEndpointName().getLocalPart());
> [2] CxfSeEndpoint.java, lines 305-307:
>         setService(endpoint.getServer().getEndpoint().getService().getName());
>         setEndpoint(endpoint.getServer().getEndpoint().getEndpointInfo()
>                 .getName().getLocalPart());

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