
|
If you were logged in you would be able to see more operations.
|
|
The webclient currently "handles" a lot of exceptions by simply catching them and calling e.printStackTrace(). These exceptions should be properly handled. The poor handling of exceptions results in NPE's in SelectQueryFormController specifically, where result.getBindingNames() is called even when an exception is thrown and 'result' is null.
|
|
|
There are no comments yet on this issue.
|
| |
|
|