You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tuscany.apache.org by Ramkumar R <ra...@gmail.com> on 2009/10/01 08:27:12 UTC

Re: [2.x] failure in itest/implementation.spring

Hi Simon,

It was because of me, I have committed a fix for this issue at revision
820545.

On Wed, Sep 30, 2009 at 10:59 PM, Simon Laws <si...@googlemail.com>wrote:

> I'm seeing...
>
> Caused by: java.io.FileNotFoundException: class path resource
> [context/multiple/META-INF/spring/SpringHelloWorld-context.xml] cannot
> be opened because it does not exist
>        at
> org.springframework.core.io.ClassPathResource.getInputStream(ClassPathResource.java:142)
>        at
> org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:336)
>        ... 68 more
>
> in
>
> context.multiple.MultipleContextTestCase
>
> I know there have been changes here recently. Any ideas?
>
> Simon
>



-- 
Thanks & Regards,
Ramkumar Ramalingam

Re: [2.x] failure in itest/implementation.spring

Posted by Simon Laws <si...@googlemail.com>.
Thanks Ram

Simon