You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by cogitate <mo...@gmail.com> on 2011/09/25 19:09:50 UTC

Re: [jira] [Commented] (CXF-3508) Local Transport Factory and HTTP Transport Factory not compatible in cxf-2.4.0 was working in cxf-2.3.3

hi willem : 
 it seems when i try to bring up a local service with the same configuration
i get a service listing :
"No services have been found." 

 <import resource="classpath:META-INF/cxf/cxf-servlet.xml"/>



 <import resource="classpath:config/mycxfconfig.xml"/>

  <jaxws:endpoint id="LocalHelloWorld"
                  implementor="com.mycomp.services.HelloWorldImpl"
                  address="local://localhost:8999/HelloWorld" 

is there anything i can do about this?
thanks and regards,
-monish



--
View this message in context: http://cxf.547215.n5.nabble.com/jira-Created-CXF-3508-Local-Transport-Factory-and-HTTP-Transport-Factory-not-compatible-in-cxf-2-4-03-tp4386588p4838868.html
Sent from the cxf-issues mailing list archive at Nabble.com.

Re: [jira] [Commented] (CXF-3508) Local Transport Factory and HTTP Transport Factory not compatible in cxf-2.4.0 was working in cxf-2.3.3

Posted by Willem Jiang <wi...@gmail.com>.
Hi monish,

It looks like you doesn't include the cxf.xml, which is important for 
the local transport to share the same bus with who generates the 
service list.

<import resource="classpath:META-INF/cxf/cxf.xml" />


On Mon Sep 26 01:09:50 2011, cogitate wrote:
> hi willem :
>   it seems when i try to bring up a local service with the same configuration
> i get a service listing :
> "No services have been found."
>
>   <import resource="classpath:META-INF/cxf/cxf-servlet.xml"/>
>
>
>
>   <import resource="classpath:config/mycxfconfig.xml"/>
>
>    <jaxws:endpoint id="LocalHelloWorld"
>                    implementor="com.mycomp.services.HelloWorldImpl"
>                    address="local://localhost:8999/HelloWorld"
>
> is there anything i can do about this?
> thanks and regards,
> -monish
>
>
>
> --
> View this message in context: http://cxf.547215.n5.nabble.com/jira-Created-CXF-3508-Local-Transport-Factory-and-HTTP-Transport-Factory-not-compatible-in-cxf-2-4-03-tp4386588p4838868.html
> Sent from the cxf-issues mailing list archive at Nabble.com.
>



-- 
Willem
----------------------------------
FuseSource
Web: http://www.fusesource.com
Blog:    http://willemjiang.blogspot.com (English)
         http://jnn.javaeye.com (Chinese)
Twitter: willemjiang 
Weibo: willemjiang