diff --git a/ojc-core/bpelse/bpelcore/src/com/sun/jbi/engine/bpel/core/bpel/persist/impl/StateManagerImpl.java b/ojc-core/bpelse/bpelcore/src/com/sun/jbi/engine/bpel/core/bpel/persist/impl/StateManagerImpl.java index e2939184e..c495c550e 100755 --- a/ojc-core/bpelse/bpelcore/src/com/sun/jbi/engine/bpel/core/bpel/persist/impl/StateManagerImpl.java +++ b/ojc-core/bpelse/bpelcore/src/com/sun/jbi/engine/bpel/core/bpel/persist/impl/StateManagerImpl.java @@ -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())) { diff --git a/ojc-core/bpelse/bpelcore/src/com/sun/jbi/engine/bpel/core/bpel/util/msgs.properties b/ojc-core/bpelse/bpelcore/src/com/sun/jbi/engine/bpel/core/bpel/util/msgs.properties index c855d8d99..5061408c0 100755 --- a/ojc-core/bpelse/bpelcore/src/com/sun/jbi/engine/bpel/core/bpel/util/msgs.properties +++ b/ojc-core/bpelse/bpelcore/src/com/sun/jbi/engine/bpel/core/bpel/util/msgs.properties @@ -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 diff --git a/ojc-core/pom.xml b/ojc-core/pom.xml index e6b84f662..513b6b6cf 100755 --- a/ojc-core/pom.xml +++ b/ojc-core/pom.xml @@ -91,6 +91,7 @@ restbc + bpelse aspectse dtelse edmse @@ -112,11 +113,9 @@ sapbc msmqbc --> - - bpelmonitortool - bpelse + bpelmonitortool cam