[jbosstools-issues] [JBoss JIRA] Commented: (JBIDE-8075) Cannot create message correlation property using the wizzard.

Robert (Bob) Brodt (JIRA) jira-events at lists.jboss.org
Tue Mar 15 09:35:45 EDT 2011


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

Robert (Bob) Brodt commented on JBIDE-8075:
-------------------------------------------

Yes, you are right! The TypeSelectorDialog class is responsible for filtering the types that are displayed in the top selection treeviewer. This is done by creating specialized content providers for XSD types, elements and Messages. The TypeSelectorDialog uses bitflags for each of the XSD type and element checkboxes in the dialog and the xsdTypeProvider has a setFilter() method which tells it what kinds of things to include in its list. The messageTypeProvider has no such method, so it always collects all Messages that it finds and includes them in the selection list. I added a setFilter() to this class also and use the "showMessages" boolean to turn selection on and off when the user clicks the "Messages" checkbox in the dialog.

I don't think it's necessary to create another JIRA for this - I'm going to include it as part of this fix.

> Cannot create message correlation property using the wizzard.
> -------------------------------------------------------------
>
>                 Key: JBIDE-8075
>                 URL: https://issues.jboss.org/browse/JBIDE-8075
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: bpel
>    Affects Versions: 3.2.0.CR1
>         Environment: JBoss BPEL editor:  1.0.0.v20110106-2124-H21-CR1
>            Reporter: Marek Baluch
>            Assignee: Robert (Bob) Brodt
>            Priority: Critical
>             Fix For: 3.2.1, 3.3.x
>
>         Attachments: tripple_hello.zip
>
>   Original Estimate: 0 minutes
>  Remaining Estimate: 0 minutes
>
> As stated in the summary I cannot create message correlation property using the wizzard.  When a property type is selected then the "Create Message Property" dialog will not notice the selection - no type is shown after the "Type:" label and the "New..." alias button remains greyed-out.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jbosstools-issues mailing list