[
http://jira.jboss.com/jira/browse/BPEL-233?page=all ]
Alejandro Guizar updated BPEL-233:
----------------------------------
Summary: Simplify activity XML readers (was: Clean up activity XML readers)
Description:
Activity readers follow a two phase scheme. In the first phase, they simply return a new
instance of the activity. In the second phase they read the specific properties of the
activity. This scheme exists because readers have to parse the standard properties of the
activity before they can go to the specific properties.
The above two phase scheme can be simplified to a single phase by making a method for
reading the standard properties available to activity readers. This way they can
instantiate the activity, read the standard properties and finally read the specific
properties in a single call.
Simplify activity XML readers
-----------------------------
Key: BPEL-233
URL:
http://jira.jboss.com/jira/browse/BPEL-233
Project: JBoss jBPM BPEL
Issue Type: Task
Security Level: Public(Everyone can see)
Components: Engine
Affects Versions: jBPM BPEL 1.1 beta 3
Reporter: Alejandro Guizar
Assigned To: Alejandro Guizar
Fix For: jBPM BPEL 1.1.GA
Activity readers follow a two phase scheme. In the first phase, they simply return a new
instance of the activity. In the second phase they read the specific properties of the
activity. This scheme exists because readers have to parse the standard properties of the
activity before they can go to the specific properties.
The above two phase scheme can be simplified to a single phase by making a method for
reading the standard properties available to activity readers. This way they can
instantiate the activity, read the standard properties and finally read the specific
properties in a single call.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira