I found a project on the internet and I impoted it to eclipse.
but I had a problem in the beans-config.xml
Multiple annotations found at this line:
- cvc-elt.1: Cannot find the declaration of element 'beans'.
- schema_reference.4: Failed to read schema document 'http://ift.tt/QEDs1e', because 1) could not find the document; 2) the document could not be read; 3)
the root element of the document is not <xsd:schema>.
and this is the xml file content :
<beans xmlns="http://ift.tt/GArMu6"
xmlns:context="http://ift.tt/GArMu7"
xmlns:xsi="http://ift.tt/ra1lAU" xmlns:mvc="http://ift.tt/1bHqwjR"
xsi:schemaLocation="
http://ift.tt/GArMu6
http://ift.tt/QEDs1e
http://ift.tt/GArMu7
http://ift.tt/QEDs1k
http://ift.tt/1bHqwjR
http://ift.tt/1bVJL9q">
<bean id="loginController" class="com.bharat.dms.web.LoginController" />
<bean id="documentService" class="com.bharat.dms.service.DocumentService"/>
<bean id="documentDao" class="com.bharat.dms.dao.DocumentDaoImpl"/>
</beans>
The project is based on Spring4, JSF+Primefaces and Java7 NIO2 API.
And this is the project's page :
Aucun commentaire:
Enregistrer un commentaire