Hi,
I have created a webservice based on CXF2, spring 3.0.5 in a WAR file.
When I deploy the WAR file to
JBoss AS7, it thrown the following exception:
here is the pom.xml file of the WAR file:
web.xml file:
beans.xml file:
I think it is either I miss the jetty listener configuration in JBOSS AS7 or incorrection/missing the jetty configuration in the pom.xml, web.xml or beans.xml file. But I could not find any workable answers .
Your suggestion is very appreciated.
Thanks
SW