<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: DWR 2.0.x, Spring 2.x, with Spring MVC</title>
	<atom:link href="http://www.butterdev.com/dwr-20x-spring-2x-with-spring-mvc/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.butterdev.com</link>
	<description>David Marginian's Blog</description>
	<lastBuildDate>Fri, 22 Oct 2010 14:58:25 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: MethoD</title>
		<link>http://www.butterdev.com/dwr-20x-spring-2x-with-spring-mvc/comment-page-1/#comment-69</link>
		<dc:creator>MethoD</dc:creator>
		<pubDate>Wed, 19 Nov 2008 09:46:46 +0000</pubDate>
		<guid isPermaLink="false">http://butterdev.com/?page_id=11#comment-69</guid>
		<description>Oh thank you! It&#039;s working perfectly since I added following line:



It wasn&#039;t working at my home yesterday evening.

And today morning I tried at school my lab and it worked.</description>
		<content:encoded><![CDATA[<p>Oh thank you! It&#8217;s working perfectly since I added following line:</p>
<p>It wasn&#8217;t working at my home yesterday evening.</p>
<p>And today morning I tried at school my lab and it worked.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://www.butterdev.com/dwr-20x-spring-2x-with-spring-mvc/comment-page-1/#comment-65</link>
		<dc:creator>David</dc:creator>
		<pubDate>Tue, 18 Nov 2008 09:01:22 +0000</pubDate>
		<guid isPermaLink="false">http://butterdev.com/?page_id=11#comment-65</guid>
		<description>Batbayar,

First of all it should be pretty easy to determine what the problem is based on the error from the server:
No bean named &#039;__dwrConfiguration&#039; is defined

Secondly, I am not sure what you got out of reading my post because you surely did not follow the directions.  You need to spend some time re-reading my post (STEP 4 - you obviously missed).  The  tag is REQUIRED.  I don&#039;t see what you are even doing with DWR with your set-up but regardless you need to at the very least add a blank dwr:configuration () to your dispatcher-servlet.xml.  This is also covered in the DWR documentation: DWR docs on Spring Integration (http://directwebremoting.org/dwr/server/spring).
-David</description>
		<content:encoded><![CDATA[<p>Batbayar,</p>
<p>First of all it should be pretty easy to determine what the problem is based on the error from the server:<br />
No bean named &#8216;__dwrConfiguration&#8217; is defined</p>
<p>Secondly, I am not sure what you got out of reading my post because you surely did not follow the directions.  You need to spend some time re-reading my post (STEP 4 &#8211; you obviously missed).  The  tag is REQUIRED.  I don&#8217;t see what you are even doing with DWR with your set-up but regardless you need to at the very least add a blank dwr:configuration () to your dispatcher-servlet.xml.  This is also covered in the DWR documentation: DWR docs on Spring Integration (<a href="http://directwebremoting.org/dwr/server/spring" rel="nofollow">http://directwebremoting.org/dwr/server/spring</a>).<br />
-David</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MethoD</title>
		<link>http://www.butterdev.com/dwr-20x-spring-2x-with-spring-mvc/comment-page-1/#comment-64</link>
		<dc:creator>MethoD</dc:creator>
		<pubDate>Tue, 18 Nov 2008 05:33:31 +0000</pubDate>
		<guid isPermaLink="false">http://butterdev.com/?page_id=11#comment-64</guid>
		<description>Can I post my project files (xml, jar, java, class)?</description>
		<content:encoded><![CDATA[<p>Can I post my project files (xml, jar, java, class)?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MethoD</title>
		<link>http://www.butterdev.com/dwr-20x-spring-2x-with-spring-mvc/comment-page-1/#comment-63</link>
		<dc:creator>MethoD</dc:creator>
		<pubDate>Tue, 18 Nov 2008 05:30:26 +0000</pubDate>
		<guid isPermaLink="false">http://butterdev.com/?page_id=11#comment-63</guid>
		<description>Sure. I&#039;m using netbeans 6.5rc2.

It was working fine with only indexController defined.
(I&#039;ve zipped my project for backing up working copy)

When I added 2 controllers I got following error:
The matching wildcard is strict, but no declaration can be found for element ‘dwr:controller’

Then I&#039;ve removed the 2 controllers and I expected working fine. But I&#039;m still getting error.

So I&#039;ve deleted my project and deployed the zipped one.
Then it&#039;s working.

The issue is reported in the spring issue tracker and the resolution is &quot;Cannot Reproduce&quot;.
jira.springframework.org/browse/IDE-865

Christian Dupuis said:
That basically means that the DWR team either needs to provide Eclipse support for their namespace or at the very least use the Spring tools annotation on their XSD.</description>
		<content:encoded><![CDATA[<p>Sure. I&#8217;m using netbeans 6.5rc2.</p>
<p>It was working fine with only indexController defined.<br />
(I&#8217;ve zipped my project for backing up working copy)</p>
<p>When I added 2 controllers I got following error:<br />
The matching wildcard is strict, but no declaration can be found for element ‘dwr:controller’</p>
<p>Then I&#8217;ve removed the 2 controllers and I expected working fine. But I&#8217;m still getting error.</p>
<p>So I&#8217;ve deleted my project and deployed the zipped one.<br />
Then it&#8217;s working.</p>
<p>The issue is reported in the spring issue tracker and the resolution is &#8220;Cannot Reproduce&#8221;.<br />
jira.springframework.org/browse/IDE-865</p>
<p>Christian Dupuis said:<br />
That basically means that the DWR team either needs to provide Eclipse support for their namespace or at the very least use the Spring tools annotation on their XSD.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://www.butterdev.com/dwr-20x-spring-2x-with-spring-mvc/comment-page-1/#comment-62</link>
		<dc:creator>David</dc:creator>
		<pubDate>Mon, 17 Nov 2008 13:05:32 +0000</pubDate>
		<guid isPermaLink="false">http://butterdev.com/?page_id=11#comment-62</guid>
		<description>MethoD you are getting this error with the download?  

If not I suggest trying the download and moving on from there.  Are you sure you have the dwr.jar and the spring.jar in your WEB-INF/lib?</description>
		<content:encoded><![CDATA[<p>MethoD you are getting this error with the download?  </p>
<p>If not I suggest trying the download and moving on from there.  Are you sure you have the dwr.jar and the spring.jar in your WEB-INF/lib?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MethoD</title>
		<link>http://www.butterdev.com/dwr-20x-spring-2x-with-spring-mvc/comment-page-1/#comment-61</link>
		<dc:creator>MethoD</dc:creator>
		<pubDate>Mon, 17 Nov 2008 12:28:21 +0000</pubDate>
		<guid isPermaLink="false">http://butterdev.com/?page_id=11#comment-61</guid>
		<description>I&#039;m getting folloging issue when starting tomcat:

The matching wildcard is strict, but no declaration can be found for element &#039;dwr:controller&#039;</description>
		<content:encoded><![CDATA[<p>I&#8217;m getting folloging issue when starting tomcat:</p>
<p>The matching wildcard is strict, but no declaration can be found for element &#8216;dwr:controller&#8217;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Danny Garcia</title>
		<link>http://www.butterdev.com/dwr-20x-spring-2x-with-spring-mvc/comment-page-1/#comment-12</link>
		<dc:creator>Danny Garcia</dc:creator>
		<pubDate>Thu, 21 Feb 2008 08:08:09 +0000</pubDate>
		<guid isPermaLink="false">http://butterdev.com/?page_id=11#comment-12</guid>
		<description>Thanks David, that&#039;s what we are looking. Bram sample include dwr.xml file and we want to skip this xml  file creation. In your blog you use the servlet file defintion to include the dwr configuration tags, good.</description>
		<content:encoded><![CDATA[<p>Thanks David, that&#8217;s what we are looking. Bram sample include dwr.xml file and we want to skip this xml  file creation. In your blog you use the servlet file defintion to include the dwr configuration tags, good.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Served from: www.butterdev.com @ 2012-05-19 09:43:35 by W3 Total Cache -->
