To make a SOA 10 g BPEL Process not to dehydrate any data at a Process level and not a domain Level.
This can be done by simply adding an entry into bpel.xml
<configurations>
<property name="inMemoryOptimization" encryption="plaintext">true</property>
<property name="completionPersistLevel" encryption="plaintext">instanceHeader</property>
<property name="completionPersistPolicy" encryption="plaintext">off</property>
<property name="deliveryPersistPolicy" encryption="plaintext">off</property>
</configurations>
Subscribe to:
Post Comments (Atom)
.jpg)
No comments:
Post a Comment