You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cxf.apache.org by narend <na...@gmail.com> on 2007/10/17 17:40:42 UTC

CXF Exception: DefaultNamespaceHandlerResolver

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.


Re: CXF Exception: DefaultNamespaceHandlerResolver

Posted by narend <na...@gmail.com>.
Okie dok.. here's a resolution. We really don't need these handler
references.. so I opened the spring.handlers file inside spring-beans.jar
under META-INF, removed the references to the below handlers and repackaged
the jar back.
Thanks to the below nabble post that helped me on this path
http://www.nabble.com/-cocoon-2.2.x----How-to-trace-what-is-going-on-tf4025801.html#a11461980


narend wrote:
> 
> 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#a13259140
Sent from the cxf-user mailing list archive at Nabble.com.