• 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

Entity Bean hangs while fetching database table column having large size

 
Ranch Hand
Posts: 37
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All

New to the EJB's.

Here is the scenario :

Entity Bean (BMT) fetches a 'postgres' database column of type 'bytea'.
If the record size is large say 20MB, it hangs in the fetch.
If the record size is small say 2MB, it works fine.

I guess this is a common scenario already faced by many.

Could I have the possible solutions.

When it hangs while fetching,
[1] is there any way of debugging the same.....
[2] is there any setting for timeout, size in bytes to be fetched...any other setting...

Please let me know if any information is missing from the scenario (using jboss container) ...

Thanks in advance.
 
swap Inam
Ranch Hand
Posts: 37
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,

Could anybody please provide any help on this......

Thanks in advance
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic