Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » BPEL Designer » About developing BPEL Designer......
About developing BPEL Designer...... [message #717191] Fri, 19 August 2011 14:47 Go to next message
huhai  is currently offline huhai Friend
Messages: 1
Registered: August 2011
Junior Member
sorry,i am not very goog at in english ...

when i using BPEL Designer to structure our software.

In assign Node, autogeneration the code :


<bpel:copy>
 <bpel:from variable="qualityRemark"></bpel:from>
 <bpel:to part="parameters" variable="storeQualityRemarkRequest">
 <bpel:query 
queryLanguage="urn:oasis:names:tc:wsbpel:2.0:sublang:xpath1.0">
 <![CDATA[sdl:sensorDataList/wg:waterGauge/wg:qualityRemark]]>
 </bpel:query>
 </bpel:to>
 </bpel:copy>


how can I let the BPEL Designer autogeneration the code like this:

<bpel:copy>
 <bpel:from variable="qualityRemark"></bpel:from>
 <bpel:to part="parameters" variable="storeQualityRemarkRequest">
 <bpel:query 
queryLanguage="urn:oasis:names:tc:wsbpel:2.0:sublang:xpath1.0">
 <![CDATA[sdl:sensorDataList.wg:waterGauge.wg:qualityRemark]]>
 </bpel:query>
 </bpel:to>
 </bpel:copy>



I really need some help,may be chang the souce.

where should i do......
Re: About developing BPEL Designer...... [message #718182 is a reply to message #717191] Tue, 23 August 2011 14:17 Go to previous message
Robert Brodt is currently offline Robert BrodtFriend
Messages: 811
Registered: August 2010
Location: Colorado Springs, CO
Senior Member

I would start by looking at org.eclipse.bpel.model.impl.QueryImpl - you can probably hack in whatever you need there.
Previous Topic:Problem Creating BPEL Process File
Next Topic:BPEL Expressions
Goto Forum:
  


Current Time: Fri Apr 26 15:04:23 GMT 2024

Powered by FUDForum. Page generated in 0.02628 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top