[jboss-user] [JBoss jBPM] - problem of deployment

2007-03-01 Thread abdenourh
I have a problem when I try to deploy my process "processdefinition.xml" when I execute this code public static void main(String[] args){ jbpmConfiguration = JbpmConfiguration.parseResource("jbpm.cfg.xml"); ProcessDefinition P = ProcessDefinition.par

[jboss-user] [JBoss jBPM] - Re: deployment problem

2007-02-25 Thread abdenourh
Sorry I mean when I try to parse "jbpm.cfg.xml" I have the same error :11:15,684 [main] ERROR JpdlXmlReader : couldn't parse process definition org.dom4j.DocumentException: null Nested exception: null at org.dom4j.io.SAXReader.read(SAXReader.java:484) at org.jbpm.jpdl.xml.JpdlPar

[jboss-user] [JBoss jBPM] - Re: deployment problem

2007-02-25 Thread abdenourh
I already tried to parse "hibernate.cfg.xml" and I have en error whhich says Exception in thread "main" org.jbpm.util.XmlException: couldn't parse xml at org.jbpm.util.XmlUtil.parseXmlInputStream(XmlUtil.java:68) at org.jbpm.configuration.ObjectFactoryParser.parseElementsStream(O

[jboss-user] [JBoss jBPM] - deployment problem

2007-02-20 Thread abdenourh
If some one can help me, I have a problem when I try to deploy my process using this code public static void main(String[] args){ jbpmConfiguration = JbpmConfiguration.parseResource("hibernate.cfg"); ProcessDefinition P = ProcessDefinition.par

[jboss-user] [JBoss jBPM] - pb in deploying th same process name

2007-02-13 Thread abdenourh
I have a problem when I try to deploy an other time my process called "handSetWorkFlow" I have this error message Exception in thread "main" java.lang.RuntimeException: couldn't find process definition 'handSetWorkFlow' at org.jbpm.db.GraphSession.findLatestProcessDefinition(GraphSess