log exception details in bpel error "Exception thrown while processing transaction type XAStartNew"

master
Vitaliy Filippov 2015-12-21 02:08:26 +03:00
parent efee93dac6
commit 71407f2d44
3 changed files with 4 additions and 5 deletions

View File

@ -656,7 +656,7 @@ public class StateManagerImpl implements StateManager {
tm.suspend();
} catch (Exception startExcep) {
throw new RuntimeException(I18n.loc("BPCOR-6078: Exception thrown while processing " +
"transaction type XAStartNew"), startExcep);
"transaction type XAStartNew: {0}"), startExcep);
}
} else if (StateManager.TransactionType.XAEnd.equals(transactionInfo.getTransactionType())) {

View File

@ -295,7 +295,7 @@ BPCOR-6076 = Exception thrown while processing transaction type XAParticipate
BPCOR-6077 = TX type XAParticipates, exception thrown when trying to close connection
# com.sun.jbi.engine.bpel.core.bpel.persist.impl.StateManagerImpl
BPCOR-6078 = Exception thrown while processing transaction type XAStartNew
BPCOR-6078 = Exception thrown while processing transaction type XAStartNew\: {0}
# com.sun.jbi.engine.bpel.core.bpel.persist.impl.StateManagerImpl
BPCOR-6079 = Exception thrown while processing transaction type XAEnd

View File

@ -91,6 +91,7 @@
<module>restbc</module>
<!-- jbi service engines:: -->
<module>bpelse</module>
<module>aspectse</module>
<module>dtelse</module>
<module>edmse</module>
@ -112,11 +113,9 @@
<module>sapbc</module>
<module>msmqbc</module>
-->
<!-- build bpel last as it takes the longest: -->
<module>bpelmonitortool</module>
<module>bpelse</module>
<!-- non components: -->
<module>bpelmonitortool</module>
<module>cam</module>
</modules>
</profile>