New JIRA issue AXIS2-4138 is created for this.

-Thanks,
Irantha

Davanum Srinivas wrote:
Please log a JIRA issue.

thanks,
dims

On Wed, Nov 19, 2008 at 11:00 AM, Irantha <[EMAIL PROTECTED]> wrote:
Axis2 patch to support  transaction configuration in axis2.xml.

-Irantha


In oder to support JTA transactions in synapse, I'm working on changing
axis2 configuration (axis2.xml) to support following new transaction manager
definition.

<transactionManager>
 <parameter name="string">text</parameter>*
</transactionManager>

Example,

<transactionManager>
 <parameter
name="java.naming.factory.initial">org.*jnp*.interfaces.NamingContextFactory</parameter>*
 <parameter name="java.naming.provider.url">localhost:1099</parameter>
 <parameter name="UserTransactionJNDIName">UserTransaction</parameter>
<parameter name="TransactionManagerJNDIName">TransactionManager</parameter>
</transactionManager>


-Irantha


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





Reply via email to