]
Marek Baluch updated JBIDE-8064:
--------------------------------
Attachment: test_project.zip
Variable initializer does not generate content for messages which use
type attribute instead of element to declare the part.
----------------------------------------------------------------------------------------------------------------------------
Key: JBIDE-8064
URL:
https://issues.jboss.org/browse/JBIDE-8064
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: bpel
Affects Versions: 3.2.0.CR1
Reporter: Marek Baluch
Attachments: test_project.zip
If a message is declared the following way:
<message name="moderateRequestMessage">
<part name="moderateRequest" type="tns:complexType"/>
</message>
or
<message name="simpleResponseMessage">
<part name="payload" type="xsd:string"/>
</message>
In the second case there's no need to generate any content. The assignment will work
anyway. In these cases the variable initializer should not be triggered.
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: