Process stalls and throws the following error (LiveCycle hosted on JBoss):
Explanation
Within the same process, 2 calls were being made to different non-XA data sources. This is not supported by default on JBoss. Hence the error is thrown.
Solution
To enable calling more than 1 non-XA data source within the same transaction (process), additional configuration is required
- Locate the jbossjta-properties.xml file in the [appserver root]/server/all/conf/ directory and open the file in an editor.
- Locate and modify the ‘properties’ element as follows. Add the property (shown in bold) if it doesn’t already exist in the jbossjta-properties.xml file.
- Save and close the file.
Muchas gracias
ReplyDeleteMe acabas de solucionar un problema con el que llevaba varios días peleándome.
Muchas gracias!!!