Hy guys, I'm trying to run simple program that prints a message on the screen but after i made the beans.xml file I get an error like this :
Exception in thread "main"
org.springframework.beans.factory.BeanDefinitionStoreException: IOException parsing XML document from file [/media/workspace/aaaaa/probaa/beans.xml]; nested exception is java.io.FileNotFoundException: beans.xml (No such file or directory)
My beans.xml file looks something like this :
<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://ift.tt/GArMu6"
xmlns:xsi="http://ift.tt/ra1lAU"
xsi:schemaLocation="http://ift.tt/GArMu6 http://ift.tt/1jdM0fG">
<bean id="person" class="test.probaa.Person">
</bean>
</beans>
I google it but it's eating my nerves because at the first look nothing seems wrong. Can anyone help me ? Thanks in advance
No comments:
Post a Comment