Hello,
Ok, I got an error in the Karaf-log once I try to get the WSDL the second
time.
So when I deploy my bundle into deploy-folder I can get the WSDL with: http:
// localhost:9000/cisif?WSDL
But then I remove the bundle, wait a while and then deploy it again and then
try to get the WSDL with
activation.
- Petri
From: Willem.Jiang [via Camel] [mailto:ml-node+s465427n5723335...@n5.nabble.com]
Sent: 28. marraskuuta 2012 10:24
To: Riipinen Petri
Subject: Re: Releasing CXF-endpoint port on context shutdown
We don't shutdown the Jetty engine when the bundle is stop, as we are using CX
We don't shutdown the Jetty engine when the bundle is stop, as we are using CXF
bus to manage the life cycle of the Jetty engine.
If you are using Spring or Blueprint, they can take care of the bus shutdown
issue.
But if you create the CamelContext by yourself, you need to manage the bus
which