Hello All,
i am trying Spring 2.0.6 with DWR framework. When i deploy my application to server i get an error:
2007-09-09 02:48:34,781 [main] WARN xml.DefaultNamespaceHandlerResolver - Ignoring namespace handler [org.directwebremoting.spring.DwrNamespaceHandler]: problem with handler class file or dependent class
java.lang.NoClassDefFoundError: org/springframework/beans/factory/xml/NamespaceHandlerSupport
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:620)
My configuration files
spring.handlers
http\://www.directwebremoting.org/schema/spring-dwr=org.directwebremoting.spring.DWRNamespaceHandler
spring.schemas
http\://www.directwebremoting.org/schema/spring-dwr-2.0.xsd=org/directwebremoting/spring/spring-dwr-2.0.xsd
dispatcher-servlet.xml
<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="
http://www.springframework.org/schema/beans"
xmlns:dwr="
http://www.directwebremoting.org/schema/spring-dwr"
xmlns:xsi="
http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="
http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.0.xsd http://www.directwebremoting.org/schema/spring-dwr http://www.directwebremoting.org/schema/spring-dwr-2.0.xsd">
Any help on how to resolve this issue would be highly appreciated.
Thanx
Radek V