Calling Subordinate transaction to enlist with empty parameter list
ends with IndexOutOfBoundsException
-------------------------------------------------------------------------------------------------------
Key: JBTM-2892
URL:
https://issues.jboss.org/browse/JBTM-2892
Project: JBoss Transaction Manager
Issue Type: Bug
Components: JTS
Affects Versions: 5.5.24.Final
Reporter: Ondra Chaloupka
Assignee: Ondra Chaloupka
Priority: Minor
Fix For: 5.6.0.Final
When calling enlist method on
{{com.arjuna.ats.internal.jta.transaction.jts.TransactionImple}} when parameters are
defined as empty array the {{IndexOutOfBoundsException}} exception is thrown.
The method call I do refer to is
https://github.com/jbosstm/narayana/blob/master/ArjunaJTS/jtax/classes/co...