ERROR [edu.internet2.middleware.shibboleth.common.config.BaseService] Configuration was not loaded for shibboleth.AttributeResolver service, error creating components org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'saml2Transient': 1 constructor arguments specified but no matching constructor found in bean 'saml2Transient' (hint: specify index and/or type arguments for simple parameters to avoid type ambiguities)
If attribute-resolver.xml contains a transient PrincipalConnector
<resolver:PrincipalConnector xsi:type="Transient"
xmlns="urn:mace:shibboleth:2.0:resolver:pc" id="saml2Transient"
nameIDFormat="urn:oasis:names:tc:SAML:2.0:nameid-format:transient" />
the configuration fails to load with
ERROR [edu.internet2.middleware.shibboleth.common.config.BaseService]
Configuration was not loaded for shibboleth.AttributeResolver
service, error creating components
org.springframework.beans.factory.BeanCreationException: Error creating
bean with name 'saml2Transient': 1 constructor arguments specified
but no matching constructor found in bean 'saml2Transient' (hint:
specify index and/or type arguments for simple parameters to avoid
type ambiguities)