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 2009/10/16 02:23:53 UTC

[jira] Commented: (SMXCOMP-653) CXF-SE ignores the service and endpoint xbean attributes

    [ https://issues.apache.org/activemq/browse/SMXCOMP-653?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=54779#action_54779 ] 

Freeman Fang commented on SMXCOMP-653:
--------------------------------------

Hi JB,

I believe SMXCOMP-509[1] already fix this

[1]https://issues.apache.org/activemq/browse/SMXCOMP-509

Freeman

> CXF-SE ignores the service and endpoint xbean attributes
> --------------------------------------------------------
>
>                 Key: SMXCOMP-653
>                 URL: https://issues.apache.org/activemq/browse/SMXCOMP-653
>             Project: ServiceMix Components
>          Issue Type: Bug
>          Components: servicemix-cxf-se
>    Affects Versions: servicemix-cxf-se-2009.01
>            Reporter: Jean-Baptiste Onofré
>             Fix For: servicemix-cxf-se-2009.02
>
>
> Even if I define a xbean.xml like this:
>     <cxfse:endpoint service="nanthrax:cxfse-ns" endpoint="cxfse">
>         <cxfse:pojo>
>             <bean class="net.nanthrax.servicemix.tests.EchoImpl"/>
>         </cxfse:pojo>
>     </cxfse:endpoint>
> the CXF-SE component ignores it and put (checking in the endpoint MBean using JConsole) :
> serviceName: {http://www.nanthrax.net}Echo
> endpointName: EchoImplPort

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