>  
>  public abstract class BaseProfitBricksRequestBinder<T> implements MapBinder {
>  
> +   protected final String endpointPath = "/rest/v2";

Yes, I'm trying to run the binder test. `UpdateImageRequestBinderTest.java`. To 
achieve this, I have 

`Injector injector = Guice.createInjector(new GsonModule(), new 
LocationModule());`. 

However I still get an error:
 ```20) No implementation for java.lang.Long annotated with 
@com.google.inject.name.Named(value=jclouds.session-interval) was bound.
  at 
org.jclouds.location.config.LocationModule.zoneIdsSupplier(LocationModule.java:128)```

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/245/files#r55841900

Reply via email to