| 
					
						 Hi,
 
 I'm having some problems with hibernate storing some large objects as blob objects into the database.  I'm not sure how hibernate manages it's cache, but I'm getting a java.lang.outofmemory error when I try to store a CachedRowSet as a blob.  I'm certain this is a hibernate problem since the problem ceases to exist when I remove the xdoclet property for the object.  I'm trying to store entire tables as CachedRowSets into a PostgreSQL database that usually are around 10MB in size.  Has anyone encountered this issue before?
 
 Would there be something I could do with the JCS caching mechanism to prevent these large objects to be cached?
 
 Thanks,
 Dean 
					
  
						
					 |