Question

I am trying to do junit testing using maven based surefire testing and AbstractConfigurableBundleCreatorTests class for springDM based web application.

How to know if the war bundle is Successfully deployed?

Était-ce utile?

La solution

you could probably utilise the BundleListener somehow to listen to the status of your bundle. add the listener to the bundleContext.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top