0 Replies Latest reply on Jul 24, 2004 6:12 PM by mike99079851

    help, question aobut jena ontModel in jsp

    mike99079851

      hi

      I try to use Jena to create a ontogy model in JSP
      *******************************************
      OntModel m = ModelFactory.createOntologyModel();
      ********************************************


      when I run the JSP under JBOSS I get the following error
      http://www.csd.abdn.ac.uk/~xchen/error.htm


      *But the below code is ok*
      *********************************************
      Model model = ModelFactory.createDefaultModel() ;
      **********************************************

      who can tell me the reason.