Wednesday, August 29, 2007

BPEL 10.1.3.3 Optimizes Assigns

One thing that "noobs" to 10.1.3.3 (including me) is surprised by is that 10.1.3.3 optimizes assigns and transforms. Ie assigns that are in the same scope and directly after each other is coalesced to one since assign.
For instance the following BPEL scope in Jdeveloper:

Is suddenly a single assign in the BPEL console:


It looks to me that the assign activity is named by the first assign in the series, so you should give a good name to that first assign, and remember assign - transform - assign will show up as just a single assign.

Sphere: Related Content

No comments: