[jbossseam-issues] [JBoss JIRA] Commented: (JBSEAM-2155) Allow EL in @CreateProcess defintion

Flavio Crispim (JIRA) jira-events at lists.jboss.org
Thu Oct 25 14:44:01 EDT 2007


    [ http://jira.jboss.com/jira/browse/JBSEAM-2155?page=comments#action_12384418 ] 
            
Flavio Crispim commented on JBSEAM-2155:
----------------------------------------

added to CreateProcces annotation:

// As usual
@CreateProcess(definition="orderProcess")

New:
// Expression language (default to "#{param.definition}")
@CreateProcess(definitionEl="#{fooProcess}")

// 'processName' must be in request as parameter.
@CreateProcess(definitionParameter="processName")

> Allow EL in @CreateProcess defintion 
> -------------------------------------
>
>                 Key: JBSEAM-2155
>                 URL: http://jira.jboss.com/jira/browse/JBSEAM-2155
>             Project: JBoss Seam
>          Issue Type: Feature Request
>          Components: BPM
>    Affects Versions: 2.0.0.CR2
>         Environment: All
>            Reporter: Flavio Crispim
>            Priority: Minor
>         Attachments: BusinessProcessInterceptor-patch.txt, CreateProcess-patch.txt
>
>
> i.e. @CreateProcess(defintion=#{fooProcess}")

-- 
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 seam-issues mailing list