You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@tuscany.apache.org by Abraham Washington <ab...@yahoo.com> on 2008/08/09 23:09:49 UTC

sca namespace in spring


hi all...when running with the spring implementation, i'm running into the following error:
 
Configuration problem: Unable to locate NamespaceHandler for namespace [http://www.springframework.org/schema/sca]
 
going out to the spring website http://www.springframework.org/schema/ i don't see the sca directory.  here's the beginning definition for my app's context:
 <
http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd
http://www.springframework.org/schema/sca http://www.springframework.org/schema/sca/spring-sca.xsd"
 
ideas? thx abebeans xmlns="http://www.springframework.org/schema/beans"xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"xmlns:sca="http://www.springframework.org/schema/sca"xsi:schemaLocation=">


      

Re: sca namespace in spring

Posted by Luciano Resende <lu...@gmail.com>.
What is the environment you are running the application and
experiencing the validation error ?

On Sat, Aug 9, 2008 at 2:09 PM, Abraham Washington <ab...@yahoo.com> wrote:
>
> hi all...when running with the spring implementation, i'm running into the
> following error:
>
>
> Configuration problem: Unable to locate NamespaceHandler for namespace
> [http://www.springframework.org/schema/sca]
>
>
>
> going out to the spring website http://www.springframework.org/schema/ i
> don't see the sca directory.  here's the beginning definition for my app's
> context:
>
>
>
> <
>
> beans xmlns="http://www.springframework.org/schema/beans"
>
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
>
> xmlns:sca="http://www.springframework.org/schema/sca"
>
> xsi:schemaLocation="
>
> http://www.springframework.org/schema/beans
> http://www.springframework.org/schema/beans/spring-beans.xsd
>
> http://www.springframework.org/schema/sca
> http://www.springframework.org/schema/sca/spring-sca.xsd"
>
>>
>
>
>
> ideas? thx abe
>



-- 
Luciano Resende
Apache Tuscany Committer
http://people.apache.org/~lresende
http://lresende.blogspot.com/