3 Replies Latest reply on Jan 15, 2010 12:35 PM by ivan.indrawan

    Seam & Jena integration

      Hi everyone,


      I'm currently working on a project and need to be able to interface with the jena libraries. At the moment I'm working in eclipse and am having some issues with the build. The errors I'm getting at the moment are


      compile:
          [javac] Compiling 6 source files to /home/testbase/surv/jboss-seam-2.2.0.GA/examples2/todo/exploded-archives/jboss-seam-testwf.jar
          [javac] /home/testbase/surv/jboss-seam-2.2.0.GA/examples2/todo/src/server/SerializableModel.java:7: package com.hp.hpl.jena.rdf.model does not exist
          [javac] import com.hp.hpl.jena.rdf.model.Model;
          [javac]                                 ^
          [javac] /home/testbase/surv/jboss-seam-2.2.0.GA/examples2/todo/src/server/SerializableModel.java:19: cannot find symbol
          [javac] symbol  : class Model
          [javac] location: class server.SerializableModel
          [javac]      public SerializableModel(Model model){
          [javac]                               ^
          [javac] /home/testbase/surv/jboss-seam-2.2.0.GA/examples2/todo/src/server/SerializableModel.java:25: cannot find symbol
          [javac] symbol  : class Model
          [javac] location: class server.SerializableModel
          [javac]      public void importModel(Model model){
          [javac]      
                              ^
      



      What would the easiest way for me to include these libraries be within my project, do I need to change the build file or is there a simpler way?


      Many thanks,
      Steven