<?xml version="1.0" encoding="ISO-8859-1"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>Spring Community Forums</title>
		<link>http://forum.springsource.org/</link>
		<description>Spring Framework Support Forums</description>
		<language>en</language>
		<lastBuildDate>Tue, 21 May 2013 20:40:04 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>http://forum.springsource.org/images/misc/rss.png</url>
			<title>Spring Community Forums</title>
			<link>http://forum.springsource.org/</link>
		</image>
		<item>
			<title>Upgrade from Spring WS 1.5.8 to 2.0.0</title>
			<link>http://forum.springsource.org/showthread.php?137730-Upgrade-from-Spring-WS-1-5-8-to-2-0-0&amp;goto=newpost</link>
			<pubDate>Tue, 21 May 2013 20:11:00 GMT</pubDate>
			<description>When we use WS 1.5.8, we had Generating the WSDL with DynamicWsdl11Definition but when we go for 2.0.0, we should use DefaultWsdl11Definition.....</description>
			<content:encoded><![CDATA[<div>When we use WS 1.5.8, we had Generating the WSDL with DynamicWsdl11Definition but when we go for 2.0.0, we should use DefaultWsdl11Definition.. Existing bean generation as below:<br />
<br />
    &lt;bean id=&quot;travelerProfileSearch&quot; class=&quot;org.springframework.ws.wsdl.wsdl11.DynamicW  sdl11Definition&quot;&gt;<br />
       &lt;property name=&quot;buildAbstractPart&quot; value=&quot;true&quot; /&gt;<br />
       &lt;property name=&quot;buildConcretePart&quot; value=&quot;true&quot; /&gt;<br />
      &lt;property name=&quot;builder&quot;&gt;<br />
        &lt;bean class=&quot;org.springframework.ws.wsdl.wsdl11.builder.  XsdBasedSoap11Wsdl4jDefinitionBuilder&quot;&gt;<br />
          &lt;property name=&quot;schema&quot; value=&quot;${ws.traveler.xsd.baseUrl}/${ws.traveler.xsd.uri}/TravelerProfileSearch.xsd&quot;/&gt;<br />
          &lt;property name=&quot;schemaLocation&quot; value=&quot;${ws.traveler.xsd.baseUrl}/${ws.traveler.xsd.uri}/TravelerProfileSearch.xsd&quot;/&gt;<br />
          &lt;property name=&quot;portTypeName&quot; value=&quot;TravelerProfileSearch&quot;/&gt;<br />
          &lt;property name=&quot;locationUri&quot; value=&quot;${ws.traveler.baseUrl}/${ws.traveler.search.uri}&quot;/&gt;<br />
          &lt;property name=&quot;targetNamespace&quot; value=&quot;${ws.namespace.v1}&quot;/&gt;<br />
        &lt;/bean&gt;<br />
      &lt;/property&gt;<br />
    &lt;/bean&gt;<br />
<br />
 Tried to re-write it using DefaultWsdl11Definition, but getting below error:<br />
<br />
Message: WSDLException (at /wsdlefinitions/wsdl:types/xsdchema): faultCode=OTHER_ERROR: An error occurred trying to resolve schema referenced at 'XXXService.xsd', relative to '_http://vsmn00dk00062:8404/portrait-ws/update/travelerProfileUpdate.wsdl'.: java.io.IOException: Server returned HTTP response code: 405 for URL: _http://vsmn00dk00062:8404/portrait-ws/update/XXXService.xsd<br />
<br />
can you please re-write using DefaultWsdl11Definition bean to generate WSDL.<br />
<br />
Thanks,</div>

]]></content:encoded>
			<category domain="http://forum.springsource.org/forumdisplay.php?39-Web-Services">Web Services</category>
			<dc:creator>mnaveen_m</dc:creator>
			<guid isPermaLink="true">http://forum.springsource.org/showthread.php?137730-Upgrade-from-Spring-WS-1-5-8-to-2-0-0</guid>
		</item>
		<item>
			<title>Item Writer called twice on Exception</title>
			<link>http://forum.springsource.org/showthread.php?137729-Item-Writer-called-twice-on-Exception&amp;goto=newpost</link>
			<pubDate>Tue, 21 May 2013 19:53:19 GMT</pubDate>
			<description>Hi, 
 
I am facing the problem like when an item writer encounters any exceptions, it is processing all the items that was read/already processed ...</description>
			<content:encoded><![CDATA[<div>Hi,<br />
<br />
I am facing the problem like when an item writer encounters any exceptions, it is processing all the items that was read/already processed  and it is creating duplicate entry in database.<br />
<br />
I am using item reader and item writer and not using any processor.<br />
<br />
I searched in our forum and cannot find any appropriate answers.<br />
<br />
Can anyone please help?</div>

]]></content:encoded>
			<category domain="http://forum.springsource.org/forumdisplay.php?41-Batch">Batch</category>
			<dc:creator>Vigabhu</dc:creator>
			<guid isPermaLink="true">http://forum.springsource.org/showthread.php?137729-Item-Writer-called-twice-on-Exception</guid>
		</item>
		<item>
			<title>Web Services Test</title>
			<link>http://forum.springsource.org/showthread.php?137728-Web-Services-Test&amp;goto=newpost</link>
			<pubDate>Tue, 21 May 2013 19:02:08 GMT</pubDate>
			<description><![CDATA[Trying to learn how to create web services.... trying the link below... 
 
<a...]]></description>
			<content:encoded><![CDATA[<div>Trying to learn how to create web services.... trying the link below...<br />
<br />
<a href="http://www.tutorialspoint.com/webservices/web_services_examples.htm" target="_blank" rel="nofollow">http://www.tutorialspoint.com/webser...s_examples.htm</a><br />
<br />
I get about half way down and get to the below and I am lost...how is this proxy made?  I have Visual Studio but an completely lost....<br />
I was successful in putting an HTML page in there in step one and viewing it...<br />
I created the WebApp.aspx file<br />
now lost on the instructions below...<br />
<br />
Can anyone help or steer me in the direction of some other learning examples or tutorials...<br />
<br />
Example from link above<br />
<i>After the consumer is created, we need to create a proxy for the Web Service to be consumed. This work is done automatically by Visual Studio .NET for us when referencing a Web Service that has been added. Here are the steps to be followed:<br />
<br />
Create a proxy for the Web Service to be consumed. The proxy is created using the wsdl utility supplied with the .NET SDK. This utility extracts information from the Web Service and creates a proxy. Thus, the proxy created is valid only for a particular Web Service. If you need to consume other Web Services, you need to create a proxy for this service as well. VS .NET creates a proxy automatically for you when the reference for the Web Service is added. Create a proxy for the Web Service using the wsdl utility supplied with the .NET SDK. It will create FirstSevice.cs in the current directory. We need to compile it to create FirstService.dll (proxy) for the Web Service.</i></div>

]]></content:encoded>
			<category domain="http://forum.springsource.org/forumdisplay.php?39-Web-Services">Web Services</category>
			<dc:creator>jaykappy</dc:creator>
			<guid isPermaLink="true">http://forum.springsource.org/showthread.php?137728-Web-Services-Test</guid>
		</item>
		<item>
			<title>Spring polling bean</title>
			<link>http://forum.springsource.org/showthread.php?137727-Spring-polling-bean&amp;goto=newpost</link>
			<pubDate>Tue, 21 May 2013 18:40:35 GMT</pubDate>
			<description>Hi I was just wondering what is the best way to implement a polling service using Spring.  There is to be one poller for each directory being...</description>
			<content:encoded><![CDATA[<div>Hi I was just wondering what is the best way to implement a polling service using Spring.  There is to be one poller for each directory being monitored  I have tried Spring Integration but the poller would continuously pick up the same file that is currently being processed, and having a pattern matcher on the files being picked up, made it difficult to implement a filter.<br />
<br />
So I wondering could the same affect be obtained just by using the spring container framework, if so what is the best way to do it?<br />
<br />
Thanks,</div>

]]></content:encoded>
			<category domain="http://forum.springsource.org/forumdisplay.php?26-Container">Container</category>
			<dc:creator>qwertyqwerty</dc:creator>
			<guid isPermaLink="true">http://forum.springsource.org/showthread.php?137727-Spring-polling-bean</guid>
		</item>
		<item>
			<title>Connection pooling oracle queue</title>
			<link>http://forum.springsource.org/showthread.php?137726-Connection-pooling-oracle-queue&amp;goto=newpost</link>
			<pubDate>Tue, 21 May 2013 18:30:26 GMT</pubDate>
			<description><![CDATA[Hi 
 
I'm pretty new to the Spring framework, and was wondering what would be he best way to have a connection pool to an Oracle queue?  Is there...]]></description>
			<content:encoded><![CDATA[<div>Hi<br />
<br />
I'm pretty new to the Spring framework, and was wondering what would be he best way to have a connection pool to an Oracle queue?  Is there something the framework can offer, without me having to write my own pool, if so is there any examples of how to do this?<br />
<br />
Thanks,</div>

]]></content:encoded>
			<category domain="http://forum.springsource.org/forumdisplay.php?27-Data">Data</category>
			<dc:creator>qwertyqwerty</dc:creator>
			<guid isPermaLink="true">http://forum.springsource.org/showthread.php?137726-Connection-pooling-oracle-queue</guid>
		</item>
		<item>
			<title>Spring security , doubt</title>
			<link>http://forum.springsource.org/showthread.php?137725-Spring-security-doubt&amp;goto=newpost</link>
			<pubDate>Tue, 21 May 2013 18:06:09 GMT</pubDate>
			<description><![CDATA[hi all guys, I'm reading about spring security and I have a doubt about autorizaccion and authentication processes. If you have not read wrong, you...]]></description>
			<content:encoded><![CDATA[<div>hi all guys, I'm reading about spring security and I have a doubt about autorizaccion and authentication processes. If you have not read wrong, you define who as part of the application a user can enter a function of its role with &lt;intercept-url pattern=&quot;&quot; acess=&quot;&quot;&gt;, then why should I infer that the session variables are not necesariars when you're developing with spring security?<br />
<br />
greetings to all</div>

]]></content:encoded>
			<category domain="http://forum.springsource.org/forumdisplay.php?33-Security">Security</category>
			<dc:creator>rainor_88</dc:creator>
			<guid isPermaLink="true">http://forum.springsource.org/showthread.php?137725-Spring-security-doubt</guid>
		</item>
		<item>
			<title>Message Converter Issue in http:inbound-gateway</title>
			<link>http://forum.springsource.org/showthread.php?137724-Message-Converter-Issue-in-http-inbound-gateway&amp;goto=newpost</link>
			<pubDate>Tue, 21 May 2013 18:00:18 GMT</pubDate>
			<description>Hi, 
  
   I am unable to figure out the issue as to why the message converter is not getting invoked in the gateway. My integration version 2.2.3...</description>
			<content:encoded><![CDATA[<div>Hi,<br />
 <br />
   I am unable to figure out the issue as to why the message converter is not getting invoked in the gateway. My integration version 2.2.3 and Spring 3.1<br />
<br />
<b>Gateway config</b><br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">&lt;int-http:inbound-gateway id=&quot;inboundOpportunitiesSearchRequestGateway&quot;<br />
&nbsp; &nbsp; &nbsp; &nbsp; supported-methods=&quot;GET, POST&quot; request-channel=&quot;opportunitiesSearchRequest&quot;<br />
&nbsp; &nbsp; &nbsp; &nbsp; reply-channel=&quot;opportunitiesSearchResponse&quot; message-converters=&quot;messageConverter&quot;<br />
&nbsp; &nbsp; &nbsp; &nbsp; path=&quot;/service/opportunities&quot; reply-timeout=&quot;50000&quot;/&gt;<br />
<br />
&lt;util:list id=&quot;messageConverter&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;ref bean=&quot;marshallingConverter&quot;/&gt;<br />
&lt;/util:list&gt;<br />
&nbsp;  <br />
&lt;bean id=&quot;marshallingConverter&quot;<br />
&nbsp; &nbsp; &nbsp; &nbsp; class=&quot;org.springframework.http.converter.xml.MarshallingHttpMessageConverter&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;constructor-arg index=&quot;0&quot; ref=&quot;marshaller&quot; /&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;constructor-arg index=&quot;1&quot; ref=&quot;marshaller&quot; /&gt;<br />
&lt;/bean&gt;<br />
<br />
&lt;oxm:jaxb2-marshaller id=&quot;marshaller&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;oxm:class-to-be-bound name=&quot;com.fedbid.ump.model.dto.OpportunityRequest&quot; /&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;oxm:class-to-be-bound name=&quot;com.fedbid.ump.model.dto.MobileBaseResponse&quot; /&gt;<br />
&lt;/oxm:jaxb2-marshaller&gt;</code><hr />
</div><b>Client code</b><br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">final String fullUrl = &quot;http://localhost:6179/umpservice/service/opportunities&quot;;<br />
<br />
@Test<br />
public void testGetOpportunityAsXml() throws Exception {&nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; String inputString = &quot;&lt;?xml version='1.0' encoding='UTF-8' standalone='yes'?&gt;&lt;ns2:OpportunityRequest xmlns:ns2='http://schemas.fedbid.com/buybizservice'&gt;&lt;SELLER_EMAIL&gt;chandramoulil@fedbid.com&lt;/SELLER_EMAIL&gt;&lt;SERVICE_NAME&gt;GET_OPPORTUNITIES&lt;/SERVICE_NAME&gt;&lt;ORG_ID&gt;10&lt;/ORG_ID&gt;&lt;/ns2:OpportunityRequest&gt;&quot;;<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; HttpHeaders headers = new HttpHeaders();<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; headers.add(&quot;Accept&quot;, &quot;text/xml&quot;);<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; headers.setContentType(MediaType.TEXT_XML);<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; HttpEntity&lt;String&gt; requestEntity = new HttpEntity&lt;String&gt;(inputString, headers);<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ResponseEntity&lt;String&gt; responseEntity = restTemplate.exchange(fullUrl, HttpMethod.POST, requestEntity, String.class);<br />
}</code><hr />
</div><b>Exception:</b><br />
<br />
org.springframework.integration.MessagingException  : Could not convert request: no suitable HttpMessageConverter found for expected type [java.lang.String] and content type [text/xml]</div>

]]></content:encoded>
			<category domain="http://forum.springsource.org/forumdisplay.php?42-Integration">Integration</category>
			<dc:creator>lchandramouli</dc:creator>
			<guid isPermaLink="true">http://forum.springsource.org/showthread.php?137724-Message-Converter-Issue-in-http-inbound-gateway</guid>
		</item>
		<item>
			<title>Spring Security Kerberos/SPNEGO Extension</title>
			<link>http://forum.springsource.org/showthread.php?137723-Spring-Security-Kerberos-SPNEGO-Extension&amp;goto=newpost</link>
			<pubDate>Tue, 21 May 2013 17:31:50 GMT</pubDate>
			<description><![CDATA[I am trying to implement 'Spring Security Kerberos/SPNEGO Extension' in my web application which will be deployed to JBoss AS 7.1 running on Linux...]]></description>
			<content:encoded><![CDATA[<div>I am trying to implement 'Spring Security Kerberos/SPNEGO Extension' in my web application which will be deployed to JBoss AS 7.1 running on Linux environment. The Active Directory Server running on Windows will be used for Authentication. I went through the following site:<br />
<a href="http://blog.springsource.com/2009/09/28/spring-security-kerberos/">http://blog.springsource.com/2009/09...rity-kerberos/</a><br />
<br />
My question is, to have my application work do I have to have any other configurations done other than what is given in 'Spring Security Kerberos/SPNEGO Extension' blog. I am very new to implementing Kerberos authentication and wanted to know whether the fact that the web application server will be on linux and the authentication server will be on windows has any effect on this extension implementation. Thanks in advance.<br />
<br />
-nookala.</div>

]]></content:encoded>
			<category domain="http://forum.springsource.org/forumdisplay.php?33-Security">Security</category>
			<dc:creator>nnookala</dc:creator>
			<guid isPermaLink="true">http://forum.springsource.org/showthread.php?137723-Spring-Security-Kerberos-SPNEGO-Extension</guid>
		</item>
		<item>
			<title>Consume web service on SSL with user certificate</title>
			<link>http://forum.springsource.org/showthread.php?137722-Consume-web-service-on-SSL-with-user-certificate&amp;goto=newpost</link>
			<pubDate>Tue, 21 May 2013 17:07:23 GMT</pubDate>
			<description>Hi, 
 
Is there any way to consume a web service from a server that is only accessible over ssl built on client certificate? I would like to avoid...</description>
			<content:encoded><![CDATA[<div>Hi,<br />
<br />
Is there any way to consume a web service from a server that is only accessible over ssl built on client certificate? I would like to avoid applets or consume it directly with javascript...<br />
<br />
Thanks!</div>

]]></content:encoded>
			<category domain="http://forum.springsource.org/forumdisplay.php?39-Web-Services">Web Services</category>
			<dc:creator>poty</dc:creator>
			<guid isPermaLink="true">http://forum.springsource.org/showthread.php?137722-Consume-web-service-on-SSL-with-user-certificate</guid>
		</item>
		<item>
			<title>Propety editors and Converters / Formatters Spring MVC 3.2</title>
			<link>http://forum.springsource.org/showthread.php?137721-Propety-editors-and-Converters-Formatters-Spring-MVC-3-2&amp;goto=newpost</link>
			<pubDate>Tue, 21 May 2013 16:37:04 GMT</pubDate>
			<description><![CDATA[Hello, 
 
I am trying to set up a new project with Spring MVC 3.2 and I can't use PropertyEditors due to the override that mvc:annotation-driven...]]></description>
			<content:encoded><![CDATA[<div>Hello,<br />
<br />
I am trying to set up a new project with Spring MVC 3.2 and I can't use PropertyEditors due to the override that mvc:annotation-driven does. So I need to move on to new Formatters and Converters.<br />
<br />
I read a lot about them, but PropertyEditors were straightforward, and Converters seems a lot of problems. I just need a getAsText and setAsText for some classes, which could involve querying database to get the actual objects. <br />
<br />
Besides, do I have to register converters/formatters for List or Array of these beans?<br />
<br />
Of course I am talking about beans used as form objects.<br />
<br />
Any help is really appreciated,<br />
<br />
Thanks in advance</div>

]]></content:encoded>
			<category domain="http://forum.springsource.org/forumdisplay.php?25-Web">Web</category>
			<dc:creator>dafe52</dc:creator>
			<guid isPermaLink="true">http://forum.springsource.org/showthread.php?137721-Propety-editors-and-Converters-Formatters-Spring-MVC-3-2</guid>
		</item>
		<item>
			<title>STS 3.2 problems with maven on fresh install</title>
			<link>http://forum.springsource.org/showthread.php?137720-STS-3-2-problems-with-maven-on-fresh-install&amp;goto=newpost</link>
			<pubDate>Tue, 21 May 2013 16:29:07 GMT</pubDate>
			<description><![CDATA[Hi All, 
I am new to STS, I tried installing "spring-tool-suite-3.2.0.RELEASE-e4.2.2" on Windows 7 , When I create a spring Template project I am...]]></description>
			<content:encoded><![CDATA[<div>Hi All,<br />
I am new to STS, I tried installing &quot;spring-tool-suite-3.2.0.RELEASE-e4.2.2&quot; on Windows 7 , When I create a spring Template project I am facing maven-resources-plugin:2.5 problem can anyone please help.<br />
<br />
I have tried deleting .lastupdatedfiles from maven repository and updating the project still facing the same issue. I am not behind any proxy.I have tried all possible things installing latest jdk and stuff..<br />
<br />
Can anyone please help as I m struggling since long time.. Thanks in advance..<br />
------------------------------------------------------------------------<br />
Errors occurred during the build.<br />
Errors running builder 'Maven Project Builder' on project 'MyTest'.<br />
Could not calculate build plan: Plugin org.apache.maven.plugins:maven-resources-plugin:2.5 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-resources-plugin:jar:2.5<br />
Plugin org.apache.maven.plugins:maven-resources-plugin:2.5 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-resources-plugin:jar:2.5<br />
Could not calculate build plan: Plugin org.apache.maven.plugins:maven-resources-plugin:2.5 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-resources-plugin:jar:2.5<br />
Plugin org.apache.maven.plugins:maven-resources-plugin:2.5 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-resources-plugin:jar:2.5<br />
--------------------------------------------------------</div>

]]></content:encoded>
			<category domain="http://forum.springsource.org/forumdisplay.php?32-SpringSource-Tool-Suite">SpringSource Tool Suite</category>
			<dc:creator>techfailth</dc:creator>
			<guid isPermaLink="true">http://forum.springsource.org/showthread.php?137720-STS-3-2-problems-with-maven-on-fresh-install</guid>
		</item>
		<item>
			<title>Odd warning when using spring form taglib and STS 3.2</title>
			<link>http://forum.springsource.org/showthread.php?137719-Odd-warning-when-using-spring-form-taglib-and-STS-3-2&amp;goto=newpost</link>
			<pubDate>Tue, 21 May 2013 16:20:11 GMT</pubDate>
			<description><![CDATA[The code listed below is generating a warning in STS 3.2 and I'm not sure why: 
 
 
Code: 
--------- 
<%@taglib...]]></description>
			<content:encoded><![CDATA[<div>The code listed below is generating a warning in STS 3.2 and I'm not sure why:<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">&lt;%@taglib uri=&quot;http://www.springframework.org/tags/form&quot; prefix=&quot;form&quot;%&gt;<br />
&lt;form:form method=&quot;post&quot; modelAttribute=&quot;blogPost&quot;&gt;<br />
&lt;form:input path=&quot;title&quot;&gt;&lt;/form:input&gt;&lt;form:errors path=&quot;title&quot;/&gt;<br />
&lt;form:textarea path=&quot;content&quot;&gt;&lt;/form:textarea&gt;<br />
&lt;button type=&quot;submit&quot;&gt;Post&lt;/button&gt;<br />
&lt;/form:form&gt;</code><hr />
</div>The warning says:<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">Multiple annotations found at this line:<br />
&nbsp; &nbsp; &nbsp; &nbsp; - List is a raw type. References to generic type List&lt;E&gt; should be <br />
&nbsp; &nbsp; &nbsp; &nbsp;  parameterized<br />
&nbsp; &nbsp; &nbsp; &nbsp; - List is a raw type. References to generic type List&lt;E&gt; should be <br />
&nbsp; &nbsp; &nbsp; &nbsp;  parameterized</code><hr />
</div>Anyone have any idea why this is? I'm using Spring 3.1.4 with Servlets 2.4...<br />
<br />
Specifically the error is associated with the &lt;form:errors path=&quot;title&quot;/&gt; tag, which when I remove the warning disappears...</div>

]]></content:encoded>
			<category domain="http://forum.springsource.org/forumdisplay.php?32-SpringSource-Tool-Suite">SpringSource Tool Suite</category>
			<dc:creator>Keir</dc:creator>
			<guid isPermaLink="true">http://forum.springsource.org/showthread.php?137719-Odd-warning-when-using-spring-form-taglib-and-STS-3-2</guid>
		</item>
		<item>
			<title>Wtiting a summary footer in partitioned job</title>
			<link>http://forum.springsource.org/showthread.php?137718-Wtiting-a-summary-footer-in-partitioned-job&amp;goto=newpost</link>
			<pubDate>Tue, 21 May 2013 15:11:01 GMT</pubDate>
			<description>I have a Spring Batch job that reads multiple input files, processes them in a partitioned step, and writes the results to a single output file.  The...</description>
			<content:encoded><![CDATA[<div>I have a Spring Batch job that reads multiple input files, processes them in a partitioned step, and writes the results to a single output file.  The output file needs to have a summary footer with the total number of records processed.  I set up a footer callback in the FlatFileItemWriter.  That works, except that I'm getting a footer in the output file for each input file.  I suppose I could add a step to count the lines in the output file and add the footer but before I go there I wanted to see if there is another way.  Here is my current config:<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">&nbsp; &nbsp; &nbsp; &nbsp; &lt;batch:job id=&quot;acct&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;batch:step id=&quot;init&quot; parent=&quot;abstractStep&quot; next=&quot;processStep&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;batch:tasklet ref=&quot;fileDeleteTasklet&quot; /&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/batch:step&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;batch:step id=&quot;processStep&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;batch:partition step=&quot;processInput&quot; partitioner=&quot;partitioner&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;batch:handler grid-size=&quot;2&quot; task-executor=&quot;taskExecutor&quot; /&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/batch:partition&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/batch:step&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;/batch:job&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;batch:step id=&quot;processInput&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;batch:tasklet&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;batch:chunk reader=&quot;reader&quot; processor=&quot;processor&quot; writer=&quot;writer&quot; commit-interval=&quot;3&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;batch:streams&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;batch:stream ref=&quot;reader&quot;/&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;batch:stream ref=&quot;flatFileItemWriter&quot;/&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/batch:streams&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/batch:chunk&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/batch:tasklet&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;/batch:step&gt;<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;bean id=&quot;partitioner&quot; class=&quot;org.springframework.batch.core.partition.support.MultiResourcePartitioner&quot; scope=&quot;step&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;property name=&quot;keyName&quot; value=&quot;fileName&quot;/&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;property name=&quot;resources&quot; value=&quot;file:#{jobParameters['inputFilePattern']}&quot;/&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;/bean&gt;<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;bean id=&quot;taskExecutor&quot;&nbsp; &nbsp; &nbsp; &nbsp; class=&quot;org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;property name=&quot;corePoolSize&quot; value=&quot;5&quot;/&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;property name=&quot;maxPoolSize&quot; value=&quot;5&quot;/&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;/bean&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;bean id=&quot;writer&quot; class=&quot;com.example.batch.acct.AcctOutputItemWriter&quot; scope=&quot;step&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;property name=&quot;delegate&quot; ref=&quot;flatFileItemWriter&quot; /&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;property name=&quot;headerPrefix&quot; value=&quot;H&quot;/&gt; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;property name=&quot;footerPrefix&quot; value=&quot;T&quot;/&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;property name=&quot;footerFormat&quot; value=&quot;%010d&quot;/&gt; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;/bean&gt;<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;bean id=&quot;flatFileItemWriter&quot; class=&quot;org.springframework.batch.item.file.FlatFileItemWriter&quot; scope=&quot;step&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;property name=&quot;resource&quot; value=&quot;file:${batch.output.file}&quot; /&gt; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;property name=&quot;appendAllowed&quot; value=&quot;true&quot; /&gt; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;property name=&quot;headerCallback&quot; ref=&quot;writer&quot; /&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;property name=&quot;footerCallback&quot; ref=&quot;writer&quot; /&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;property name=&quot;lineAggregator&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;bean class=&quot;org.springframework.batch.item.file.transform.FormatterLineAggregator&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;property name=&quot;fieldExtractor&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;bean class=&quot;org.springframework.batch.item.file.transform.BeanWrapperFieldExtractor&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;property name=&quot;names&quot; value=&quot;recordType,bCode,acctNumber,id,idType,acctType,sbCode&quot; /&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/bean&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/property&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;property name=&quot;format&quot; value=&quot;%1s%3s%6s%10s%-10s%1s%3s&quot; /&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/bean&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/property&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;/bean&gt;</code><hr />
</div></div>

]]></content:encoded>
			<category domain="http://forum.springsource.org/forumdisplay.php?41-Batch">Batch</category>
			<dc:creator>DonS</dc:creator>
			<guid isPermaLink="true">http://forum.springsource.org/showthread.php?137718-Wtiting-a-summary-footer-in-partitioned-job</guid>
		</item>
		<item>
			<title>Broad PC provides reliable</title>
			<link>http://forum.springsource.org/showthread.php?137717-Broad-PC-provides-reliable&amp;goto=newpost</link>
			<pubDate>Tue, 21 May 2013 15:09:55 GMT</pubDate>
			<description><![CDATA[Broad PC provides reliable, cost-effective and secure Server Support, Remote Server Administration, & Managed Business IT Support Services to growing...]]></description>
			<content:encoded><![CDATA[<div>Broad PC provides reliable, cost-effective and secure Server Support, Remote Server Administration, &amp; Managed Business IT Support Services to growing enterprises, so they can focus on their core business. Customers can enjoy freedom from the headaches of IT infrastructure management having a dependable IT Services Partner who can provide onsite and remote support and administration of their servers, applications, and overall network. <br />
We are located in downtown Los Angeles. Our Managed IT Services delivery is built on a strong foundation of technology, people, and processes. Proactive preventative maintenance of IT Systems enables us to minimize downtime and maintain a healthy network for your business. <br />
For more informations, please visit us at: <br />
<br />
<a href="http://www.broadpcinc.com" target="_blank" rel="nofollow">www.broadpcinc.com</a> <br />
<br />
<a href="http://www.computerservicelosangeles.com" target="_blank" rel="nofollow">www.computerservicelosangeles.com </a><br />
<br />
<a href="http://www.broadpc.com" target="_blank" rel="nofollow">www.broadpc.com</a></div>

]]></content:encoded>
			<category domain="http://forum.springsource.org/forumdisplay.php?26-Container">Container</category>
			<dc:creator>broadpc01</dc:creator>
			<guid isPermaLink="true">http://forum.springsource.org/showthread.php?137717-Broad-PC-provides-reliable</guid>
		</item>
		<item>
			<title>As businesses have used technology</title>
			<link>http://forum.springsource.org/showthread.php?137716-As-businesses-have-used-technology&amp;goto=newpost</link>
			<pubDate>Tue, 21 May 2013 15:05:04 GMT</pubDate>
			<description>As businesses have used technology to increase office efficiencies, they have become more dependent upon computer networks. Reliable email and...</description>
			<content:encoded><![CDATA[<div>As businesses have used technology to increase office efficiencies, they have become more dependent upon computer networks. Reliable email and network connectivity are now essential to any business. <br />
Our goal is to provide business with the latest technology to cut companies cost and improve productivity. We are located in downtown Los Angeles.<br />
Broad PC is the local IT expert in touch with your business and available to assist you along the way, building a knowledgeable consulting relationship that can continue to pay business dividends over the long term.<br />
For more informations, please visit us at:<br />
<br />
<a href="http://www.broadpcinc.com" target="_blank" rel="nofollow">www.broadpcinc.com</a><br />
<br />
<a href="http://www.computerservicelosangeles.com" target="_blank" rel="nofollow">www.computerservicelosangeles.com</a><br />
<br />
<a href="http://www.broadpc.com" target="_blank" rel="nofollow">www.broadpc.com</a></div>

]]></content:encoded>
			<category domain="http://forum.springsource.org/forumdisplay.php?26-Container">Container</category>
			<dc:creator>broadpc01</dc:creator>
			<guid isPermaLink="true">http://forum.springsource.org/showthread.php?137716-As-businesses-have-used-technology</guid>
		</item>
	</channel>
</rss>
