[JBoss-user] [JBoss jBPM] - Re: get XML-Document of ProcessDefinition-Object

2006-03-19 Thread bersta1
We have an Admin-Interface in our Application, where we want to provide an overview of all deployed ProcessDefinitions and versions of ProcessDefinitions. One part of this feature should be the ability to look up the XML-Source of these Definitions. It wouldn't be a problem, if there only were o

[JBoss-user] [JBoss jBPM] - get XML-Document of ProcessDefinition-Object

2006-03-15 Thread bersta1
Is it possible to get the XML-Document (Stream) back again from a ProcessDefinition-Object? I tried procDefObj.getFileDefinition().getInputStream(procDefObj.getName()); | but that didn't work. The variable procDefObj is a valid object of type ProcessDefinition. Thank you for your help!