Spring DM Server 2.0.0 RELEASE
hi together,
i wan't to know if there is some kind of Lifecycle Listener (as i know from Tomcat http://tomcat.apache.org/tomcat-5.5-...eListener.html)
BundleActivator Interface doesn't fit for my needs because if have to react on pre-/post deploy/undeploy bundles.
i have to do the following:
1. React on bundle pre-deployment
2. Replace config placeholders for specific environment (dev, qs, test, live...) in the extracted bundle (/dm-server/work/com.springsource.kernel.deployer_2.0.0.RC1/staging/global/bundle/net.my.bundle/1.0.0/myservice-1.0.0.jar/myproperties.properties) before the bundle is deployed.
3. Continue deployment
Is that possible? I couldn't find anything.
thx a lot for you're help!


.

