Tag Archives: tip

BPEL: Beware the use of nested loops in a short running process

One of the restrictions when dealing with a short running process is that it must always run within a single transaction. The implication is that the process must complete within the default transaction timeout window. On an application server, this is 120s. We had an issue where our Process Server was creating a large number […]

Read more

Interop between BOXMLSerializer and JMSDataBindingImplXML

I stumbled onto a technote about the interoperablility between the way XML is serialized by the BOXMLSerializer and theĀ  format expected by JMSDataBindingImplXML. This is a concern if you serialize data from a business object and then put that data into a JMS Text message and choose ‘Text Message with DataObject Binding’ in the export. […]

Read more