You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cxf.apache.org by Spandit2 <Sp...@csc.com> on 2011/09/19 04:54:37 UTC

CXF DOSGI Web service not available

Hello Folks ,

I am strugling to get the DOSGI service up and running and not sure what is
going wrong . When I list the bundles , I see my service bundle is Active ,
however when I try to access the wsdl I get 404 .

I have followed the instructions listed here to set uo the multi bundle
distribution in eclipse 

http://cxf.apache.org/dosgi-multi-bundle-setup.html 

I am suspicious about the build in Jetty server . Because I see 

134	RESOLVED    org.mortbay.jetty_5.1.11.v200806031610
1135	RESOLVED    org.mortbay.jetty_5.1.14.v200806031611
1136	RESOLVED    org.mortbay.jetty.server_6.1.15.v200905151201
1137	RESOLVED    org.mortbay.jetty.server_6.1.7.v200806031612
1138	RESOLVED    org.mortbay.jetty.util_6.1.15.v200905182336
1139	RESOLVED    org.mortbay.jetty.util_6.1.7.v200806031612

Does Jetty server needs to be ACTIVE ? 

Please guide me to resolve this issue as I am running out of time .

Appreciate any help .

Sunil

--
View this message in context: http://cxf.547215.n5.nabble.com/CXF-DOSGI-Web-service-not-available-tp4817618p4817618.html
Sent from the cxf-user mailing list archive at Nabble.com.

Re: CXF DOSGI Web service not available

Posted by Sergey Beryozkin <sb...@gmail.com>.
Hi, that documentation has been created awhile ago, so most likely
different bundle versions have to be used to get a multi-bundle 
distribution working.
Yes, those bundles have to be ACTIVE

The other thing you can always try is to debug DSW. Start Equinox/Felix 
in a debug mode and out few breakpoints in the CXF DSW code - no changes 
have been made there recently which would prevent a basic HTTP service 
being published

Cheers, Sergey

On 19/09/11 03:54, Spandit2 wrote:
> Hello Folks ,
>
> I am strugling to get the DOSGI service up and running and not sure what is
> going wrong . When I list the bundles , I see my service bundle is Active ,
> however when I try to access the wsdl I get 404 .
>
> I have followed the instructions listed here to set uo the multi bundle
> distribution in eclipse
>
> http://cxf.apache.org/dosgi-multi-bundle-setup.html
>
> I am suspicious about the build in Jetty server . Because I see
>
> 134	RESOLVED    org.mortbay.jetty_5.1.11.v200806031610
> 1135	RESOLVED    org.mortbay.jetty_5.1.14.v200806031611
> 1136	RESOLVED    org.mortbay.jetty.server_6.1.15.v200905151201
> 1137	RESOLVED    org.mortbay.jetty.server_6.1.7.v200806031612
> 1138	RESOLVED    org.mortbay.jetty.util_6.1.15.v200905182336
> 1139	RESOLVED    org.mortbay.jetty.util_6.1.7.v200806031612
>
> Does Jetty server needs to be ACTIVE ?
>
> Please guide me to resolve this issue as I am running out of time .
>
> Appreciate any help .
>
> Sunil
>
> --
> View this message in context: http://cxf.547215.n5.nabble.com/CXF-DOSGI-Web-service-not-available-tp4817618p4817618.html
> Sent from the cxf-user mailing list archive at Nabble.com.