I have the same problem with Jboss queue when I set lookup-on-startup to false Jboss check the queue object instance of and fail when it is not a JbossDestination type.
the class responsible...
Type: Posts; User: h; Keyword(s):
I have the same problem with Jboss queue when I set lookup-on-startup to false Jboss check the queue object instance of and fail when it is not a JbossDestination type.
the class responsible...
how can i specify the no-rollback-exception-classes in a Tasklet (not a chunk oriented step), just a simple tasklet. My class, implementing tasklet interface, throws exceptions. I tried to do it with...
there are only 262 items to process, (I have 262 "country" on the COUNTRY table), when the exception is thrown, I have proceeded only 2 or 3 items, but SpringBAtch mark 2001 item skipped.
note that this exception is randomly reproducible.
because sometimes I have this trace after proceeding the second or third item, and the step fails:
(read_skip_count column in BATC_STEP_EXECUTION...
16218 [ main] ERROR - 2009-06-03 17:17:45,179 - AbstractStep.execute(213) | Encountered an error executing the step: class...
this is an example:
<batch:job id="test" job-repository="jobRepository">
<batch:step id="stepTest">
<batch:tasklet transaction-manager="transactionManager">
<batch:chunk...
i have a multithreaded step using SimpleAsyncTaskExecutor, when commit count >1 the skiplimit mecanism dont work, and the step fails when any exception occurs
skiplimit mecanism works when using...
with springbatch 1.1.3, how can i skip reading the last line, the footer of my file, and avoid the FlatFileParseException ?
There is no skip and no failure with my item.
I have the same problem in an other similar step of the job, the difference with the first step is the itemwriter, I’m using a faltfilewriter, and...
hi,
i have a step with a JpaPagingItemReader and an ItemWriterAdapter calling a method in a service bean, i read an object using hibernate as my jpa provider, when i try to fetch lazy collection...
and this is my StagingItemReader:
/**
* Thread-safe database {@link ItemReader} implementing the process indicator
* pattern.
*/
thank you for your response, but in my case the chunk is never reprocess.
i removed the retry step from my job and i run the test, i have the same problem in an other step.
so now i have 3...
i'm using an ItemWriterAdapter, but the methodname is correct, because the same itemwriter is used in the second step, and the exception is thrown by this method (loock on the log:...
in the first time, i have 100 items, 10 transactions (i commit every 10 item proceed), 2 of this transaction are rollbacked, with 20 items, but i have only 2 bad items, and 18 of this 20 items are...
hi, i'm using SpringBatch 1.1
i have a job with 20 steps (my problem is limited to the first 3 steps) , the first one parse a flat file, and put lines in a Staging Table, the second step read from...
I am sorry,
maybe I was not clear, So, my question is: how to configure two filters acegi to work together on the same application with different configurations.
And thank you.
Hi,
I’m working on an application whitch need 2 different acegy authentication modules, so I want to integrate in my application, build with spring framework, 2 acegy filter with different config...
sorry i cant understend you. can you explain?[/code]
oh no, the wsdl file is generated dynamiquely.
yes!
<typeMapping
xmlns:ns="http://www.tunisiana.com/faults"
qname="ns:searchFault"
type="java:bscs.cms.service.SearchException"
...
i user spring 1.1.5.
i have a web service deployed with axis under Tomcat. i have 3 type of exception witch i define to server and client. so when the server throw any type of my exception, in...
i'm working with spring-web-flow-pr3, spting-1.2.
i have a controller with 2 validators, my controller extends FormAction, the problem is: FormAction dont support multiple validators!
whtch kind...
thnx.
i use:
j2sdk1.4.2_05
Spring 1.1.5.
so i don't know the version of my WebFlow. because i download it from the repository and i compile it on Mars 2005.
how can i get my attribute from the Flow scope in my jsp??
i have this code in my FormAction:
public Event searchAccounts(RequestContext context) throws Exception {
Account account = (Account)...