[jbosstools-issues] [JBoss JIRA] Commented: (JBIDE-6748) Enhance Assign Activity Initializer to support complex message types that include choice elements

Jeff DeLong (JIRA) jira-events at lists.jboss.org
Wed Oct 6 12:55:40 EDT 2010


    [ https://jira.jboss.org/browse/JBIDE-6748?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12555661#action_12555661 ] 

Jeff DeLong commented on JBIDE-6748:
------------------------------------

For example, the BPEL Editor generates an initializer From fixed value of:

<pol:policyQuote xmlns:pol="http://www.example.org/policyQuote" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>


What is should generate is this:

<pol:policyQuote xmlns:pol="http://www.example.org/policyQuote" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <pol:calculatePolicyQuote>
            <pol:requestDate/>
            <pol:task>calculatePolicyQuote</pol:task>
            <pol:policyQuoteInfo>
               <pol:policyType/>
               <pol:vehicleYear/>
               <pol:driverName/>
               <pol:ssn/>
               <pol:dlNumber/>
               <pol:age/>
               <pol:numberOfAccidents/>
               <pol:numberOfTickets/>
               <pol:creditScore/>
               <pol:price/>
            </pol:policyQuoteInfo>
         </pol:calculatePolicyQuote>
      </pol:policyQuote>


> Enhance Assign Activity Initializer to support complex message types that include choice elements
> -------------------------------------------------------------------------------------------------
>
>                 Key: JBIDE-6748
>                 URL: https://jira.jboss.org/browse/JBIDE-6748
>             Project: Tools (JBoss Tools)
>          Issue Type: Feature Request
>          Components: bpel
>    Affects Versions: 3.2.0.M1
>         Environment: Mac with Eclipse 3.6 and JBoss Tools 3.2.0.M1
>            Reporter: Jeff DeLong
>            Assignee: Robert (Bob) Brodt
>             Fix For: 3.3.x
>
>   Original Estimate: 0 minutes
>  Remaining Estimate: 0 minutes
>
> Enhance Assign Activity Initializer to support complex message types that include choice elements. See RIFTSAW-249 for more details. 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list