Skip to content
Discussion options

You must be logged in to vote

Hi @phillip-kruger
The java version that I use is : java 11.0.13 2021-10-19 LTS
Now it's running quite well for me after making the changes below:
#DomesticDeviceInfoOutMiTO: still the same
#GetAllDomesticDevicesOutMiTO: still the same
#CustomerDevices: this class I removed
#the McsClientImpl has some changes:

@ApplicationScoped
public class McsClientImpl implements McsPublicClientInterface {
private static final Logger LOG = Logger.getLogger(McsClientImpl.class);

@Override
public Map<String, GetAllDomesticDevicesOutMiTO> getAllDevices() {
LOG.info("Getting the list of all devices of all users ");
    //creating a List of mock devices in order to use it in the map
    List<DomesticDevice…

Replies: 5 comments 11 replies

Comment options

You must be logged in to vote
4 replies
@Bilel-NEJI
Comment options

@phillip-kruger
Comment options

@phillip-kruger
Comment options

@Bilel-NEJI
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by Bilel-NEJI
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
7 replies
@phillip-kruger
Comment options

@Bilel-NEJI
Comment options

@phillip-kruger
Comment options

@Bilel-NEJI
Comment options

@phillip-kruger
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants