IllegalArgumentException: Exceeded maximum blob size
843829Nov 19 2001 — edited Nov 20 2001I'm using Oracle 8.1.7 and Borland App Server 4.5.1
When my BLOB size exceeds 10000 bytes,
Borland App Server throws next Exception:
java.rmi.ServerException: ; nested exception is:
java.rmi.RemoteException: Exceeded maximum blob size: set the property "EJBCmpMaxBlobSize" to a value greater than: 10000; nested exception is:
java.lang.IllegalArgumentException: Exceeded maximum blob size: set the property "EJBCmpMaxBlobSize" to a value greater than: 10000
java.rmi.RemoteException: Exceeded maximum blob size: set the property "EJBCmpMaxBlobSize" to a value greater than: 10000; nested exception is:
java.lang.IllegalArgumentException: Exceeded maximum blob size: set the property "EJBCmpMaxBlobSize" to a value greater than: 10000
java.lang.IllegalArgumentException: Exceeded maximum blob size: set the property "EJBCmpMaxBlobSize" to a value greater than: 10000
How to solve this problem?
Thank you.