Hi all, from today on I received namespace issues when eclipse checked my application-context.xml:
Code:
<?xml version="1.0" encoding="utf-8"?>
<objects xmlns="http://www.springactionscript.org/schema/objects"
		 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
		 xmlns:context="http://www.springactionscript.org/schema/context"
		 xsi:schemaLocation="http://www.springactionscript.org/schema/objects http://www.springactionscript.org/schema/objects/spring-actionscript-objects-1.0.xsd
		http://www.springactionscript.org/schema/context http://www.springactionscript.org/schema/context/spring-actionscript-context-1.0.xsd">

	<context:metadata-config/>
	<context:component-scan/>	
</objects>
The errors:
Code:
cvc-complex-type.2.4.c: The matching wildcard is strict, but no declaration can be found for element 'context:metadata-config'.
cvc-complex-type.2.4.c: The matching wildcard is strict, but no declaration can be found for element 'context:component-scan'.
Any ideas?