aspose file tools
The moose likes EJB and other Java EE Technologies and the fly likes Entity Bean hangs while fetching database table column having large size Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of Mongo DB Applied Patterns this week in the MongoDB forum
or a resume review from Five Year Itch in the Jobs Discussion forum!
JavaRanch » Java Forums » Java » EJB and other Java EE Technologies
Reply Bookmark "Entity Bean hangs while fetching database table column having large size" Watch "Entity Bean hangs while fetching database table column having large size" New topic
Author

Entity Bean hangs while fetching database table column having large size

swap Inam
Ranch Hand

Joined: Sep 28, 2002
Posts: 37
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

Joined: Sep 28, 2002
Posts: 37
Hi All,

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

Thanks in advance
 
I agree. Here's the link: http://jrebel.com/download
 
subject: Entity Bean hangs while fetching database table column having large size
 
Similar Threads
Database synchronization with Entity Bean
How can I set my own table row key for Trinidad's table tag?
Transactions between DAO and Entity Bean
session.clear when to use
How can I set my own table row key for Trinidad's table tag?