Hello!
We're using jackson in our project and we need to use jackson 2.9.6, but smartfox already uses jackson version 2.8.2 and it conflicts with the version we need. By conflicts I mean, that version 2.8.2 is used.
I have replaced jackson-core-2.8.2.jar, jackson-databind-2.8.2.jar and jackson ...
Search found 4 matches
- 05 Sep 2018, 11:21
- Forum: SFS2X Questions
- Topic: Please, update jackson to a newer version
- Replies: 1
- Views: 3724
- 13 Jul 2018, 08:09
- Forum: SFS2X Java / Android API
- Topic: How to send SFSObject to loginError event?
- Replies: 6
- Views: 29080
Re: How to send SFSObject to loginError event?
.You can send a custom error message with the details of the problem
No, you actually can not. At least if you're using Java Client API. The List, containing error messages is fixed in size and trying to get a message for non standard error code produces NPE.
- 06 Jul 2018, 14:16
- Forum: SFS2X Java / Android API
- Topic: How to send SFSObject to loginError event?
- Replies: 6
- Views: 29080
Re: How to send SFSObject to loginError event?
if users can't login you should find the details in the server side logs.
Well, I have to let client know why user can't login. Suppose some users are only permitted to login at night and some only at daytime.
Unfortunately it's not possible to send custom objects as errors, because the error ...
Well, I have to let client know why user can't login. Suppose some users are only permitted to login at night and some only at daytime.
Unfortunately it's not possible to send custom objects as errors, because the error ...
- 06 Jul 2018, 13:08
- Forum: SFS2X Java / Android API
- Topic: How to send SFSObject to loginError event?
- Replies: 6
- Views: 29080
How to send SFSObject to loginError event?
I have some unusual cases in which user can't login.
More specifically I have to send a lot of data to the client to describe actions to be taken to login.
What I would like to do is to somehow send SFSObject as an argument to loginError event.
I want to write something like that on server side ...
More specifically I have to send a lot of data to the client to describe actions to be taken to login.
What I would like to do is to somehow send SFSObject as an argument to loginError event.
I want to write something like that on server side ...