<?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: Spring Integration in 10 minutes</title>
	<atom:link href="http://blog.springsource.org/2009/02/13/982/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.springsource.org/2009/02/13/982/</link>
	<description>The voice of SpringSource</description>
	<lastBuildDate>Wed, 08 Feb 2012 17:31:53 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.1</generator>
	<item>
		<title>By: henrik</title>
		<link>http://blog.springsource.org/2009/02/13/982/comment-page-1/#comment-236632</link>
		<dc:creator>henrik</dc:creator>
		<pubDate>Tue, 07 Feb 2012 12:29:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.springsource.com/?p=982#comment-236632</guid>
		<description>It&#039;s been a bit bumpy, but I eventually got it to run.
Sharing the Maven dependencies that I needed:

  
	 
		org.springframework
		spring-core
		3.1.0.RELEASE
	

	org.springframework
	spring-context
	3.1.0.RELEASE


   org.springframework.integration
   spring-integration-core
   2.1.0.RELEASE
 

	aopalliance
	aopalliance
	1.0


	commons-logging
	commons-logging
	1.1.1


   org.springframework.integration
   spring-integration-file
   2.1.0.RELEASE
 
  </description>
		<content:encoded><![CDATA[<p>It&#039;s been a bit bumpy, but I eventually got it to run.<br />
Sharing the Maven dependencies that I needed:</p>
<p>		org.springframework<br />
		spring-core<br />
		3.1.0.RELEASE</p>
<p>	org.springframework<br />
	spring-context<br />
	3.1.0.RELEASE</p>
<p>   org.springframework.integration<br />
   spring-integration-core<br />
   2.1.0.RELEASE</p>
<p>	aopalliance<br />
	aopalliance<br />
	1.0</p>
<p>	commons-logging<br />
	commons-logging<br />
	1.1.1</p>
<p>   org.springframework.integration<br />
   spring-integration-file<br />
   2.1.0.RELEASE</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sharath</title>
		<link>http://blog.springsource.org/2009/02/13/982/comment-page-1/#comment-236612</link>
		<dc:creator>Sharath</dc:creator>
		<pubDate>Mon, 06 Feb 2012 09:51:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.springsource.com/?p=982#comment-236612</guid>
		<description>Solved it finally !! Great example !</description>
		<content:encoded><![CDATA[<p>Solved it finally !! Great example !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sharath</title>
		<link>http://blog.springsource.org/2009/02/13/982/comment-page-1/#comment-236606</link>
		<dc:creator>Sharath</dc:creator>
		<pubDate>Sun, 05 Feb 2012 16:26:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.springsource.com/?p=982#comment-236606</guid>
		<description>@jahid, did you resolve the error

cvc-complex-type.2.4.c: The matching wildcard is strict, but no declaration can be found for element &#039;file:outbound-channel-adapter&#039;.

Please let me know. I am getting the same error too.</description>
		<content:encoded><![CDATA[<p>@jahid, did you resolve the error</p>
<p>cvc-complex-type.2.4.c: The matching wildcard is strict, but no declaration can be found for element &#039;file:outbound-channel-adapter&#039;.</p>
<p>Please let me know. I am getting the same error too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alden</title>
		<link>http://blog.springsource.org/2009/02/13/982/comment-page-1/#comment-224185</link>
		<dc:creator>Alden</dc:creator>
		<pubDate>Wed, 23 Nov 2011 10:18:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.springsource.com/?p=982#comment-224185</guid>
		<description>Thanks really help a lot.</description>
		<content:encoded><![CDATA[<p>Thanks really help a lot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kavitha</title>
		<link>http://blog.springsource.org/2009/02/13/982/comment-page-1/#comment-215715</link>
		<dc:creator>Kavitha</dc:creator>
		<pubDate>Fri, 04 Nov 2011 11:40:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.springsource.com/?p=982#comment-215715</guid>
		<description>Hi,
       I am getting an error in step 5 as Message is not a generic type i have included all those mentioned jar.Suggest me.</description>
		<content:encoded><![CDATA[<p>Hi,<br />
       I am getting an error in step 5 as Message is not a generic type i have included all those mentioned jar.Suggest me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arvind</title>
		<link>http://blog.springsource.org/2009/02/13/982/comment-page-1/#comment-199189</link>
		<dc:creator>Arvind</dc:creator>
		<pubDate>Mon, 25 Jul 2011 18:21:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.springsource.com/?p=982#comment-199189</guid>
		<description>Hi, I could not execute the example

Exception in thread &quot;main&quot; java.lang.NoSuchMethodError: org.springframework.beans.factory.support.RootBeanDefinition.(Ljava/lang/String;)V
	at org.springframework.integration.config.xml.DefaultConfiguringBeanFactoryPostProcessor.registerIdGeneratorConfigurer(DefaultConfiguringBeanFactoryPostProcessor.java:82)
	at org.springframework.integration.config.xml.DefaultConfiguringBeanFactoryPostProcessor.postProcessBeanFactory(DefaultConfiguringBeanFactoryPostProcessor.java:59)
	at org.springframework.context.support.AbstractApplicationContext.invokeBeanFactoryPostProcessors(AbstractApplicationContext.java:554)
	at org.springframework.context.support.AbstractApplicationContext.invokeBeanFactoryPostProcessors(AbstractApplicationContext.java:545)
	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:363)
	at org.springframework.context.support.ClassPathXmlApplicationContext.(ClassPathXmlApplicationContext.java:139)
	at org.springframework.context.support.ClassPathXmlApplicationContext.(ClassPathXmlApplicationContext.java:83)
	at com.BootStrap.main(BootStrap.java:15)


Geting this error.
Can you suggest something??

Thanks and Regards,
Arvind Waiker</description>
		<content:encoded><![CDATA[<p>Hi, I could not execute the example</p>
<p>Exception in thread &#034;main&#034; java.lang.NoSuchMethodError: org.springframework.beans.factory.support.RootBeanDefinition.(Ljava/lang/String;)V<br />
	at org.springframework.integration.config.xml.DefaultConfiguringBeanFactoryPostProcessor.registerIdGeneratorConfigurer(DefaultConfiguringBeanFactoryPostProcessor.java:82)<br />
	at org.springframework.integration.config.xml.DefaultConfiguringBeanFactoryPostProcessor.postProcessBeanFactory(DefaultConfiguringBeanFactoryPostProcessor.java:59)<br />
	at org.springframework.context.support.AbstractApplicationContext.invokeBeanFactoryPostProcessors(AbstractApplicationContext.java:554)<br />
	at org.springframework.context.support.AbstractApplicationContext.invokeBeanFactoryPostProcessors(AbstractApplicationContext.java:545)<br />
	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:363)<br />
	at org.springframework.context.support.ClassPathXmlApplicationContext.(ClassPathXmlApplicationContext.java:139)<br />
	at org.springframework.context.support.ClassPathXmlApplicationContext.(ClassPathXmlApplicationContext.java:83)<br />
	at com.BootStrap.main(BootStrap.java:15)</p>
<p>Geting this error.<br />
Can you suggest something??</p>
<p>Thanks and Regards,<br />
Arvind Waiker</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Technical Related Notes &#187; Blog Archive &#187; links for 2009-07-09</title>
		<link>http://blog.springsource.org/2009/02/13/982/comment-page-1/#comment-192414</link>
		<dc:creator>Technical Related Notes &#187; Blog Archive &#187; links for 2009-07-09</dc:creator>
		<pubDate>Mon, 18 Apr 2011 09:38:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.springsource.com/?p=982#comment-192414</guid>
		<description>[...] Spring Integration in 10 minutes &#124; SpringSource Team Blog (tags: java springframework) [...]</description>
		<content:encoded><![CDATA[<p>[...] Spring Integration in 10 minutes | SpringSource Team Blog (tags: java springframework) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: robbie70</title>
		<link>http://blog.springsource.org/2009/02/13/982/comment-page-1/#comment-182204</link>
		<dc:creator>robbie70</dc:creator>
		<pubDate>Mon, 10 Jan 2011 15:06:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.springsource.com/?p=982#comment-182204</guid>
		<description>Hi Mark,

Congratulations thats a superb post - very informative. This post should really live on the Spring Community site and be accessible somewhere there as a quick intro into the technology. I wish every technology had a 10-tutorial like this that cover so many aspects of the technology and allows someone to get right into the technology so quickly.

I have one requests and one suggestion,
1. Would it be possible to provide an updated example for the latest release? 
I had originally downloaded Release 2.X and I couldnt follow the tutorial because the latest release didnt have the JAR files you described above. I then downloaded the older Release to match your example and it worked fine.
2. Would it be an idea to extend the example slightly to cover how JUnit would be incorporated into the framework ?</description>
		<content:encoded><![CDATA[<p>Hi Mark,</p>
<p>Congratulations thats a superb post &#8211; very informative. This post should really live on the Spring Community site and be accessible somewhere there as a quick intro into the technology. I wish every technology had a 10-tutorial like this that cover so many aspects of the technology and allows someone to get right into the technology so quickly.</p>
<p>I have one requests and one suggestion,<br />
1. Would it be possible to provide an updated example for the latest release?<br />
I had originally downloaded Release 2.X and I couldnt follow the tutorial because the latest release didnt have the JAR files you described above. I then downloaded the older Release to match your example and it worked fine.<br />
2. Would it be an idea to extend the example slightly to cover how JUnit would be incorporated into the framework ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rajendra</title>
		<link>http://blog.springsource.org/2009/02/13/982/comment-page-1/#comment-177465</link>
		<dc:creator>Rajendra</dc:creator>
		<pubDate>Thu, 21 Oct 2010 06:10:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.springsource.com/?p=982#comment-177465</guid>
		<description>Can  any one provide me sample with spring integration for act as proxy to webservice which exposed by some other system.

typically spring integartion should expose a wsdl  on receving the messages it should call the actual webservice and get the response and forward to the calling system.Is thsi possible with srping integartion,</description>
		<content:encoded><![CDATA[<p>Can  any one provide me sample with spring integration for act as proxy to webservice which exposed by some other system.</p>
<p>typically spring integartion should expose a wsdl  on receving the messages it should call the actual webservice and get the response and forward to the calling system.Is thsi possible with srping integartion,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paresh</title>
		<link>http://blog.springsource.org/2009/02/13/982/comment-page-1/#comment-176021</link>
		<dc:creator>Paresh</dc:creator>
		<pubDate>Tue, 07 Sep 2010 05:32:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.springsource.com/?p=982#comment-176021</guid>
		<description>Hi Mark,
As per your suggestion I have created a post on the forum 

http://forum.springsource.org/showthread.php?p=317952#post317952

Could you please look into it.

Your help will be appreciated !!</description>
		<content:encoded><![CDATA[<p>Hi Mark,<br />
As per your suggestion I have created a post on the forum </p>
<p><a href="http://forum.springsource.org/showthread.php?p=317952#post317952" rel="nofollow">http://forum.springsource.org/showthread.php?p=317952#post317952</a></p>
<p>Could you please look into it.</p>
<p>Your help will be appreciated !!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

