Spring Mobile with Spring Webflow: unable to access currentDevice within flow.
When trying to use DeviceUtil API it only takes HttpRequest and cannot access this in webflow...
Appreciate...
Type: Posts; User: jusyes; Keyword(s):
Spring Mobile with Spring Webflow: unable to access currentDevice within flow.
When trying to use DeviceUtil API it only takes HttpRequest and cannot access this in webflow...
Appreciate...
No converter found capable of converting from type @javax.persistence.ManyToOne @javax.persistence.JoinColumn to type java.lang.String
This is STS 2.9.1, ROO 1.2.1 using JPA
SEVERE:...
Thanks, the issue is same from stack trace that was pointing to issues with equinox.. i had extracted spring tool suite install back and that fixed it yesterday..
Installing Groovy Eclipse plugin to spring tool suite 2.0.2 crashes eclipse, i have not been able to start eclipse back .. any suggestions to track what is causing eclipse to start..
i am looking at recommendations for encrypting passwords in job xml or property files that it reads so that passwords are not in plain text..
In...
http://jira.springframework.org/browse/BATCH-1225 should address this issue...
Garette - tried the compositeitemwriter as below.. how do we specify that on exception or some condition go to bad file....
thanks....
<job id="CSVFileLoadJobSkipErrors" restartable="true">...
thanks for detail got it.. The chunk of records in transaction block that failed are lost when restarted..
not sure.. in my scenario i don't see any overwrites, just the new records that are part of re-run are not appended to file. Changed test and this is what i could see to confirm...
Changed...
Scenario:
Job that can be restarted takes Comma DeLimited File (CSV) with 200 rows, item Reader reads them with commit interval of 10 and writes to new file using itemWriter that is Pipe De Limited...
logged in JIRA@ http://jira.springframework.org/browse/BATCH-1241
The spring batch docs has example as below, but the actual class is in spring-batch-core
<bean class="org.springframework.batch.sample.tasklet.SystemCommandTasklet">
<property name="command"...
org.springframework.batch-2.0.0.RELEASE sample is missing org.springframework.batch.sample.tasklet.SystemCommandTasklet