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...
Type: Posts; User: wriggle; Keyword(s):
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...
Created http://jira.springframework.org/browse/BATCH-1561
Thanks !
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...
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...
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...
Hi,
I try to delete a table with an EntityManager from hibernate.
My step implement taskletStep :
<bean id="step1" parent="taskletStep" >
<property name="tasklet"...