With JSR-352 now in 1.0 draft status, I was hoping someone could comment on Spring Batch's intentions to support that emerging standard. Obviously, Spring has representation on the expert group, but...
Type: Posts; User: jgrieb; Keyword(s):
With JSR-352 now in 1.0 draft status, I was hoping someone could comment on Spring Batch's intentions to support that emerging standard. Obviously, Spring has representation on the expert group, but...
I'm trying to create a stateful Hessian service. To accomplish this I was hoping to use the session scoping that Spring provides, but I'm falling short somewhere. The server is running well, I'm...
I am working on building an input form similar to the booking example in the reference project, however instead of the Date widget I am trying to use the Time widget. I believe I have my widget...
I'm looking for a way to access my stored procedure ouput parameters while in a RowMapper / ResultSetExtractor / etc. I know I can get the objects once the call to execute() finishes, but I'm looking...
Thanks for your help Ande.
There was even a convenient method to verify the null view......
Sorry to dig up the old thread, but I'm using Keith's suggestion of not specifying view attribute in a view-state. The application is working fine, however I'm not able to successfully test the whole...
Yes, I did not realize that Websphere has parent-first and parent-last loading for the EAR and the WAR. You have to set it in both.
I just wanted to reply to the end of this thread stating that using the interface for the DAO is what fixes the problem, Andreas was right. I must have missed the explanation in the reference...
Hi all,
I'm running into an issue with the a RowMapper callback not being invoked on a SqlOutParameter. I'm using DB2, so I've also got a SqlReturnResultSet in the mix as well. The row mapper on...
I'm running into a configuration issue with the Echo client and I'm hoping I can get some help. I am running on Websphere 6.0.2 and Java 1.4.2. I (hopefully) updated Xerces and Xalan by using parent...
Hi,
I'm very new to Spring and have been trying to pick up the good habit of programmatically unit testing all my code and I've run into a road block. I can't figure out how to stub or mock...