i am using spring+hibernate and i m getting error when i upload doc file using rich:upload
component, doc is uploaded sucessfully but when i click ok it gives following error. The field is byte[]
doc;
org.springframework.dao.InvalidDataAccessResourceUsageException
: could not insert: [com.eTender.model.UploadDoc
]; nested exception isorg.hibernate.exception.DataException
: could not insert: [com.eTender.model.UploadDoc
]