Search:

Type: Posts; User: jusyes; Keyword(s):

Search: Search took 0.04 seconds.

  1. Spring Mobile with Spring Webflow: unable to access currentDevice within flow

    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...
  2. No converter found capable of converting from type @javax.persistence.ManyToOne

    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:...
  3. Thanks, the issue is same from stack trace that...

    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..
  4. Installing Groovy Eclipse plugin to spring tool suite 2.0.2 crashes eclipse

    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..
  5. Recommended options to Encrypt datasource password

    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...
  6. http://jira.springframework.org/browse/BATCH-1225...

    http://jira.springframework.org/browse/BATCH-1225 should address this issue...
  7. Replies
    12
    Views
    5,568

    Any Updates on this.. am trying similiar where Output needs to go to two files

    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">...
  8. thanks for detail got it.. The chunk of records...

    thanks for detail got it.. The chunk of records in transaction block that failed are lost when restarted..
  9. not sure.. in my scenario i don't see any...

    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...
  10. Job that has itemWriter when restarted does not update output file

    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...
  11. logged in JIRA@...

    logged in JIRA@ http://jira.springframework.org/browse/BATCH-1241
  12. looks like spring batch doc error

    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"...
  13. org.springframework.batch-2.0.0.RELEASE sample is missing SystemCommandTasklet

    org.springframework.batch-2.0.0.RELEASE sample is missing org.springframework.batch.sample.tasklet.SystemCommandTasklet
Results 1 to 13 of 13