> +import javax.xml.bind.JAXBContext;
> +import javax.xml.bind.Unmarshaller;
> +import javax.xml.soap.MessageFactory;
> +import javax.xml.soap.SOAPException;
> +import javax.xml.soap.SOAPMessage;
> +
> +import org.jclouds.xml.internal.JAXBParser;
> +
> +/**
> + * Custom parser for SOAP.
> + */
> +@Singleton
> +public class SOAPParser extends JAXBParser {
> +
> +   @Inject
> +   public SOAPParser(String prettyPrint) {

Is this really injected? Seems to imply there's a String bound without any 
qualifier. If this isn't injected, remove the Inject annotation

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

Reply via email to