<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: SpringOne - DWR &#038; Spring presentation</title>
	<link>http://bram.jteam.nl/index.php/2006/06/19/springone-dwr-spring-presentation/</link>
	<description>Blog on Spring and DWR. AJAX with Spring made easy!</description>
	<pubDate>Fri, 30 Jul 2010 15:59:26 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3</generator>
		<item>
		<title>By: jaratus</title>
		<link>http://bram.jteam.nl/index.php/2006/06/19/springone-dwr-spring-presentation/#comment-59369</link>
		<dc:creator>jaratus</dc:creator>
		<pubDate>Mon, 15 Oct 2007 02:44:44 +0000</pubDate>
		<guid>http://bram.jteam.nl/index.php/2006/06/19/springone-dwr-spring-presentation/#comment-59369</guid>
		<description>That's good.
Thanks for u r example source.</description>
		<content:encoded><![CDATA[<p>That&#8217;s good.<br />
Thanks for u r example source.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Massimo</title>
		<link>http://bram.jteam.nl/index.php/2006/06/19/springone-dwr-spring-presentation/#comment-10421</link>
		<dc:creator>Massimo</dc:creator>
		<pubDate>Fri, 19 Jan 2007 11:42:21 +0000</pubDate>
		<guid>http://bram.jteam.nl/index.php/2006/06/19/springone-dwr-spring-presentation/#comment-10421</guid>
		<description>12:41:43,859 ERROR [ContextLoader] Context initialization failed
org.springframework.beans.factory.BeanDefinitionStoreException: Line 9 in XML do
cument from ServletContext resource [/WEB-INF/context/ajax-layer.xml] is invalid
; nested exception is org.xml.sax.SAXParseException: cvc-complex-type.2.4.c: The
 matching wildcard is strict, but no declaration can be found for element 'dwr:c
onfiguration'.
Caused by:
org.xml.sax.SAXParseException: cvc-complex-type.2.4.c: The matching wildcard is
strict, but no declaration can be found for element 'dwr:configuration'.</description>
		<content:encoded><![CDATA[<p>12:41:43,859 ERROR [ContextLoader] Context initialization failed<br />
org.springframework.beans.factory.BeanDefinitionStoreException: Line 9 in XML do<br />
cument from ServletContext resource [/WEB-INF/context/ajax-layer.xml] is invalid<br />
; nested exception is org.xml.sax.SAXParseException: cvc-complex-type.2.4.c: The<br />
 matching wildcard is strict, but no declaration can be found for element &#8216;dwr:c<br />
onfiguration&#8217;.<br />
Caused by:<br />
org.xml.sax.SAXParseException: cvc-complex-type.2.4.c: The matching wildcard is<br />
strict, but no declaration can be found for element &#8216;dwr:configuration&#8217;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex Narinsky</title>
		<link>http://bram.jteam.nl/index.php/2006/06/19/springone-dwr-spring-presentation/#comment-6998</link>
		<dc:creator>Alex Narinsky</dc:creator>
		<pubDate>Thu, 23 Nov 2006 01:01:18 +0000</pubDate>
		<guid>http://bram.jteam.nl/index.php/2006/06/19/springone-dwr-spring-presentation/#comment-6998</guid>
		<description>In addition one can get the created war at 
http://www.jboston.net/dwr/springone.war
Thank you
Alex</description>
		<content:encoded><![CDATA[<p>In addition one can get the created war at<br />
<a href="http://www.jboston.net/dwr/springone.war" rel="nofollow">http://www.jboston.net/dwr/springone.war</a><br />
Thank you<br />
Alex</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex Narinsky</title>
		<link>http://bram.jteam.nl/index.php/2006/06/19/springone-dwr-spring-presentation/#comment-6997</link>
		<dc:creator>Alex Narinsky</dc:creator>
		<pubDate>Thu, 23 Nov 2006 00:47:15 +0000</pubDate>
		<guid>http://bram.jteam.nl/index.php/2006/06/19/springone-dwr-spring-presentation/#comment-6997</guid>
		<description>Hello,

I used both the newest Eclipse and NetBeans but I cannot run the example.  Eclipse does not give any messages.  NetBeans (and built war file on tomcat 5.5.17) give the following errors:

Nov 22, 2006 4:13:12 PM org.apache.catalina.loader.WebappClassLoader validateJarFile
INFO: validateJarFile(C:\apache-tomcat-5.5.17\webapps\springone\WEB-INF\lib\j2ee-interfaces-1.3.1.jar) - jar not loaded. See Servlet Spec 2.3, section 9.7.2. Offending class: javax/servlet/Servlet.class
Nov 22, 2006 4:13:14 PM org.apache.catalina.core.StandardContext start
SEVERE: Error listenerStart
Nov 22, 2006 4:13:14 PM org.apache.catalina.core.StandardContext start
SEVERE: Context [/springone] startup failed due to previous errors


If I remove j2ee- interfaces-1.3.1.jar then the INFO disappears but I still see the Error in listenerStart</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>I used both the newest Eclipse and NetBeans but I cannot run the example.  Eclipse does not give any messages.  NetBeans (and built war file on tomcat 5.5.17) give the following errors:</p>
<p>Nov 22, 2006 4:13:12 PM org.apache.catalina.loader.WebappClassLoader validateJarFile<br />
INFO: validateJarFile(C:\apache-tomcat-5.5.17\webapps\springone\WEB-INF\lib\j2ee-interfaces-1.3.1.jar) - jar not loaded. See Servlet Spec 2.3, section 9.7.2. Offending class: javax/servlet/Servlet.class<br />
Nov 22, 2006 4:13:14 PM org.apache.catalina.core.StandardContext start<br />
SEVERE: Error listenerStart<br />
Nov 22, 2006 4:13:14 PM org.apache.catalina.core.StandardContext start<br />
SEVERE: Context [/springone] startup failed due to previous errors</p>
<p>If I remove j2ee- interfaces-1.3.1.jar then the INFO disappears but I still see the Error in listenerStart</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marcello Leonardi</title>
		<link>http://bram.jteam.nl/index.php/2006/06/19/springone-dwr-spring-presentation/#comment-4607</link>
		<dc:creator>Marcello Leonardi</dc:creator>
		<pubDate>Mon, 16 Oct 2006 15:14:23 +0000</pubDate>
		<guid>http://bram.jteam.nl/index.php/2006/06/19/springone-dwr-spring-presentation/#comment-4607</guid>
		<description>I intend
files named “spring.schemas” and “spring.handlers”</description>
		<content:encoded><![CDATA[<p>I intend<br />
files named “spring.schemas” and “spring.handlers”</p>
]]></content:encoded>
	</item>
</channel>
</rss>
