[
https://issues.apache.org/activemq/browse/SM-1756?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=52582#action_52582
]
Freeman Fang commented on SM-1756:
----------------------------------
Hi BenoƮt,
I played with your testcase appended with the mailling list, it's ok for me
after restarting tomcat, I can see the wsdl from
http://localhost:8080/apache-servicemix-web-3.3.1/services/testCxf?wsdl.
You need ensure your SA status is start from the web console.
What the exact problem you saw?
I also go through your patch and google a bit, seems use ContextLoaderServlet
instead of ContextLoaderListener is not a good idea, as ContextLoaderServlet is
deprecated and can't work with modern servlet container (servlet api 2.4), the
ContextLoaderListener is recommand to use
Freeman
> add CXFManagedServlet to apache-servicemix-web to enable servicemix-cxf-bc
> endpoint deploy into servlet container without starting jetty
> ----------------------------------------------------------------------------------------------------------------------------------------
>
> Key: SM-1756
> URL: https://issues.apache.org/activemq/browse/SM-1756
> Project: ServiceMix
> Issue Type: New Feature
> Components: servicemix-cxf-bc, servicemix-web-console
> Reporter: Freeman Fang
> Assignee: Freeman Fang
> Fix For: 3.3.1, 3.2.4
>
> Attachments: SM-1756.patch
>
>
> we need add CXFManagedServlet in the web.xml to replace the http transport
> with cxf servlet transport.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.