Hi All
I am using Spring 3 and DWR 3. I am having some issues in configuring dwr with spring. I am following the below link:
pwu-developer.blogspot.com/20...-with-dwr.html
The error I get when I run the web application is
ERROR DwrController:202 - init failed
org.directwebremoting.extend.ContainerConfiguratio nException: multiple beans of type 'javax.servlet.ServletConfig' were found in the spring configuration
at org.directwebremoting.spring.SpringContainer.addPa rameter(SpringContainer.java:74)
at org.directwebremoting.impl.DefaultContainer.addBea n(DefaultContainer.java:53)
at org.directwebremoting.impl.StartupUtil.setupDefaul tContainer(StartupUtil.java:251)
at org.directwebremoting.spring.DwrController.afterPr opertiesSet(DwrController.java:189)
I am not quite sure what I am doing wrong.
Can someone please guide me as to how to solve the above issue.
Thanks
Sugu