[JBoss JIRA] Created: (JBPM-1994) Provide process execution logging
by Heiko Braun (JIRA)
Provide process execution logging
---------------------------------
Key: JBPM-1994
URL: https://jira.jboss.org/jira/browse/JBPM-1994
Project: JBoss jBPM
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Affects Versions: jBPM 4.0.0.Beta2
Reporter: Heiko Braun
Transactional storage of the history of a process execution (not software logging)
Log pluggability is in place
Basic pluggability infrastructure is in place
HistoryRecords generated during process execution need to be created
HistoryRecords need to merge themselves into the History DB schema
Schema for storing history information needs to be build
Filtering the history storage should be based on features
We should not place the burden on the users to link log filtering to the features that remain available
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 5 months
[JBoss JIRA] Created: (JBPM-2183) process conversion tool
by Tom Baeyens (JIRA)
process conversion tool
-----------------------
Key: JBPM-2183
URL: https://jira.jboss.org/jira/browse/JBPM-2183
Project: JBoss jBPM
Issue Type: Task
Security Level: Public (Everyone can see)
Reporter: Tom Baeyens
Assignee: Jim Ma
Fix For: jBPM 4.0.0.GA
add a class org.jbpm.jpdl.internal.convert.JpdlConverterTool to the jPDL classes.
syntax of the tool should be like this:
java org.jbpm.jpdl.internal.convert.JpdlConverterTool filename
The filename represents a jPDL 3 process file. The tool must place a new jPDL 4 file next to the given file. the new file must end with .converted.jpdl.xml The prefix must be the same as the original minus the .xml.
The tool must build a DOM model of the the jPDL 3 process file, modify that DOM model and then serialize that modified DOM back to the new file. As a basis, a ConversionParser must inherit from org.jbpm.pvm.internal.xml.Parser and overwrite the parseDocument(Document, Parse); method. That way, you'll have the line number information available for proper error generation.
In the jPDL test suite of jBPM 4, in package org.jbpm.jpdl.internal.convert, build a minimal test that converts the simplest possible jPDL 3 process file.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 5 months