-
Notifications
You must be signed in to change notification settings - Fork 38
Clarifications on OSGI URL scheme support for JNDI #24
Comments
Comment author: Nipuni Perera <[email protected]> Hi all, I am trying to implement OSGI URL scheme support for JNDI following the OSGI service specification[1]. While implementing the OSGI URL scheme I encountered following issues.
In a scenario as above, is it valid to pass two different names to list() and lookup() methods (i.e context.lookup("osgi:servicelist/SERVICE-A") and do a context.list(osgi:servicelist/SERVICE-B) or what should passed as the parameters to the list() method) ? As per the specification we mainly support list(), listbindings(), and lookup() methods. Can we consider the other methods such as bind(), rebind() , unbind() , rename() as operations that are not supported with the provider? Appreciate any input on above queries. [1] https://osgi.org/download/r6/osgi.enterprise-6.0.0.pdf Thanks, |
Comment author: Nipuni Perera <[email protected]> I have raised this in osgi-dev list, and as per the replies:
Appreciate if anyone can give a clarification on the other issues. Seems my second question is not much clear. Hence adding the same question with more details below:
Thanks, |
Original bug ID: BZ#185
From: Nipuni Perera <[email protected]>
Reported version: R6
The text was updated successfully, but these errors were encountered: