ActiveAgeingHKR / JavaFXunit

This is the repository for Java FX application by Unit team. It contains the source code for Java FX application which will be used by manager/admin of "Care taking agency" to monitor company's employees and customers.
0 stars 0 forks source link

Company Data Unretrievable #1

Closed chellerific closed 7 years ago

chellerific commented 7 years ago

Company data from the main server cannot be retrieved due to a 401 (Unauthorized) error. This makes the entire visitor card transaction impossible to complete. The error leads me to the VisitorController class, as the Json cannot be created because of this.

ghost commented 7 years ago

Made commit, which should fix this problem. Whole visitor transaction should work now. Can't test didn't had time to fully fix mainServer.

chellerific commented 7 years ago

The problem hasn't been fixed as there are issues regarding SSL connection in the tables related with Visitors.

ghost commented 7 years ago

Company data is now retrievable.