Hi I was able to get the webservice up and working inside a container...but I get these warnings on deployment.. Am I missing any jars..? Is there a way I can turn off these warnings I have all the jars listed in the CXF user guide below http://cwiki.apache.org/CXF20DOC/a-simple-jax-ws-service.html
Find the Full stack trace here -> http://www.nabble.com/file/p13255668/stack_trace.txt stack_trace.txt 10:02:07,360 DEBUG [DefaultNamespaceHandlerResolver] ::: Ignoring namespace handler [org.springframework.scripting.config.LangNamespaceHandler]: handler class not found java.lang.ClassNotFoundException: org.springframework.scripting.config.LangNamespaceHandler 10:02:07,360 DEBUG [DefaultNamespaceHandlerResolver] ::: Ignoring namespace handler [org.springframework.scripting.config.LangNamespaceHandler]: handler class not found java.lang.ClassNotFoundException: org.springframework.scripting.config.LangNamespaceHandler 10:02:07,498 DEBUG [DefaultNamespaceHandlerResolver] ::: Ignoring namespace handler [org.springframework.transaction.config.TxNamespaceHandler]: handler class not found java.lang.ClassNotFoundException: org.springframework.transaction.config.TxNamespaceHandler 10:02:07,507 DEBUG [DefaultNamespaceHandlerResolver] ::: Ignoring namespace handler [org.springframework.aop.config.AopNamespaceHandler]: handler class not found java.lang.ClassNotFoundException: org.springframework.aop.config.AopNamespaceHandler -- View this message in context: http://www.nabble.com/CXF-Exception%3A-DefaultNamespaceHandlerResolver-tf4641174.html#a13255668 Sent from the cxf-user mailing list archive at Nabble.com.
