spring dwr configuration, init-params, SAXParseException
Subject: spring dwr configuration, init-params, SAXParseException
Newsgroups: gmane.comp.java.dwr.user
Date: 2008-05-15 12:55:29 GMT
Expires: This article expires on 2008-05-29
Hi, I need to set an init parameter for DwrServlet but we are initialising the DWR in spring and not in web.xml this is a snippet of code and error message can anyone help? <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:aop="http://www.springframework.org/schema/aop" xmlns:dwr="http://www.directwebremoting.org/schema/spring-dwr" 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 http://www.springframework.org/schema/aop http://www.springframework.org/schema/aop/spring-aop-2.0.xsd" default-autowire="byName"> <dwr:controller id="dwrController" debug="false"> <dwr:config-param name="allowGetForSafariButMakeForgeryEasier" value="true"/> </dwr:controller> 2008-05-15 13:29:14,328 ERROR [org.springframework.web.servlet.DispatcherServlet] - <Context initialization failed>(Continue reading)
RSS Feed