Well, I got things to work with the shade plugin. Unless there is a strong push against using it, I'd prefer to keep it as is.
Also, the reason I was seeing the failures against transient and filesystem blobstores was that I was trying to do signed puts. I changed that to do simple puts and it worked just fine. Some more polishing of the code and I'll send this out for review. -Shri On Tue, Dec 17, 2013 at 5:58 AM, Andrew Phillips <[email protected]> wrote: >> But I'm seeing some problems when running against the "transient" and >> "filesystem" providers. >> >> For the "transient" blobstore, I see the following: >> "Cannot retry after server error, command has exceeded retry limit 5:..." >> >> For the "filesystem" blobstore, I get an error saying that it can't >> find the container even if I see the directory on the filesystem > > > It's true that the shade plugin offers more options for überjars, but for > the one particular piece of functionality we need (merging the > META-INF/services files), the assembly plugin seems to have a handler that > does the job well enough. > > At least, we haven't seen any problems with the überjars for > jclouds-examples so far. > > Thanks for investigating. Curious to know what's going on, but would be > surprised if this is related to the META-INF/services merging. > > ap
