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?

有帮助吗?

解决方案

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

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top