IBM BPM, V8.0.1, All platforms > Authoring services in Integration Designer > Defining and transforming data > Defining data objects > Considerations when creating or using business objects

Concurrent access for business objects

IBM Process Server and WebSphere Enterprise Service Bus do not support concurrent access of business object instances for read or write operations. Processing the same business object instance in multiple threads for read and write operations can lead to data corruption.

When you build your application, be careful to avoid situations that can result in concurrent access, for example:

Alternately, you can use the BOTypeMetadata service represented by commonj.sdo.Type for concurrent read access of business object data.

Considerations when creating or using business objects