Page 1 of 1

Error messages don't expand

Posted: 15 Apr 2011, 22:13
by Democre
It appears that the error messages received from the server have an issue.

SFS2X-RC2a
java client b3

I tried on the server:

Code: Select all

SFSErrorData error = new SFSErrorData( SFSErrorCode.GENERIC_ERROR );
error.addParameter( "GENERIC ERROR" );
throw new SFSLoginException( "Generic error thrown", error );

In the client I get "{0}" as the error message. It appears as if it doesn't get expanded correctly.

-Andy

Posted: 18 Apr 2011, 07:56
by ThomasLund
Yep - known issue that will be fixed in the next release.

Thanks for reporting though!!

/Thomas

Posted: 18 Apr 2011, 16:47
by Democre
I thought I had seen it reported, but couldn't find it through a search.
Any ETA on the next release?
Also, does this issue affect all clients, or just the Java client?

Posted: 18 Apr 2011, 18:00
by ThomasLund
Its a java client only bugger from what I can see.

ETA - got a planning/prioritization chat with Marco this week. Will know more then!

/Thomas

Posted: 27 Apr 2011, 08:10
by ThomasLund
Fixed in SVN now.

/Thomas