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?

Was it helpful?

Solution

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top