[jboss-jira] [JBoss JIRA] Closed: (BPEL-233) Simplify activity XML readers
Alejandro Guizar (JIRA)
jira-events at lists.jboss.org
Thu Jun 12 05:47:23 EDT 2008
[ http://jira.jboss.com/jira/browse/BPEL-233?page=all ]
Alejandro Guizar closed BPEL-233.
---------------------------------
> 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
More information about the jboss-jira
mailing list