Error found on line: '
xsi:schemaLocation="http://www.coldspringframework.org/schema/util
http://www.coldspringframework.org/schema/coldspring-util-2.0.xsd ">'.
cvc-elt.1: Cannot find the declaration of element 'beans'.
This is my XML config file:
<beans xmlns="http://www.coldspringframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.coldspringframework.org/schema/util
http://www.coldspringframework.org/schema/coldspring-util-2.0.xsd ">
<bean id="okValidator" class="ok.Validator" />
</beans>
Has anyone run into this issue? I'm on ColdFusion 9.0.1.
Thanks,
--Nathan
<beans xmlns="http://www.coldspringframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.coldspringframework.org/schema/beans http://coldspringframework.org/schema/coldspring-beans-2.0.xsd"
default-autowire="byName"
>
--
You received this message because you are subscribed to the Google Groups "ColdSpring-Users" group.
To post to this group, send email to coldspri...@googlegroups.com.
To unsubscribe from this group, send email to coldspring-use...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/coldspring-users?hl=en.
Thanks,
--Nathan