Axis2 configuration to support transactions
-------------------------------------------
Key: AXIS2-4138
URL: https://issues.apache.org/jira/browse/AXIS2-4138
Project: Axis 2.0 (Axis2)
Issue Type: New Feature
Components: deployment
Reporter: irantha suwandarathna
Attachments: axis2_transaction.patch
Need to add following JTA transaction related configuration to axis2.xml
<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>
-
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]