Re: [jclouds/jclouds-karaf] JCLOUDS-1191: Avoid NPE and let commands properly print the stacktraces (#85)

2016-10-31 Thread Ignasi Barrera
nacx commented on this pull request. > @@ -87,7 +87,7 @@ protected ComputeService getComputeService() throws > IOException { String apiValue = EnvHelper.getComputeApi(api); String identityValue = EnvHelper.getComputeIdentity(identity); String credentialValue = EnvHelper.get

Re: [jclouds/jclouds-karaf] JCLOUDS-1191: Avoid NPE and let commands properly print the stacktraces (#85)

2016-10-28 Thread Andrew Gaul
andrewgaul commented on this pull request. > @@ -87,7 +87,7 @@ protected ComputeService getComputeService() throws > IOException { String apiValue = EnvHelper.getComputeApi(api); String identityValue = EnvHelper.getComputeIdentity(identity); String credentialValue = EnvHelp

[jclouds/jclouds-karaf] JCLOUDS-1191: Avoid NPE and let commands properly print the stacktraces (#85)

2016-10-27 Thread Ignasi Barrera
https://issues.apache.org/jira/browse/JCLOUDS-1191 You can view, comment on, or merge this pull request online at: https://github.com/jclouds/jclouds-karaf/pull/85 -- Commit Summary -- * JCLOUDS-1191: Avoid NPE and let commands properly print the stacktraces -- File Changes -- M comma