Thanks Andreas..... my goal is testing an existent service inside a bundle. This service incapsulates many other components so I don't want configure manually all the dependencies. May you give me some configuration example to deploy this service?
On Tue, Jan 25, 2011 at 7:03 PM, Andreas Pieber <[email protected]> wrote: > I'm not completely sure y pax-exam should do this. You have to options: > > 1) you want to deploy a service in a real/runtime environment: > > then you have to export it anyhow, otherwise it wont run in your "real" > environment afterwards > > 2) you dont want to deploy a service in a real/runtime environmetn: > > then the service should not be tested and isn't a service in fact (not > really at > least :)) > > kind regards, > andreas > > On Tue, Jan 25, 2011 at 06:55:26PM +0100, Luca Stancapiano wrote: > > Hi all.... > > > > Reading the documentation seems that I need to configure manually the > > services of a bundle that I would test. Can I simply put the bundle > > information in PAX so it execute the whole deploy inside felix > > (included services and components)? > > > _______________________________________________ > > general mailing list > > [email protected] > > http://lists.ops4j.org/mailman/listinfo/general > > > _______________________________________________ > general mailing list > [email protected] > http://lists.ops4j.org/mailman/listinfo/general > >
_______________________________________________ general mailing list [email protected] http://lists.ops4j.org/mailman/listinfo/general
