I get the same error even if I run the unit test through eclipse. I have 8 test cases for 8 different jobs. When I run them in one go, 5 of them are successfull and rest of them fail. If I run failed...
Type: Posts; User: amique; Keyword(s):
I get the same error even if I run the unit test through eclipse. I have 8 test cases for 8 different jobs. When I run them in one go, 5 of them are successfull and rest of them fail. If I run failed...
Hi All
Unit test of my Spring Batch based application are failing due to following error. Can anyone please help me out
Caused by: org.springframework.beans.factory.BeanCreationException:...
Hi All
I am using Spring JMS for oracle AQ. How can I specifiy Dequeue options?
I want to specifiy consumer name and dequeue_mode options.
Please help.
thanks
Can anyone please help me on this.
Thanks
Hi mates
I have two applications say A and B both are connected to same DB using differenct users i.e. UserA and UserB. The A application is enqueuing messages in AQ such as AQ_QTAB.ENQ_UI =...
the commit interval is 100
Hi All
I am using Spring Batch Admin 1.2.1 in Tomcat 7. I am trying to read 663 MB file and getting following error. I have also increased the heap size of Tomcat but of no vain. The job is...
I am also using the same configurations. How I can stop Batch Admin application from droping/recreating all of my table?
I have already Mapped it to persistant store(Orcale). I run my job, it stores that data in orcale. The data is persistant if I shutdown my server(Tomcat) but when I start it again, my application...
Hi mates
I am using Spring Batch Admin 1.2.1. Whenever I restart my server, it clear the database. How can I stop this database initializtion
Please help
Thanks
Any idea guys ?
Thanks Tiger.Spring for reply.
In reader, the org.springframework.batch.item.file.FlatFileParseException is causing the skip of first record. It is a header record which has shorter lenght...
I have a job that reads a flat file of 11 records. I skip 1 item in reader and 4 in writers. I have one Skiplistener with SkipInRead() and SkipInWrite() method which simple logs the skip message in...
Any idea guys
I have a job that reads a flat file of 11 records. I skip 1 item in reader and 4 in writers. I have one Skiplistener with SkipInRead() and SkipInWrite() method which simple logs the skip message in...
Hi
I am also facing the same problem. Did you find any way to define subscriber name ?
I have created a basic Spring applicatin to read from Oracle AQ. I am experiencing following issues. Kindly help me on this
1)- Messages placed on the queue (by PL/SQL code) prior to starting...
Hi Dave
I am facing the same issue, I have tried above stated configuration but of no gain. It gives me error on the properties defined in side the spring batch admin jar file. Am I missing some...
Johan how did you solved this problem ?
This might be the reason. I am using apace DBCP and load context in each of unit test class. what is the reason I am not sure. Can you please guide me to find out the cause?
I am using...
Hi mates
If I run all(31) the unit test together, I get following connection error in 2 - 3 unit tests, however if I run those tests indvidually, the run successfully. Can you please guide me on...