Posted: Thu Oct 19, 2006 11:02 am Post subject: Promoted Java UDPs
Acolyte
Joined: 19 Feb 2004 Posts: 73
I have a message flow (subflow1) that contains a JavaComputeNode. I have defined UDPs for this flow. When I include subflow1 in another message flow and set the properties on the subflow node, everything works fine and the JavaComputeNode is able to access the UDPs via the getUserDefinedAttribute method.
When I include subflow1 in a messageflow (let's call it subflow2) and then promote these properties to yet another parent messageflow, it does not work. The JavaComputeNode is unable to access the properties with the same property names as before. Calling getUserDefinedAttribute with the same arguments does not return any values.
Should this scenario work? Does the argument value for the property name supplied to getUserDefinedAttribute need to change to something else for it to work?
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum