• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

File not found exception

 
Greenhorn
Posts: 28
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I am uploading a 3GB of file through hibernate into DB.The flow of my functionality is,

1)Read the file character by character and add into a collection object.

2)I am checking size of collection object if it is 100 than this collection object i am pushing into DB using Hibernate.

3)when i come back to reading the file ,I am getting file not found exception.

The following is code for reading and pushing to DB:



Please look into this and let me know how to suspand and resume the file reading back.

Regards,

Chandra Prakash

JCE: please use code tags
reply
    Bookmark Topic Watch Topic
  • New Topic