Search:

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

Search: Search took 0.08 seconds.

  1. Replies
    0
    Views
    498

    Roobot for corporate plugins

    Hello,

    I'm evaluating Spring ROO technology.

    Is there something similar to Roobot but for corporate plugins ?

    This would make using private addons easier than

    osgi start --url...
  2. Created...

    Created http://jira.springframework.org/browse/BATCH-1561

    Thanks !
  3. StoredProcedureItemReader : How to retrieve OUT parameter value ?

    Hello,

    We're calling a stored procedure with StoredProcedureItemReader (Spring Batch 2.1.0.RELEASE).

    When the stored procedure fails it returns the error message as an OUT parameter (and not as...
  4. Not sure if it is the same problem as mentioned...

    Not sure if it is the same problem as mentioned here http://forum.springsource.org/showthread.php?p=295972.

    Could you try using the StoredProcedureItemReader patch attached in this thread and tell...
  5. StoredProcedureItemReader error when using OUT parameters

    Hello,

    We are using StoredProcedureItemReader (Spring Batch 2.1.0.RELEASE) to call a DB2 stored Procedure.

    We have the following error [1]

    This error is apparently due because...
  6. Delete a table with an entitymanager in a tasklet

    Hi,

    I try to delete a table with an EntityManager from hibernate.

    My step implement taskletStep :

    <bean id="step1" parent="taskletStep" >
    <property name="tasklet"...
Results 1 to 6 of 6