Didn't found the Reason of the problem! :(
So instead of "ByteArray" used plain "String" and converted byteArray to sting using Base64Encoder.encodeBytes();
Hope this will help some one!
Type: Posts; User: Karandes; Keyword(s):
Didn't found the Reason of the problem! :(
So instead of "ByteArray" used plain "String" and converted byteArray to sting using Base64Encoder.encodeBytes();
Hope this will help some one!
Hi,
I am getting an error: "Creation validation for class '[B' failed."
At the time of sending data through remoting from flex to java.
We have a Dto on flex side which contains property "public...