GitHub user buggtb opened a pull request:
https://github.com/apache/oodt/pull/34
Fix a useless error message with something more useful
Currently if the ingestion fails with no product type you get the message
"null" because the server throws an npe and the client gets nothing in return.
I've prevented the NPE and returned some more useful information
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/apache/oodt OODT-755
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/oodt/pull/34.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #34
----
commit c0e9e7e041c8d5d89a44da228b75dc4f14b860a5
Author: Chris Mattmann <[email protected]>
Date: 2015-09-04T19:46:49Z
[maven-release-plugin] copy for tag 0.10-rc2
git-svn-id: https://svn.apache.org/repos/asf/oodt/tags/0.10-rc2@1701320
13f79535-47bb-0310-9956-ffa450edef68
commit 988e58dbc94a679f24aced5d2b72fa6e161aa492
Author: Chris Mattmann <[email protected]>
Date: 2015-09-13T19:40:39Z
Release Apache OODT 0.10 from RC2.
git-svn-id: https://svn.apache.org/repos/asf/oodt/tags/0.10@1702809
13f79535-47bb-0310-9956-ffa450edef68
commit 3ecdfb90aaaf39c86349ec7e301ab3164c203d1e
Author: Tom Barber <[email protected]>
Date: 2015-10-15T16:14:45Z
OODT-775 fix error message
commit c8804a9b15186704ed891e006b7b1155eb6f1904
Author: Tom Barber <[email protected]>
Date: 2015-10-15T16:27:29Z
OODT-755 fix exception
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---