hi
I want to run two independent jobs parallely.is it possible in 1.1.4 version?if not which version do i use and what is the methodology to follow...
thnku
Type: Posts; User: sbdev; Keyword(s):
hi
I want to run two independent jobs parallely.is it possible in 1.1.4 version?if not which version do i use and what is the methodology to follow...
thnku
My problem is solved..i am able to do what i wanted to thnq.....
1.i have a table with two rows...
2.used a JdbcCursorItemReader to read the two rows....
3.used a rowmapper to map.
4.a writer which writes to a file.
with the above sequence i am able to write...
hi
ya i am using JdbcCursorItemReader.When i am reading from table now...u mean i should hav different reader with diff sql statement and diff mappers to a common writer..which writes to diff...
hi
i have a reader which reads all data from table and puts in an object.Now when it comes to writing..the scenario is like....each row from the table is wriiteen to diff files...but my object is...
hi...
that is what i was trying to do but i am stuck up with the items.How do i limit them to one row in the item.there is no such property in the mapper to say to read or return a particular...
hi
let me explain u the scenario in detail...
there is table which has an 'id' coloumn which is unique.
now the data must be read and written to a file on the basis of the id.
that is each row...
hi dan,
its like read data from table and write each record to a diff file....the number of records in the table may differ any time...hope you got the scenario....
hi..
my problem is solved...the problem was with the path.Now i have a scenario of reading data from db and writing it to multiple files on the fly.The scenario may be like taking data from the file...
hi there..
thanks for ur reply....
i am reading from a database and writing to a flatfile....i have followed the trade job example given in the samples......but i am not able to write it.i have no...
hi claes....
i am also trying to write db dtaa to flat file...but i m not able to...though i am able to retrive...its not writing to the file.i have no errors too...can u plz help me put as ur doing...
i have been trying al ot to copy content from database to a flatfile.Iam able to retreive but doesn copy to a file.i have no errors too,plz help.