i want to do a little test from zero, so i reference the project of "cineasts", download .
i have to comments of <!-- <neo4j:repositories base-package="com"/>--> in applicationContext.xml, or else will meet this exceptioni use the same jars copy from cineasts in maven dependencies.Code:Caused by: java.io.FileNotFoundException: class path resource [org/jvnet/fastinfoset/VocabularyApplicationData.class] cannot be opened because it does not exist at org.springframework.core.io.ClassPathResource.getInputStream(ClassPathResource.java:158) at org.springframework.core.type.classreading.SimpleMetadataReader.<init>(SimpleMetadataReader.java:45)
if i commented that line, then i can start tomcat with no issue, but the template is null, could anybody know how to resolve it? thanks in advance?


Reply With Quote