https://issues.apache.org/jira/browse/JCLOUDS-1156

I've shaded the offending bundle and shaded it to remove the invalid export. I 
did this by adding a `bundles` project where we can put our own bundles if we 
get into similar situations in the future.

With this fix, I've been able to properly register compute services, but there 
is an issue in the output of the commands. As you can see below, the commands 
are executed but produce no output. it actually fetches the results (each empty 
line is a result) but they are not printed. The same command run outside CLI 
shell produces a proper output.

@demobox Good to merge the exports fix? We can fix the output thing in an 
upcoming PR.
@ccustine @iocanel Could you give us some hint on what could be going on with 
the output of the commands?

```bash
jclouds> jclouds:compute-service-create --provider profitbricks --identity **** 
--credential **** --name pb
Waiting for compute service with name: pb.
jclouds> jclouds:compute-service-list
Compute APIs:
-------------
[id]                     [type]       [service]   
ec2                      compute      [ ]         
stub                     compute      [ ]         


Compute Providers:
------------------
[id]                     [type]       [service]   
aws-ec2                  compute      [ ]         
profitbricks             compute      [ pb ]
jclouds> jclouds:location-list --provider profitbricks --name pb
[id] [scope] [description] [parent]
                                   
                                   
                                   
                                   
                                   
                                   

$ ./jclouds location list --provider profitbricks --identity **** --credential 
****
[id]         [scope]  [description]                    [parent]    
us/las       ZONE     us/las                           us          
us           REGION   us                               profitbricks
de           REGION   de                               profitbricks
de/fra       ZONE     de/fra                           de          
de/fkb       ZONE     de/fkb                           de          
profitbricks PROVIDER https://api.profitbricks.com/1.3             
us/lasdev    ZONE     us/lasdev                        us
```
You can view, comment on, or merge this pull request online at:

  https://github.com/jclouds/jclouds-karaf/pull/77

-- Commit Summary --

  * JCLOUDS-1156: Shade the jsch-agentproxy-jsch bundle

-- File Changes --

    A bundles/jsch-agentproxy-jsch/pom.xml (93)
    A bundles/pom.xml (36)
    M feature/src/main/resources/feature.xml (2)
    M pom.xml (1)

-- Patch Links --

https://github.com/jclouds/jclouds-karaf/pull/77.patch
https://github.com/jclouds/jclouds-karaf/pull/77.diff

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-karaf/pull/77

Reply via email to