make ODE process DebuggerSupport configurable
---------------------------------------------
Key: ODE-455
URL: https://issues.apache.org/jira/browse/ODE-455
Project: ODE
Issue Type: Improvement
Components: BPEL Runtime
Affects Versions: 1.2
Environment: Java(TM) 2 Runtime Environment, Standard Edition (build
1.5.0_11-b03)
Reporter: Shammy Chen
Priority: Minor
DebuggerSupport is needed and preferred when developing and debug a
process,especially when encounting problems.But in production systems,we don't
want process to be debugable,mainly for the following two reasons:
(1)performance
We want our process to run as fast as possible,so our system can handle more
and more tasks
(2)safety
We can't bear a careless administartor to do any harm to the system,e.g. set
Breakpoints and debug the process when the process is running.
Can we configure this behavior by change something in the deploy.xml file,just
like
<in-memory>true</in-memory>
or
<active>true</active>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.