[ 
https://issues.apache.org/jira/browse/AXIS2-4138?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

irantha suwandarathna updated AXIS2-4138:
-----------------------------------------

    Attachment: axis2_JTA.patch

Configuration modified to include transaction timeout. 

<transaction timeout="10000">
<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>
</transaction> 

> 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_JTA.patch, axis2_transaction.patch
>
>
> Need to add following JTA transaction related configuration to axis2.xml
> <transaction>
>  <parameter name="string">text</parameter>*
>  </transaction>
> Example,
>  <transaction>
> <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>
> </transaction>
> -

-- 
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]

Reply via email to