You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Amila Chinthaka Suriarachchi (JIRA)" <ji...@apache.org> on 2008/12/10 10:02:44 UTC

[jira] Resolved: (AXIS2-4138) Axis2 configuration to support transactions

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

Amila Chinthaka Suriarachchi resolved AXIS2-4138.
-------------------------------------------------

    Resolution: Fixed

applied the patch.

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