I did not quite understand that...Can you please help me to cross this barrier please...
________________________________ From: osgi-dev-boun...@mail.osgi.org <osgi-dev-boun...@mail.osgi.org> on behalf of Peter Kriens <peter.kri...@aqute.biz> Sent: 16 August 2016 13:29:54 To: OSGi Developer Mail List Subject: Re: [osgi-dev] Help ** This mail has been sent from an external source ** This is about Workspace Templates … On 16 aug. 2016, at 09:58, <manoj.vrajam...@wipro.com<mailto:manoj.vrajam...@wipro.com>> <manoj.vrajam...@wipro.com<mailto:manoj.vrajam...@wipro.com>> wrote: Hi Peter, Please find my preferences screen shots attached.. The URL https://github.com/osgi <https://github.com/osgi> in the "Repositories" was added by me. Still *NO* good result :( Where does the system look for while loading templates ? May be, we need to add the right URL there ? Please suggest.. Thanks, Manoj ________________________________ From: osgi-dev-boun...@mail.osgi.org<mailto:osgi-dev-boun...@mail.osgi.org> <osgi-dev-boun...@mail.osgi.org<mailto:osgi-dev-boun...@mail.osgi.org>> on behalf of Peter Kriens <peter.kri...@aqute.biz<mailto:peter.kri...@aqute.biz>> Sent: 16 August 2016 12:59:12 To: OSGi Developer Mail List Subject: Re: [osgi-dev] Help ** This mail has been sent from an external source ** Not sure what is going on but you’re missing the templates from the Preferences/Bndtools/Workspace Template. Did you edit that list? You should ensure that the `workspace` repository from https://github.com/osgi is included. Kind regards, Peter Kriens On 16 aug. 2016, at 06:49, <manoj.vrajam...@wipro.com<mailto:manoj.vrajam...@wipro.com>> <manoj.vrajam...@wipro.com<mailto:manoj.vrajam...@wipro.com>> wrote: Hi, I am unable to select the workspace template as specified in the QST (Quick Start Tutorial) as I am not getting the options as shown in QST. Please help Please see the options I am getting in the attachment.. Thanks, Manoj ________________________________ From: osgi-dev-boun...@mail.osgi.org<mailto:osgi-dev-boun...@mail.osgi.org> <osgi-dev-boun...@mail.osgi.org<mailto:osgi-dev-boun...@mail.osgi.org>> on behalf of Peter Kriens <peter.kri...@aqute.biz<mailto:peter.kri...@aqute.biz>> Sent: 12 August 2016 20:07:33 To: OSGi Developer Mail List Subject: Re: [osgi-dev] Help ** This mail has been sent from an external source ** You should try to follow the Quick Start tutorial in detail. Looking at your workspace you’re clearly NOT using an enRoute workspace since the ext and other directories is missing. So I assume you’ve created a workspace out of nothing? The QS defines quite explicitly how to start from a workspace. If you have problems creating the OSGi enRoute workspace you have to show us the steps of what you did. Kind regards, Peter Kriens On 12 aug. 2016, at 15:59, <manoj.vrajam...@wipro.com<mailto:manoj.vrajam...@wipro.com>> <manoj.vrajam...@wipro.com<mailto:manoj.vrajam...@wipro.com>> wrote: Neil, Check this attachment..Let me know if you need more info.... Thanks, Manoj ________________________________ From: osgi-dev-boun...@mail.osgi.org<mailto:osgi-dev-boun...@mail.osgi.org> <osgi-dev-boun...@mail.osgi.org<mailto:osgi-dev-boun...@mail.osgi.org>> on behalf of Neil Bartlett <njbartl...@gmail.com<mailto:njbartl...@gmail.com>> Sent: 12 August 2016 19:23:55 To: OSGi Developer Mail List Subject: Re: [osgi-dev] Help ** This mail has been sent from an external source ** Manoj, You don’t have any libraries on your build path. What does the content of bnd.bnd look like for this project? Regards, Neil On 12 Aug 2016, at 14:45, manoj.vrajam...@wipro.com<mailto:manoj.vrajam...@wipro.com> wrote: Hi Peter, I am new to OSGi.. Following the Quick Start tutorial that you suggested... How do I resolve these errors shown in the attachment? Thanks, Manoj ________________________________ From: osgi-dev-boun...@mail.osgi.org<mailto:osgi-dev-boun...@mail.osgi.org> <osgi-dev-boun...@mail.osgi.org<mailto:osgi-dev-boun...@mail.osgi.org>> on behalf of Peter Kriens <peter.kri...@aqute.biz<mailto:peter.kri...@aqute.biz>> Sent: 01 August 2016 16:50:44 To: OSGi Developer Mail List Subject: Re: [osgi-dev] Help ** This mail has been sent from an external source ** As I said on SO, you should follow the OSGi enRoute Quick Start tutorial and then the Base tutorial. This should give you sufficient background to debug your problem yourself. Kind regards, Peter Kriens On 1 aug. 2016, at 12:43, <manoj.vrajam...@wipro.com<mailto:manoj.vrajam...@wipro.com>> <manoj.vrajam...@wipro.com<mailto:manoj.vrajam...@wipro.com>> wrote: Hi Peter, I am failing to install jetty http service somehow. Can you point me to the right bundle (dependencies included) to install jetty http service in my equinox. Thanks, Manoj From: osgi-dev-boun...@mail.osgi.org<mailto:osgi-dev-boun...@mail.osgi.org> [mailto:osgi-dev-boun...@mail.osgi.org] On Behalf Of Peter Kriens Sent: 01 August 2016 12:06 To: OSGi Developer Mail List <osgi-dev@mail.osgi.org<mailto:osgi-dev@mail.osgi.org>> Subject: Re: [osgi-dev] Help ** This mail has been sent from an external source ** There are many potential problems so it is hard to diagnose with this information. There are extensive tutorials available on [OSGi enRoute][1] that will give you enough understanding to debug your problem. The default template is actually a REST interface from a Javascript GUI. Kind regards, Peter Kriens [1]: http://enroute.osgi.org<http://enroute.osgi.org/> On 1 aug. 2016, at 06:49, <manoj.vrajam...@wipro.com<mailto:manoj.vrajam...@wipro.com>> <manoj.vrajam...@wipro.com<mailto:manoj.vrajam...@wipro.com>> wrote: Hi All, I am new to OSGi. I am trying to write a sample interface hello (consisting of a method helloWorld() that returns a simple "Hello" string) accessible via REST API. * I am on Eclipse (mars) running Equinox 4.2 OSGi * I have installed Jersey.all ( implementation of JAX-RS- API) * I have installed the OSGI-JAX-RS connector ( to publish the interface as a REST API) * I also have the Jetty HTTP Service running But I am unable to get the desired results when I say: "http://localhost:9090/services/hello" (9090 has been configured in the run configuration, Arguments Tab) from a browser It gives the following error... Where am I going wrong? ============================================ HTTP ERROR 404 Problem accessing /services/hello Reason: Proxy servlet /services/hello Powered by Jetty:// ============================================ Thanks, Manoj The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments. WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this email. www.wipro.com<http://www.wipro.com/> _______________________________________________ OSGi Developer Mail List osgi-dev@mail.osgi.org<mailto:osgi-dev@mail.osgi.org> https://mail.osgi.org/mailman/listinfo/osgi-dev The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments. WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this email. www.wipro.com<http://www.wipro.com/>_______________________________________________ OSGi Developer Mail List osgi-dev@mail.osgi.org<mailto:osgi-dev@mail.osgi.org> https://mail.osgi.org/mailman/listinfo/osgi-dev The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments. WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this email. www.wipro.com<http://www.wipro.com/> <Screenshot from 2016-08-12 19:12:58.png>_______________________________________________ OSGi Developer Mail List osgi-dev@mail.osgi.org<mailto:osgi-dev@mail.osgi.org> https://mail.osgi.org/mailman/listinfo/osgi-dev The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments. WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this email. www.wipro.com<http://www.wipro.com/><Screenshot from 2016-08-12 19:27:41.png>_______________________________________________ OSGi Developer Mail List osgi-dev@mail.osgi.org<mailto:osgi-dev@mail.osgi.org> https://mail.osgi.org/mailman/listinfo/osgi-dev The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments. WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this email. www.wipro.com<http://www.wipro.com/><Screenshot from 2016-08-16 10:16:55.png>_______________________________________________ OSGi Developer Mail List osgi-dev@mail.osgi.org<mailto:osgi-dev@mail.osgi.org> https://mail.osgi.org/mailman/listinfo/osgi-dev The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments. WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this email. www.wipro.com<http://www.wipro.com/><Screenshot from 2016-08-16 13:24:48.png><Screenshot from 2016-08-16 13:24:55.png>_______________________________________________ OSGi Developer Mail List osgi-dev@mail.osgi.org<mailto:osgi-dev@mail.osgi.org> https://mail.osgi.org/mailman/listinfo/osgi-dev The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments. WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this email. www.wipro.com
_______________________________________________ OSGi Developer Mail List osgi-dev@mail.osgi.org https://mail.osgi.org/mailman/listinfo/osgi-dev