Control Log output: mhh, so i think you refer to log output form your
bundles ?
Are you using 2.1 ?
Just tested
*systemProperty("org.ops4j.pax.logging.DefaultServiceLog.level")*
* .value("DEBUG")*
works as expected (when using no extra logging service!)On Fri, Jul 8, 2011 at 11:24 PM, Matt Madhavan <[email protected]>wrote: > HI Toni, > I have that now. I provisioned all my bundles prior into Felix container > and I can see my services in Felix Console. > > Same services - when I look up from inside the PaxExam - cannot see my > services. (These worked just fine in PaxExam 1.x). > > Any ideas where to look for more info? 1.x seemed to have given me more > Felix/Equinox outputs (even in INFO). > > My bundles are active but not my services? Any I idea how to control the > log out put? The old way of controlling log out put like * > systemProperty("org.ops4j.pax.logging.DefaultServiceLog.level")* > * .value("INFO"),* > do not seem to have any effect. I see DEBUG stmnts only. > > > Thanks > Matt > > > On Fri, Jul 8, 2011 at 4:03 PM, Toni Menzel <[email protected]> wrote: > >> You get the BundleContext injected into you test method. >> >> @Test public void testMe(BundleContext ctx) >> >> this is your ticket to the service registry. >> >> On Fri, Jul 8, 2011 at 11:00 PM, Matt Madhavan >> <[email protected]>wrote: >> >>> Hello, >>> I have some basic questions on PaxExam2. After provisioning my bundles >>> via mavenbundle call, how do I lookup the service I'm looking for from the >>> bundles I'm developing? I have the test programs (4) that Tony'M created >>> working but I cannot find much info in them? >>> >>> Also I would like to list all the services running, wait for a Service to >>> start etc. Any docs or examples? >>> >>> Thanks >>> Matt >>> >>> _______________________________________________ >>> general mailing list >>> [email protected] >>> http://lists.ops4j.org/mailman/listinfo/general >>> >>> >> >> >> -- >> Toni Menzel Source <http://tonimenzel.com> >> >> >> _______________________________________________ >> general mailing list >> [email protected] >> http://lists.ops4j.org/mailman/listinfo/general >> >> > > _______________________________________________ > general mailing list > [email protected] > http://lists.ops4j.org/mailman/listinfo/general > > -- Toni Menzel Source <http://tonimenzel.com>
_______________________________________________ general mailing list [email protected] http://lists.ops4j.org/mailman/listinfo/general
