Property Chooser dialog from Add Correlation Set dialog Doesn't Expand

We are using Windows XP with NetBeans IDE 6.0 Preview (M9, build 070502).

We are creating a BPEL workflow. We want to create a correlation set.

1. In the Navigator, we right clicked on Correlation Sets, and and chose "Add Correlation Set ..." from the menu

2. The Correlation Set dialog opened. It was empty.

3. We chose Add ...

4. The property chooser comes up.

5. We have some WSDL files in the property chooser

6. However, we cannot expand the WSDL files to see any parameters. (The plus sign is there, but we can't expland it)

Aside from correlation, the process works perfectly.

[640 byte] By [VegetarianDesignsa] at [2007-11-27 8:34:03]
# 1
Do you have properties defined in those wsdls?It works for me. maybe it is an issue with the NB version you use. I am using, NetBeans IDE Dev (Build 200706041200)-Kiran Bhumana
kiran.bhumanaa at 2007-7-12 20:30:14 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...
# 2
I have defined message in the wsdl file, and fields are defined in the message.The version of NetBeans IDE I am using is 070502.ThanksKebin
VegetarianDesignsa at 2007-7-12 20:30:14 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...
# 3

To define correlations, you need to define something called "property". You also need something called "property alias" to actually use the correlations. Looks like you haven't done that.

Check this article,

BPEL BluePrint 2: Asynchronous Web Service Interactions Using BPEL

at https://blueprints.dev.java.net/bpcatalog/ee5/soa/.

That will probably give you a good understanding of correlation usage.

Kiran Bhumana

kiran.bhumanaa at 2007-7-12 20:30:14 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...