Results 1 to 3 of 3

Thread: Transfer project "cineasts" from Maven to common Dynamic web project issue

  1. #1
    Join Date
    Jun 2012
    Posts
    13

    Question Transfer project "cineasts" from Maven to common Dynamic web project issue

    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 exception
    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)
    i use the same jars copy from cineasts in maven dependencies.

    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?

  2. #2
    Join Date
    Jun 2012
    Posts
    13

    Default

    when i removed jar "jaxb-impl-2.1.3.jar" and "sitemesh-2.4.2.jar" can start tomcat success.

  3. #3
    Join Date
    Jan 2011
    Location
    Dresden, Germany
    Posts
    525

    Default

    So it is a jar conflict between dynamic web and the things cineasts uses? Or rather a classpath issue?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •