3 Replies Latest reply on Feb 25, 2010 11:53 AM by kukeltje

    couldn't parse jbpm.cfg.xml

      when I try this :

      jbpmConfiguration = JbpmConfiguration.parseResource("jbpm.cfg.xml");

      the file is found but it' can''t be parse :

       

      <?xml version="1.0" encoding="UTF-8"?>

       

      <jbpm-configuration>
        <import resource="jbpm.default.cfg.xml" />
        <import resource="jbpm.businesscalendar.cfg.xml" />
        <import resource="jbpm.tx.hibernate.cfg.xml" />
        <import resource="jbpm.jpdl.cfg.xml" />
        <import resource="jbpm.bpmn.cfg.xml" />
        <import resource="jbpm.identity.cfg.xml" />

       

      </jbpm-configuration>

       

      maybe be i am obliged to add a library or other elements ?

       

      thanks for your help

       

      laure