Hi,

I'm running STS SpringSource Tool Suite and after importing the OAuth project into the workspace I'm having the following error related to the XSD.

Cannot resolve the name 'beans:identifiedType' to a(n) 'type definition' component. spring-security-oauth2-1.0.xsd

Does anyone know how to fix this issue? The error is being marked at the line 303.

------Something before...
<xs:complexType>
<xs:complexContent>
<xs:extension base="beans:identifiedType">

<xs:attribute name="resource-id" type="xs:string">
<xs:annotation>
<xs:documentation>
The resource id that is protected by this filter
if any. If empty or
absent then all resource ids
are allowed,
------ Continues.....

Thanks...