Some javascript/style in this post has been disabled (
why?)
Hi Chris,
your observation is right, in the project attached, the value which is
assigned to the file bc outbound NM property "File Name" of the Input
Var of the invoked operation is from another message's NM props, as
shown below:
however, you could use a literal string (in this case - a file name
pattern with UUID embeded)
or the file name value can come from within the message payload itself,
etc.
though there should not be any problem to open and build and deploy the
attached comp app in a NB65 IDE, upgrade to NB67 should be a smooth
process.
BTW, we are using BPEL tooling to compose the NM props assignment, if
other SE is used, e.g. POJO SE, then this can be done in a java source
editor by calling appropriate setters against the message object.
regards
Jim
Chris Buda wrote:
For some reason I cannot open this project, causes my Netbeans (6.5.1) to
hang. But from what I can see in the bpel files it looks like you are
assigning an input NM property to an output NM property, correct? I am
trying something a little different in taking a string representation of the
file name and assign it to the FileName output NM property.
Should this work?
Thanks