Re: Re: Re: Re: CXF Distributed OSGI and RESTful

2010-05-20 Thread Georgi Dimitrov
Hi it's me again :) Jut a brief update: I have found the reason why the example bundles do not work! Take a look at this code in the org.apache.cxf.dosgi.samples.greeter.impl.rest.Activator class of the greeter_rest implementation bundle: public void start(BundleContext bc) throws Exception {

Re: Re: Re: CXF Distributed OSGI and RESTful

2010-05-20 Thread yoMrJ
Hi Sergey, Just checked out our App that has an OSGI Environment a new from our local svn(Clean Configuration). Then just edited the config.ini to add the two bundles: cxf-dosgi-ri-samples-greeter-rest-interface-1.1.jar cxf-dosgi-ri-samples-greeter-rest-impl-1.1.jar Then i checked in the OSGI c

Re: Re: Re: CXF Distributed OSGI and RESTful

2010-05-19 Thread Sergey Beryozkin
Hi On Wed, May 19, 2010 at 2:29 PM, Georgi Dimitrov wrote: > > Hi Sergey, > > thank you for your help despite my lack of experience :) > > I have checked out from svn the samples dir (that is somewhere inside > ...cxf/dosgi/) > Then I browsed into the folder greeter_rest and ran "mvn" without >

Re: Re: Re: CXF Distributed OSGI and RESTful

2010-05-19 Thread Georgi Dimitrov
Hi Sergey, thank you for your help despite my lack of experience :) I have checked out from svn the samples dir (that is somewhere inside ...cxf/dosgi/) Then I browsed into the folder greeter_rest and ran "mvn" without arguments. It created the target bundles: cxf-dosgi-ri-samples-greeter-res

Re: Re: CXF Distributed OSGI and RESTful

2010-05-19 Thread Sergey Beryozkin
Hi It is difficult to suggest anything without seeing the actual details... ""No services have been found"" is a CXF services page, saying that no endpoints have been deployed successfully. I think the best way for you to move forward is to run a greeter_rest demo shipped with DOSGI 1.1, see tha

Re: Re: CXF Distributed OSGI and RESTful

2010-05-19 Thread Georgi Dimitrov
Hello Sergey, I ve done everything as described. Still no RESTful service The documentation you pointed me to doesn't explain what I need to do. Here is what I've done Could you please correct me on any step that is wrong or complement my steps where needed? 1) specified the service-descr

Re: CXF Distributed OSGI and RESTful

2010-05-17 Thread Sergey Beryozkin
Hi On Mon, May 17, 2010 at 3:23 PM, yoMrJ wrote: > > Sorry Sergey, something went wrong with my mail :) I suppose that were the > View this message in context: > http://old.nabble.com/CXF-Distributed-OSGI-and-RESTful-tp28582737p28584051.html > Sent from the cxf-user mailing list archive at Nabb

Re: CXF Distributed OSGI and RESTful

2010-05-17 Thread yoMrJ
Sorry Sergey, something went wrong with my mail :) I suppose that were the

Re: Re: CXF Distributed OSGI and RESTful

2010-05-17 Thread Georgi Dimitrov
Hi Sergey, this is the content of my sd.xml:

Re: CXF Distributed OSGI and RESTful

2010-05-17 Thread Sergey Beryozkin
Hi How does your sd.xml look like (just would like to see the properties). Also make sure that JAX RS api packages are being imported, though there's an option there to avoid importing them... cheers, Sergey On Mon, May 17, 2010 at 1:31 PM, Georgi Dimitrov wrote: > > Hi People, > > I was tryin