I've made that change and now get:
com.google.inject.CreationException: Guice creation errors:
1) No implementation for
com.google.common.base.Supplier<javax.net.ssl.SSLContext> annotated with
@com.google.inject.name.Named(value=untrusted) was bound.
while locating
com.google.common.base.Supplier<javax.net.ssl.SSLContext> annotated with
@com.google.inject.name.Named(value=untrusted)
for parameter 8 at
org.jclouds.fujitsu.fgcp.http.ChangeReturnCodeTo500IfErrorJavaUrlHttpCom
mandExecutorService.<init>(ChangeReturnCodeTo500IfErrorJavaUrlHttpComman
dExecutorService.java:70)
at
org.jclouds.fujitsu.fgcp.config.FGCPRestClientModule.configure(FGCPRestC
lientModule.java:139)
2) No implementation for javax.net.ssl.HostnameVerifier annotated with
@com.google.inject.name.Named(value=untrusted) was bound.
while locating javax.net.ssl.HostnameVerifier annotated with
@com.google.inject.name.Named(value=untrusted)
for parameter 7 at
org.jclouds.fujitsu.fgcp.http.ChangeReturnCodeTo500IfErrorJavaUrlHttpCom
mandExecutorService.<init>(ChangeReturnCodeTo500IfErrorJavaUrlHttpComman
dExecutorService.java:70)
at
org.jclouds.fujitsu.fgcp.config.FGCPRestClientModule.configure(FGCPRestC
lientModule.java:139)
2 errors
at
com.google.inject.internal.Errors.throwCreationExceptionIfErrorsExist(Er
rors.java:435)
at
com.google.inject.internal.InternalInjectorCreator.initializeStatically(
InternalInjectorCreator.java:154)
...
at
org.jclouds.fujitsu.fgcp.services.ErrorResponseExpectTest.testIllegalSta
teDueToSystemReconfiguration(ErrorResponseExpectTest.java:37)
Regards,
Dies Koper
> -----Original Message-----
> From:
jclou...@googlegroups.com [mailto:
jclouds-
>
d...@googlegroups.com] On Behalf Of Koper, Dies
> Sent: Thursday, 31 January 2013 12:24 PM
> To:
jclou...@googlegroups.com
> Subject: RE: A binding to HttpCommandExecutorService was already
> configured error
>
> > taking a wild guess here as I don't have the contents of:
> >
> ChangeReturnCodeTo500IfErrorJavaUrlHttpCommandExecutorServiceModul
> e
>
> @ConfiguresHttpCommandExecutorService
> public class
> ChangeReturnCodeTo500IfErrorJavaUrlHttpCommandExecutorServiceModul