Re: [osgi-dev] Proliferation of DS Components and References

2018-01-22 Thread Tanvir via osgi-dev
? Blueprint seems to address this service dynamism with "timeout". How do we solve consistent reference behavior for all classes (now Components) of a bundle in DS? On 1/22/2018 3:03 AM, Tim Ward wrote: Hi Tanvir, I would strongly recommend that you do not use solution A. Static

[osgi-dev] Proliferation of DS Components and References

2018-01-21 Thread Tanvir via osgi-dev
each use of Log Service api require the following null check. If (log!=null) log.log(..); *Problem: *Considering that log apis are heavily used, this seems tedious and error-prone. Is there a better way of using OPTIONAL reference? -- Best, Tanvir

[osgi-dev] Bndtool Debug: attach source with class

2017-03-07 Thread Tanvir
I have separate jar for class and source files. What is the easiest way to associate them for debug in bndtool, preferably not creating a combined bundle? -- Best, Tanvir ___ OSGi Developer Mail List osgi-dev@mail.osgi.org https://mail.osgi.org

[osgi-dev] OSGi DS access to @Reference service in JAX-RS (Jersey) Application resource

2016-11-02 Thread Tanvir
String getEmployees() { return service.get(); } } -- Best, Tanvir ___ OSGi Developer Mail List osgi-dev@mail.osgi.org https://mail.osgi.org/mailman/listinfo/osgi-dev