we are facing issue with c3p0 connection pool. The object persist fine if save without blob data, add blob to the object then session save method fails. even it is not coming exception handler and it is directly going to finally block Where session.flush throws assertion exception as the the new id is not assigned to object.we are facing issue with c3p0 connection pool.