Hello, i'm trying to use the connector on anypoint 7.1 but i got this error:
Caused by: org.mule.runtime.api.exception.MuleRuntimeException: Error loading: spring-config-test.xml, The prefix "spring-cloud-config" for element "spring-cloud-config:config" is not bound.
Caused by: org.xml.sax.SAXParseException: The prefix "spring-cloud-config" for element "spring-cloud-config:config" is not bound.
Also i don't see it on global elements and if added in the xml like so:
<spring-cloud-config:config name="Spring_Cloud_Config" applicationName="vuce-mule-esb" profiles="default" label="" configServerBaseUrl="http://localhost:8888/"/>
It is shown with the tag "Unknown" on global elements tab.
Am i doing something wrong or is just lack of support for anypoint 7.
Hello, i'm trying to use the connector on anypoint 7.1 but i got this error:
Added in pom.xml:
`
Also i don't see it on global elements and if added in the xml like so:
<spring-cloud-config:config name="Spring_Cloud_Config" applicationName="vuce-mule-esb" profiles="default" label="" configServerBaseUrl="http://localhost:8888/"/>
It is shown with the tag "Unknown" on global elements tab.
Am i doing something wrong or is just lack of support for anypoint 7.
Reggards.