Re: [osgi-dev] Building a "profile" system with declarative services and configuration admin?

2017-03-13 Thread Daghan ACAY
emails as clean, short chats. Original Message From: Peter Kriens Sent: Monday, March 13, 2017 07:25 PM To: OSGi Developer Mail List Subject: Re: [osgi-dev] Building a "profile" system with declarative services and configuration admin? On 13 Mar 2017, at 12

Re: [osgi-dev] Building a "profile" system with declarative services and configuration admin?

2017-03-13 Thread Daghan ACAY
Hi peter, As a clarification, i can see this design allows multiple ProfileRunner instances (actually as many as IRCProfile configurations) at runtime where each ProfileRunner has zero or more IRFfilters whose properties obeys the LDAP filter defined by the filters_target value. Now for each P

Re: [osgi-dev] OSGI support needed bundling web application

2017-03-07 Thread Daghan ACAY
Hi Rama, We use a similar strategy. We have a separate project for front end. Here is how we do it: 1- we have a backend project providing rest endpoints, in your case enroute application project (if you start a green field project. If not you need to port/migrate your existing backend to osgi

Re: [osgi-dev] Accessing LocalIndexedRepo from Liferay 7 project

2017-02-21 Thread Daghan ACAY
tried -plugin.maven \ aQute.bnd.repository.maven.provider.BndPomRepository; \ name=Local -buildrepo: Local Unfortunately it did not work for me. I will continue to search until I find a solution. Thanks for all the help -Daghan From: osgi-dev-boun...@mail.osgi.org on behalf of Dagha

Re: [osgi-dev] Accessing LocalIndexedRepo from Liferay 7 project

2017-02-20 Thread Daghan ACAY
cnf/release’ as part of the build process - You use the trick of defining cnf/release directories as repositories, as outlined in my original post I’m not offering guarantees the solution would work, but seems likely if the above conditions are true Randy On Feb 20, 2017, at 3:06 AM, Daghan A

Re: [osgi-dev] Accessing LocalIndexedRepo from Liferay 7 project

2017-02-20 Thread Daghan ACAY
n -buildrepo property. Kind regards, Peter Kriens On 20 Feb 2017, at 09:52, Daghan ACAY mailto:daghana...@hotmail.com>> wrote: Hi Randy, I think I am doing the same thing but through github -plugin.3.easyiot.core = \ aQute.bnd.deployer.repository.FixedIndexe

Re: [osgi-dev] Accessing LocalIndexedRepo from Liferay 7 project

2017-02-20 Thread Daghan ACAY
er project not under "cnf" folder. Cheers -Daghan From: osgi-dev-boun...@mail.osgi.org on behalf of Daghan ACAY Sent: Monday, February 20, 2017 9:22 AM To: OSGi Developer Mail List Subject: Re: [osgi-dev] Accessing LocalIndexedRepo from Liferay 7 pro

Re: [osgi-dev] Accessing LocalIndexedRepo from Liferay 7 project

2017-02-20 Thread Daghan ACAY
Liferay 7 project There is an undocumented feature in Bnd that might be useful here. You can set a -buildrepo. Any project that is build will automatically release to all the listed repositories in -buildrepo property. Kind regards, Peter Kriens On 20 Feb 2017, at 09:52, Daghan ACAY mail

Re: [osgi-dev] Accessing LocalIndexedRepo from Liferay 7 project

2017-02-20 Thread Daghan ACAY
ternal nexus server. I hope this is a cleaner version of the original question. Regards -Daghan From: osgi-dev-boun...@mail.osgi.org on behalf of Daghan ACAY Sent: Monday, February 20, 2017 1:09 AM To: osgi-dev@mail.osgi.org Subject: Re: [osgi-dev] Accessing L

Re: [osgi-dev] Accessing LocalIndexedRepo from Liferay 7 project

2017-02-19 Thread Daghan ACAY
understood your problem correctly, and if I haven’t been clear on any of the above. Thanks, Randy On Feb 19, 2017, at 2:24 PM, Daghan ACAY mailto:daghana...@hotmail.com>> wrote: Hi Andy, I guess i followed your strategy please see https://mail.osgi.org/pipermail/osgi-dev/2017-Februar

Re: [osgi-dev] Accessing LocalIndexedRepo from Liferay 7 project

2017-02-19 Thread Daghan ACAY
Hi Andy, I guess i followed your strategy please see https://mail.osgi.org/pipermail/osgi-dev/2017-February/006135.html My problem is now sharing artefacts without using Nexus. Are you deploying your artefacts to nexus during maven build? If not how do you deal with transient dependencies need

[osgi-dev] Build Projects with dependencies to other osgi projects

2017-02-15 Thread Daghan ACAY
Hi, I have been working on CI/CD for projects contained in different OSGi workspaces a while now and finally gave up trying to find solution. I am asking for OSGi experts to help me out, I hope [😊] . Before you continue please note that this is BND-tools and enroute related question. Here is

Re: [osgi-dev] Bndtools and m2e

2016-12-15 Thread Daghan ACAY
Hi raymond, This looks great. I would like to try out but i am confused about the relation between bndtool eclipse plugin and e2m plugin in terms of project development cycle and ci/cd. An example project and quick tutorial would help me heaps if you have one ot dont mind spending a little bit

Re: [osgi-dev] Strange issue with enRoute and Aries SPI Fly.

2016-12-08 Thread Daghan ACAY
I do not wish an alternative solution but application note here might give a fresh perspective http://enroute.osgi.org/appnotes/interceptors.html as an alternative to weaving. Cheers Daghan Sent by MailWise – See your emails as clean, short chats. ---

Re: [osgi-dev] JPM4J missing in new install as per enRoute Tutorrial

2016-12-06 Thread Daghan ACAY
Hi Paul, There are some changes for using maven based repositories vs jpm4j based repositories. For example in 3.3 bndtools plugin started using mvn like xml files instead of jpm4j like .json files. Please send me a private message and i am happy to discuss the details. Cheers Daghan Sent by

Re: [osgi-dev] help needed

2016-11-28 Thread Daghan ACAY
Done but only for osgi.enroute.iot.pi.provider and not for pi4j because osgi.enroute.iot.pi.provider is really needed for the second part of the tuto with scheduler. Gwendal. De : osgi-dev-boun...@mail.osgi.org de la part de Daghan ACAY Envoyé : lu

Re: [osgi-dev] Object Converters for osgi

2016-11-28 Thread Daghan ACAY
gn<https://github.com/osgi/design/blob/master/rfps/rfp-0169-Object-Conversion.pdf> github.com OSGi Alliance design repository mirror On Nov 27, 2016 12:16 AM, "Daghan ACAY" mailto:daghana...@hotmail.com>> wrote: Hi Mat, I did not want to hijack the original thread. I me

Re: [osgi-dev] help needed

2016-11-28 Thread Daghan ACAY
n the central.xml as you explain for osgi.enroute.iot.pi.provider and all is right now. Thanks again. Regards, Gwendal. De : osgi-dev-boun...@mail.osgi.org de la part de Daghan ACAY Envoyé : dimanche 27 novembre 2016 03:38 À : OSGi Developer Mail List Objet : Re: [osg

Re: [osgi-dev] Object Converters for osgi

2016-11-26 Thread Daghan ACAY
: OSGi Developer Mail List Subject: Re: [osgi-dev] Object Converters for osgi I'm not really sure what those are. On 26 November 2016 at 23:16, Daghan ACAY mailto:daghana...@hotmail.com>> wrote: Hi Mat, I did not want to hijack the original thread. I meant exactly those, thanks. But

[osgi-dev] Object Converters for osgi

2016-11-26 Thread Daghan ACAY
mplex ... As for conversion APIs, there's the Felix one, a Camel one, Blueprint has one, and there's something in DS for that, too (metatypes?), though I don't know much about that one. On 26 November 2016 at 21:47, Daghan ACAY mailto:daghana...@hotmail.com>> wrote: Hi

Re: [osgi-dev] New to OSGI and in discovery/evaluation phase, please advise

2016-11-26 Thread Daghan ACAY
Hi Matt, I was looking into something similar in my project if you mean similar concepts as in "Spring or Camel converters" with "Converter - Felix (standardized light weight object conversion)" then please let me know where I can access/contribute to that project. Cheers -Daghan

Re: [osgi-dev] help needed

2016-11-26 Thread Daghan ACAY
Hi Gwendal, I believe "osgi.enroute.iot.pi.provider" is no longer a part of enroute distro. Please remove the manually downloaded pi4j from your project and do the following: 1- open cnf>central.xml 2- Add the following org.osgi osgi.enroute.iot.pi.provider 2.0.0 This should solve your

Re: [osgi-dev] Component being activated twice?

2016-11-24 Thread Daghan ACAY
Joining this thread these with Tim's other email about *-runprovided*. It reminds me the Set theory in maths. One can define the very same set by saying 1- -distro: liferay 2- distro: karaf minus -runblacklist 3- -runprovided(example) plus -runrequires. I hope i am not missing crucial detail by

Re: [osgi-dev] DS & Concurrency

2016-11-23 Thread Daghan ACAY
Hi Peter I saw it on twitter it is very welcomed article. An initial scan is very promising. I will read in full and possibly add some things about locks and latches. I did much of it with bluetooth protocol and they are hopefully correct :) Cheers Daghan Sent by MailWise

Re: [osgi-dev] How to make packages only visible for some peer bundles?

2016-11-17 Thread Daghan ACAY
I might be totally of with this but have you considered fragments? This link might be useful http://blog.vogella.com/2016/02/09/osgi-bundles-fragments-dependencies/ Cheers Daghan Sent by MailWise – See your emails as clean, short chats. Origi

Re: [osgi-dev] Mvn for enroute

2016-11-16 Thread Daghan ACAY
maven url set the localurl to DISABLED. When debugging on your local dev box set it to required. REQUIRED On Wed, Nov 16, 2016 at 5:56 AM, Daghan ACAY mailto:daghana...@hotmail.com>> wrote: Hi Tim, I followed your advice and find a bunch of mvn plugins for bnd here https://github.

Re: [osgi-dev] Mvn for enroute

2016-11-16 Thread Daghan ACAY
ion, as might using Gradle and the bnd workspace model. I hope this helps. Regards, Tim On 13 Nov 2016, at 07:20, Daghan ACAY mailto:daghana...@hotmail.com>> wrote: Hi, I am looking at http://enroute.osgi.org/tutorial_eval/400-command and under the heading "Adding the Command Bund

[osgi-dev] Mvn for enroute

2016-11-12 Thread Daghan ACAY
Hi, I am looking at http://enroute.osgi.org/tutorial_eval/400-command and under the heading "Adding the Command Bundle to the Runtime" it says to add the command bundle both to bndrun file and the pom.xml file. Strictly speaking command bundle is not a dependency so it does not need to go pom

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

2016-11-12 Thread Daghan ACAY
,\ osgi.enroute.examples.eval.simple.provider;version='[1.0.0,1.0.1)',\ osgi.enroute.gogo.shell.provider;version='[2.0.0,2.0.1)' It think this is a bug and quite dangerous since it will break the runtime aggregation and will make many people lose a lot hours trying to debug the

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

2016-11-12 Thread Daghan ACAY
un...@mail.osgi.org on behalf of Christian Schneider Sent: Thursday, October 13, 2016 8:38 AM To: OSGi Developer Mail List Subject: Re: [osgi-dev] OSGi enRoute Maven Testers wanted ... Hi Daghan, I think I can answer part of your questions. Christian On 12.10.2016 23:27, Daghan ACAY wrote: > >

Re: [osgi-dev] "Using OSGi enRoute with Maven"

2016-11-12 Thread Daghan ACAY
I'm pretty sure that you're using a version of Maven that's too old for the latest bnd-maven-plugin. Try checking your version and upgrading. Tim Sent from my iPhone On 12 Nov 2016, at 06:44, Daghan ACAY mailto:daghana...@hotmail.com>> wrote: I am following the tutor

Re: [osgi-dev] Reference Filters

2016-11-12 Thread Daghan ACAY
still on the list :-[ Paul On 11/11/2016 9:38 PM, Daghan ACAY wrote: Hi Paul, You can find an example here https://github.com/daghanacay/com.easyiot.application/blob/master/com.easyiot.heatmap.application/configuration/configuration.json see "mqttProtocolReference.target&qu

[osgi-dev] "Using OSGi enRoute with Maven"

2016-11-11 Thread Daghan ACAY
I am following the tutorial at http://enroute.osgi.org/tutorial_eval/050-start.html and I am having difficulty making it work. I found one problem and fixed it on my local parent pom dependency should be changed by dropping the SNAPSHOT org.osgi osgi.enroute.base.api 2.0.0-SNAPSHOT also

Re: [osgi-dev] Reference Filters

2016-11-11 Thread Daghan ACAY
Hi Paul, You can find an example here https://github.com/daghanacay/com.easyiot.application/blob/master/com.easyiot.heatmap.application/configuration/configuration.json see "mqttProtocolReference.target" : "(id=ttn.staging.mqtt)", and the corresponding binding here https://github.com/dag

Re: [osgi-dev] Understanding activate

2016-10-26 Thread Daghan ACAY
lying there – created just in case I need it later) public interface Alljoyn{ } From: osgi-dev-boun...@mail.osgi.org [mailto:osgi-dev-boun...@mail.osgi.org] On Behalf Of Daghan ACAY Sent: 26 October 2016 15:55 To: osgi-dev@mail.osgi.org Subject: Re: [osgi-dev] Understanding activate ** This

Re: [osgi-dev] Understanding activate

2016-10-26 Thread Daghan ACAY
a breakpoint at the print..anad ran it usin debug osgi ...I did not get any different result... From: osgi-dev-boun...@mail.osgi.org on behalf of Daghan ACAY Sent: 26 October 2016 15:00:17 To: osgi-dev@mail.osgi.org Subject: Re: [osgi-dev] Understanding activate

Re: [osgi-dev] Understanding activate

2016-10-26 Thread Daghan ACAY
essage From: Daghan ACAY Sent: Wednesday, October 26, 2016 08:27 PM To: osgi-dev@mail.osgi.org Subject: Re: [osgi-dev] Understanding activate I will just get a wild guess at it. DS component start time is not deterministic. That is your component can start first in all components, in the middle

Re: [osgi-dev] Understanding activate

2016-10-26 Thread Daghan ACAY
I will just get a wild guess at it. DS component start time is not deterministic. That is your component can start first in all components, in the middle or the last. I see you are using debug run which starts a lot components and prints out to log. I say your "starting..." can be printed earli

Re: [osgi-dev] Enroute examples

2016-10-24 Thread Daghan ACAY
23 okt. 2016, at 07:48, Daghan ACAY mailto:daghana...@hotmail.com>> wrote: Hi all, I have tried to run examples from https://github.com/osgi/osgi.enroute.examples git repository. I am using BNDtolls version 3.3.0.REL-20160922-205148-g069791c. Problem is, almost all the examples cannot run

[osgi-dev] Enroute examples

2016-10-22 Thread Daghan ACAY
Hi all, I have tried to run examples from https://github.com/osgi/osgi.enroute.examples git repository. I am using BNDtolls version 3.3.0.REL-20160922-205148-g069791c. Problem is, almost all the examples cannot run since they cannot resolve the requirements of the example projects. When I res

Re: [osgi-dev] DS component life cycle.

2016-10-16 Thread Daghan ACAY
ause it gets the ttnMqttClient reference directly from OSGi registry. Thanks for your suggestions, I hope I executed them correctly. One final round and the design will be settled [😊] Regards -Daghan Acay From: osgi-dev-boun...@mail.osgi.org on behalf

Re: [osgi-dev] DS component life cycle.

2016-10-14 Thread Daghan ACAY
e needs to be dynamic, but if you want it to be then I leave the thread safety as an exercise for the reader ;). Regards, Tim On 14 Oct 2016, at 08:15, Daghan ACAY mailto:daghana...@hotmail.com>> wrote: Hi Peter, This looks great. I thought about white board pattern but prob

Re: [osgi-dev] DS component life cycle.

2016-10-14 Thread Daghan ACAY
ve OSGi … you can only do this >> when you have dynamic components. As your struggle showed, trying to manage >> this is quickly becoming quite complex. Whenever you enter in such a >> struggle, think, lack of cohesion is often your problem. >> >> Kind regards,

Re: [osgi-dev] DS component life cycle.

2016-10-14 Thread Daghan ACAY
actory configuration style. So you only have one code for it and can instantiate it several times with different mqtt connection properties. Christian On 14.10.2016 09:15, Daghan ACAY wrote: Hi Peter, This looks great. I thought about white board pattern but problem is this, there is no

Re: [osgi-dev] DS component life cycle.

2016-10-14 Thread Daghan ACAY
ynamic, but if you want it to be then I leave the thread safety as an exercise for the reader ;). Regards, Tim On 14 Oct 2016, at 08:15, Daghan ACAY mailto:daghana...@hotmail.com>> wrote: Hi Peter, This looks great. I thought about white board pattern but problem is this, there

Re: [osgi-dev] DS component life cycle.

2016-10-14 Thread Daghan ACAY
your problem. Kind regards, Peter Kriens > > On 14 okt. 2016, at 08:09, Christian Schneider > wrote: > > In your case simply inject the ttnMqttClient in the @Reference and do the > subscribe in @Activate when you get the config and the unsubscribe in > @Deactivate. > >

Re: [osgi-dev] DS component life cycle.

2016-10-13 Thread Daghan ACAY
On 13/10/16 23:12, Daghan ACAY wrote: > Thanks Ferry, > > Thanks a lot for the info. It will be very useful in the future. In this > particular case since my references are optional i need to control the > indeterminism. I used countdown latch but of course it created dead lock:).

Re: [osgi-dev] Bundle resolution in BND

2016-10-13 Thread Daghan ACAY
service boundary. Kind regards, Peter Kriens On 31 aug. 2016, at 13:31, Daghan ACAY mailto:daghana...@hotmail.com>> wrote: Hi there, I was working on understanding bundle resolution and workspaces in BND and enRoute. Here is my simplified set up: workspace 1 two projects Projec

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

2016-10-13 Thread Daghan ACAY
nRoute Maven Testers wanted ... Hi Daghan, I think I can answer part of your questions. Christian On 12.10.2016 23:27, Daghan ACAY wrote: > > 2- how is bndtool resolution and hot deploy from eclipse affected? > Should we still resolve bndrun in eclipse? > You can still resolve using t

Re: [osgi-dev] DS component life cycle.

2016-10-13 Thread Daghan ACAY
ponent life cycle. Mandatory references are always injected before activate. Optional references can be injected either before or after activate. On 13/10/16 23:00, Daghan ACAY wrote: > Hi all, > > I am trying to create a component that is instantiated by ConfigAdmin > and uses mult

[osgi-dev] DS component life cycle.

2016-10-13 Thread Daghan ACAY
Hi all, I am trying to create a component that is instantiated by ConfigAdmin and uses multiple references to operate. Basically the component should instantiate through a factory configuration and use that configuration to set up its own @Reference s. You can see the code here: https://github

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, appl

Re: [osgi-dev] Bundle resolution in BND

2016-09-07 Thread Daghan ACAY
[osgi-dev] Bundle resolution in BND You can also use Github repo as a Maven index, see how the bnd project on github does both. (Though we host on cloudbees) Kind regards, Peter Kriens On 6 sep. 2016, at 00:50, Daghan ACAY mailto:daghana...@hotmail.com>> wrote: Hi Peter, I was th

Re: [osgi-dev] Working example tx-control with JPA

2016-09-07 Thread Daghan ACAY
Hi Henrik, Sorry for replying with no answer but I am planning of doing similar with UserAdmin, e.g connect the jdbc backend to get authentication information. The architecture would be similar to JAAS where users can plugin different backends for authentication. Similar to this actually https

Re: [osgi-dev] Bundle resolution in BND

2016-09-05 Thread Daghan ACAY
will offer with BndPomRepository. Should i put this to bndtool as feature request? Cheers Sent by MailWise<http://www.mail-wise.com/installation/2> – See your emails as clean, short chats. Original Message From: Daghan ACAY Sent: Monday, September 5, 2016 07:50 PM To: OSG

Re: [osgi-dev] Bundle resolution in BND

2016-09-05 Thread Daghan ACAY
osgi-dev-boun...@mail.osgi.org on behalf of Peter Kriens Sent: Monday, September 5, 2016 6:35 AM To: OSGi Developer Mail List Subject: Re: [osgi-dev] Bundle resolution in BND On 4 sep. 2016, at 06:47, Daghan ACAY mailto:daghana...@hotmail.com>> wrote: Hi Peter, I sent a long reply before

Re: [osgi-dev] Bundle resolution in BND

2016-09-03 Thread Daghan ACAY
aven, a tool that is wonderful with deep, very deep, transitive dependencies. The core idea of OSGi is that the bucket stops at the service boundary. Kind regards, Peter Kriens On 31 aug. 2016, at 13:31, Daghan ACAY mailto:daghana...@hotmail.com>> wrote: Hi there, I was working on

Re: [osgi-dev] Please Help

2016-09-01 Thread Daghan ACAY
d . We have to specify in the tutorial that this provider/impl class has to implement the interface/api class that we intend to export I did this and it is working.. :) From: osgi-dev-boun...@mail.osgi.org [mailto:osgi-dev-boun...@mail.osgi.org] On Behalf Of Daghan ACAY Sent: 01 September 2016

Re: [osgi-dev] Please Help

2016-08-31 Thread Daghan ACAY
Hi manoj, Please do base tutorial. Pay special attention to http://enroute.osgi.org/tutorial_base/320-provider.html section "imports". It basically says that your provider should export api bundles. To solve your problem you should drag api bundles from calculated imports to exported bundles i

[osgi-dev] Bundle resolution in BND

2016-08-31 Thread Daghan ACAY
Hi there, I was working on understanding bundle resolution and workspaces in BND and enRoute. Here is my simplified set up: workspace 1 two projects ProjectA.api ProjectB.provider (this depends on Bundle1 and Bundle2) I resolve Project B using central maven repository. And release Both Pro

Re: [osgi-dev] Ambiguity when providing DS components?

2016-08-29 Thread Daghan ACAY
ev] Ambiguity when providing DS components? Can I suggest you start an OSGi enRoute Application Note? On 29 aug. 2016, at 12:13, Daghan ACAY mailto:daghana...@hotmail.com>> wrote: Hi Peter, In addition to your heuristics I generally use services if: 1- testability is important e.g. testing

Re: [osgi-dev] Ambiguity when providing DS components?

2016-08-29 Thread Daghan ACAY
r Mail List Subject: Re: [osgi-dev] Ambiguity when providing DS components? Can I suggest you start an OSGi enRoute Application Note? On 29 aug. 2016, at 12:13, Daghan ACAY mailto:daghana...@hotmail.com>> wrote: Hi Peter, In addition to your heuristics I generally use services if: 1- te

Re: [osgi-dev] Ambiguity when providing DS components?

2016-08-29 Thread Daghan ACAY
Hi Peter, In addition to your heuristics I generally use services if: 1- testability is important e.g. testing a class which uses "new" for creating some functional entity is very hard. Easiest way to provide dependency injection is services. 2- service implementations should be changed at runt

Re: [osgi-dev] Help

2016-08-24 Thread Daghan ACAY
Monaj, Run curl with debug, this might help http://stackoverflow.com/questions/866946/how-can-i-see-the-request-headers-made-by-curl-when-sending-a-request-to-the-ser Or use a more user friendly rest client such as Postman (https://chrome.google.com/webstore/detail/postman/fhbjgbiflinjbdggehc

Re: [osgi-dev] Import in the same Eclipse workspacve bnd projects from different filesystem locations

2016-08-22 Thread Daghan ACAY
Hi Portinaro, You can check here http://enroute.osgi.org/qs/200-workspace.html to see how to create a bnd/enroute workspace in bndtools. Cheers Daghan Sent by MailWise – See your emails as clean, short chats. Original Message From: B

Re: [osgi-dev] User Admin

2016-08-20 Thread Daghan ACAY
sic"); response.sendError(HttpServletResponse.SC_UNAUTHORIZED); return false; } which prompts the user for user name and password. I have also enabled the https so I am quite happy with the authentication and User admin services. Cheers -Daghan ____ From: Daghan ACAY Sent: Frida

[osgi-dev] User Admin

2016-08-19 Thread Daghan ACAY
Hi There, I have two relevant questions: the first one is, I am using User Admin Service and BndTools in eclipse, an useradmin service is resolving the implementation to knoplerfish implementation. I do @Reference UserAdmin userAdmin . @Activate public void initSecurity(){ User pe

Re: [osgi-dev] Osgi Web Whiteboard specification

2016-08-18 Thread Daghan ACAY
- Ray On Tue, Aug 16, 2016 at 7:42 AM, Daghan ACAY mailto:daghana...@hotmail.com>> wrote: I think I found a solution. All I did was to change the HttpWhiteboardConstants.HTTP_WHITEBOARD_CONTEXT_PATH of the DeviceContextHelper to "=/" as follows. It also allow me to change the co

Re: [osgi-dev] Osgi Web Whiteboard specification

2016-08-16 Thread Daghan ACAY
RD_CONTEXT_NAME + "=your_context_name)" }) public class DeviceFilter implements Filter { ... } thanks in advance -Daghan ____ From: osgi-dev-boun...@mail.osgi.org on behalf of Daghan ACAY Sent: Tuesday, August 16, 2016 11:15 AM To: osgi-dev@mail.osgi.org S

Re: [osgi-dev] Rest Management service

2016-08-16 Thread Daghan ACAY
by the next OSGi Community Event. It is not available in Maven or any other repository as we speak but we hope to do this for the next release. Best regards, Tim On 08/16/2016 12:57 PM, Daghan ACAY wrote: Hi Tim, Thanks for the link. I have seen that before but it was not released part of

[osgi-dev] Osgi Web Whiteboard specification

2016-08-16 Thread Daghan ACAY
Dear all, I am trying to use OSGi HTTP Whiteboard specifications to handle security on Servlets using DS. I found this page http://felix.apache.org/documentation/subprojects/apache-felix-http-service.html and also this example http://svn.apache.org/repos/asf/felix/trunk/http/samples/whiteboar

Re: [osgi-dev] Rest Management service

2016-08-16 Thread Daghan ACAY
service Hi Daghan, The reference implementation of the REST spec is available in Eclipse Concierge: https://git.eclipse.org/c/concierge/org.eclipse.concierge.git/tree/bundles/org.eclipse.concierge.service.rest Best regards, Tim On 08/15/2016 09:49 AM, Daghan ACAY wrote: Hi, I want control

Re: [osgi-dev] Help

2016-08-16 Thread Daghan ACAY
Hi Manoj, I think you should start from base tutorial from scratch but follow *every* step because those are to give you a ventral idea without knowing enroute or bndtool which has many conventions under the hood e.g. enroute workspace. Also make sure you are using the recommended versions of e

[osgi-dev] Rest Management service

2016-08-15 Thread Daghan ACAY
Hi, I want control OSGi from browser, e.g. Upload bundles, remove bundles etc.. I am aware of Web console but I want to provide my own interface. In compendium "137 Introduction REST Management Service Specification" seems to be a good fit. Is there an implementation of that specification. Or