Hi, I use servicemix-3.2.1.
The first problem: when I deploy the cxf-wsdl-first example two times in a row, the second time there will be an error: ----------------------------------- cd apache-servicemix-3.2.1/examples/cxf-wsdl-first mvn install cd wsdl-first-cxf-sa mvn jbi:projectDeploy ++++++++++++++++++ [INFO] servicemix-shared is deployed [INFO] servicemix-cxf-bc is deployed [INFO] servicemix-cxf-se is deployed [INFO] wsdl-first-cxf-sa is not deployed [INFO] Deploying jbi-service-assembly from /home/erhard/.m2/repository/org/apache/servicemix/samples/cxf-wsdl-first/wsdl-first-cxf-sa/3.2.1/wsdl-first-cxf-sa-3.2.1.zip [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESSFUL ++++++++++++++++++ Everything works fine. Then... mvn jbi:projectDeploy -DforceUpdate=true Some of the output: WARNUNG: failed [EMAIL PROTECTED]:8092 java.net.BindException: Address already in use SCHWERWIEGEND: Could not start Jetty server: Address already in use <loc-message>Target component servicemix-cxf-se for service unit wsdl-first-cxfse-su is not started</loc-message> ----------------------------------- My question: Is this a bug or should I redeploy somehow differently? The second problem occurred on Windows (didn't try it on Linux): When I use port 80 in the wsdl of a servicemix-cxf-bc service unit, I cant' get the wsdl in the browser. When I try http://localhost:80/PersonService/?wsdl I get: ----------------------------------- <soap:Envelope> <soap:Body> <soap:Fault> <faultcode>soap:Server</faultcode> <faultstring>Operation not bound on this message</faultstring> </soap:Fault> </soap:Body> </soap:Envelope> ----------------------------------- I don't have to use port 80, so can live with that. Still I needed some time to figure out why my example didn't work and it looks as a bug to me. Greetings, Erhard -- View this message in context: http://www.nabble.com/servicemix-cxf-Problems-%28redeployment-and-port-80%29-tp17642537p17642537.html Sent from the ServiceMix - User mailing list archive at Nabble.com.
