-
-
Notifications
You must be signed in to change notification settings - Fork 403
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
improve exception handling during calls
* bugfix: ChargePointServiceJsonInvoker should call failed(..) instead of defaultCallback().failed(..) because failed(..) iterates over all registered callbacks, whereas defaultCallback only the default one. this was letting other callbacks hang. * ChargePointServiceSoapInvoker should not throw Exception if one mismatched "station X operation" combination is not fitting. instead, we create the dedicated failure msg and trigger the callbacks for this combination and continue with other stations.
- Loading branch information
Showing
3 changed files
with
20 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters