Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.2.1
-
None
-
Win XP, IONA FUSE 3.3.1
-
Regression
Description
I'm able to successfully configure a CXF BC SU consumer to listen for requests via SSL. I set the busCfg attribute to a configuration file that is similar to the one found on the Apache CXF site[1] that configures the jetty engine to accept SSL requests. However, after undeploying my service assembly containing this su, the jetty engine is still running on the configured SSL port (my WSDL is no longer available as expected, but jetty is still listening on the port). Therefore all subsequent redeployments of this service assembly fail with the error: "Jetty server: Address already in use: JVM_BIND". I'm forced to stop and start the servicemix JVM in order to deploy and changes that I make to my service assembly.
After undeploying the SA containing the CXF BC, the jetty engine should also be shutdown.
[1]http://cwiki.apache.org/CXF20DOC/standalone-http-transport.html