Re: [osgi-dev] A middle ground between hard dependencies and purely dynamic dependencies (DS)

2016-10-12 Thread Benson Margulies
On Wed, Oct 12, 2016 at 3:36 PM, wrote: > I hesitate to prolong this thread, but FWIW: Google can index PDFs just > fine, what their seachbot doesn't do is to click through "I agree to ..." > checkboxes. > > Whether the "front page" of a web site should always display the

Re: [osgi-dev] OSGi enRoute Maven Testers wanted ...

2016-10-12 Thread Daghan ACAY
Hi Peter, I have read it and i realize three things 1- we now need to add an additional project to create the run time assembly, e.g /bndrun folder in the tutorial. Is this the only way? If so will bndtools support this type of project template as it is currently supporting api, provider,

Re: [osgi-dev] A middle ground between hard dependencies and purely dynamic dependencies (DS)

2016-10-12 Thread chris . gray
I hesitate to prolong this thread, but FWIW: Google can index PDFs just fine, what their seachbot doesn't do is to click through "I agree to ..." checkboxes. Whether the "front page" of a web site should always display the same information is another question. Most don't. > These sides are

Re: [osgi-dev] Promises 1.1 Draft

2016-10-12 Thread Simon Chemouil
Hi! > What you’ve described is how you would provide your own Promises > implementation (see also the Aries Promise > implementation: > https://github.com/apache/aries/tree/trunk/async/promise-api/src/main/java/org), > and could be what you choose to do. I would, however, consider > attempting

Re: [osgi-dev] Help

2016-10-12 Thread manoj.vrajamani
Thanks.. Shall do that :) From: osgi-dev-boun...@mail.osgi.org [mailto:osgi-dev-boun...@mail.osgi.org] On Behalf Of Neil Bartlett Sent: 12 October 2016 17:04 To: OSGi Developer Mail List Subject: Re: [osgi-dev] Help ** This mail has been sent from an external source **

Re: [osgi-dev] Help

2016-10-12 Thread Neil Bartlett
Hi Manoj, This list is for general OSGi development, and many of the people here do not use Bndtools. For questions that are purely about how to use Bndtools, it is much better to send to the Bndtools mailing list. See http://bndtools.org/community.html Regards Neil > On 12 Oct 2016, at

Re: [osgi-dev] Help

2016-10-12 Thread Christian Schneider
The jaxrs spec bundle is only a part of the solution. I could tell you how to download it and add it to bndtools but that would not give a a running system later. You also need an impl of the spec to provide a full runtime that can later execute your service. Manoj also asked me personally so

Re: [osgi-dev] Help

2016-10-12 Thread Neil Bartlett
> On 12 Oct 2016, at 10:30, > wrote: > > Yeah..but where do I get this bundle? Download ? Can you tell me the exact > bundle that I have to download ? I can’t tell you the exact bundle because I don’t know what version of the

Re: [osgi-dev] Help

2016-10-12 Thread manoj.vrajamani
Yeah..but where do I get this bundle? Download ? Can you tell me the exact bundle that I have to download ? Supposing I download and it is available in the Downloads directory. Should it (and similar bundles) be placed in some special directory? Further, How do I add it into my build path ?

Re: [osgi-dev] Help

2016-10-12 Thread Neil Bartlett
You need to have the JAX-RS API on your build path. > On 12 Oct 2016, at 10:24, > wrote: > > Nope ! > > From: osgi-dev-boun...@mail.osgi.org > [mailto:osgi-dev-boun...@mail.osgi.org >

Re: [osgi-dev] Help

2016-10-12 Thread manoj.vrajamani
Nope ! From: osgi-dev-boun...@mail.osgi.org [mailto:osgi-dev-boun...@mail.osgi.org] On Behalf Of Neil Bartlett Sent: 12 October 2016 14:54 To: OSGi Developer Mail List Subject: Re: [osgi-dev] Help ** This mail has been sent from an external source ** Do you have the

Re: [osgi-dev] Help

2016-10-12 Thread Neil Bartlett
Do you have the JAX-RS API on your build path? > On 12 Oct 2016, at 08:26, manoj.vrajam...@wipro.com wrote: > > Hi All, > > Please see attachment.. When I import javax.ws.* , I get unresolved errors.. > How do I correct this ? Any pre-requisites for this? > > Thanks, > Manoj > > The