>>>>> Grzegorz Grzybek <[email protected]>:
> As you can see, the properties you're looking for are there. Please > check `bundle-services -p` command (or Karaf 4 equivalent) to check > what can you filter by. Thanks, Grzegorz! Yep, the properties are present: karaf@root()> bundle:services -p 63 Authentication webapp web whiteboard Shiro filter (63) provides: ---------------------------------------------------------------- component.id = 6 component.name = no.priv.bang.authservice.web.security.AuthserviceServletContextHelper objectClass = [org.osgi.service.http.context.ServletContextHelper] osgi.http.whiteboard.context.name = authservice osgi.http.whiteboard.context.path = /authservice service.bundleid = 63 service.id = 118 service.scope = bundle ---- objectClass = [javax.servlet.ServletContext] osgi.web.contextname = authservice osgi.web.contextpath = /authservice osgi.web.symbolicname = no.priv.bang.authservice.web.security osgi.web.version = 1.12.0.SNAPSHOT service.bundleid = 63 service.id = 133 service.scope = singleton ---- component.id = 5 component.name = no.priv.bang.authservice.web.security.AuthserviceServlet objectClass = [javax.servlet.Servlet] osgi.http.whiteboard.context.select = (osgi.http.whiteboard.context.name=authservice) osgi.http.whiteboard.servlet.name = authservice osgi.http.whiteboard.servlet.pattern = /* service.bundleid = 63 service.id = 148 service.scope = bundle karaf@root()> Hm... so why don't I get service injections when trying to filter on the properties -- -- ------------------ OPS4J - http://www.ops4j.org - [email protected] --- You received this message because you are subscribed to the Google Groups "OPS4J" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ops4j/86sghzt0r2.fsf%40dod.no.
