java.lang.IllegalArgumentException: backend type:
org.jclouds.rest.ApiContext<org.jclouds.ec2.EC2Api> not assignable from
org.jclouds.rest.ApiContext<org.jclouds.aws.ec2.AWSEC2Api>
at
com.google.common.base.Preconditions.checkArgument(Preconditions.java:120)
at org.jclouds.internal.BaseView.unwrap(BaseView.java:54)
at org.jclouds.internal.BaseView.unwrapApi(BaseView.java:77)
at
org.jclouds.aws.ec2.compute.AWSEC2ComputeServiceLiveTest.testExtendedOptionsAndLogin(AWSEC2ComputeServiceLiveTest.java:81)
And others with that same exception - any ideas?
A.