Posted By:
Pablo_Suarez
Posted On:
Monday, August 26, 2002 06:35 AM
We have sending as parameter to an EJB a
Properties with a very big StringBuffer .
And there is a serialization error.
If we reduce the StringBuffer size there is no
problem. Does exist a maximum size for a parameter for IIOP
or EJB standar restrictions? How can we pass this StringBuffer?
Have we to pass the Properties in two times?
thanks