Artem Bilan
Artem Bilan
The `spring-integration-smb` has made it into the core project: https://github.com/spring-projects/spring-integration/commit/7ad71d38d92a58d92690e3745a18ff5c4150bc3a Big thanks to @GregBragg !
I wonder if your issue is similar to this one: https://github.com/spring-projects/spring-integration-extensions/issues/250...
No, there isn't yet. However the Java and Annotations configuration samples are on our road. Do you need the solution for you instantly or just ask general question?
Here you are: https://gist.github.com/artembilan/8d7d4cf6959c71be2cc9 Let us know, if this is enough for you
Related SO question: https://stackoverflow.com/questions/44169158/spring-integration-mqtt-over-udp-or-mqtt-sn Looks like there is no Java client implementation for the MQTT-SN and unfortunately we don't have dedicated resources in our team to implement our own one...
Your changes works for me. Share, please, the StackTrace
Looks like you changed something else, e.g. in the `EmployeeSearchService`
Do you mean this: ``` java Employee expl=(Employee)inMessage.getPayload(); employeeList.getEmployee().add(expl); ``` ? What is your point? Just to check that we can transfer request object to response? Although I don't see...
Strange: it works for me again: > 09:50:11.714 INFO [main][org.springframework.integration.samples.rest.RestHttpClientTest] Return Status :[0] > 09:50:11.715 INFO [main][org.springframework.integration.samples.rest.RestHttpClientTest] Return Status Message :[Success] > 09:50:11.735 INFO [main][org.springframework.integration.samples.rest.RestHttpClientTest] {"employee":[{"employeeId":1,"fname":"ali","lname":"azizkhani"},{"employeeId":1,"fname":"John","lname":"Doe"},{"employeeId":2,"fname":"Jane","lname":"Doe"}],"returnStatus":"0","returnStatusMsg":"Success"} Or you are using...
Well, does it say that you haven't shown entire changes to the sample? Can you do it now?