[JBoss-user] [JBoss jBPM] - Re: persisting process description into xml format

2006-04-10 Thread kukeltje
it is persisted in the database in objects AND in xml format. I do not know the command to retrieve it, but look at http://www.jboss.com/index.html?module=bbop=viewtopict=76164 Alex talks about custom files there, but afaik it is true for processdefinition.xml as wel Ronald View the original

[JBoss-user] [JBoss jBPM] - Re: persisting process description into xml format

2006-04-10 Thread [EMAIL PROTECTED]
From the class FileArchiveParser : public ProcessDefinition readFromArchive(ProcessArchive processArchive, ProcessDefinition processDefinition) { | FileDefinition fileDefinition = (FileDefinition) processDefinition.getDefinition(FileDefinition.class); | Map entries =

[JBoss-user] [JBoss jBPM] - Re: persisting process description into xml format

2006-04-10 Thread kukeltje
hmm... I was sure Tom mentioned somewhere that adding if you turn off process validation, you could add custom xml to the pd.xml and read the pd runtime and get your custom xml from it. And then I remembered. It was in Jira http://jira.jboss.org/jira/browse/JBPM-581