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 "Rajith Attapattu (JIRA)" <ji...@apache.org> on 2006/12/01 00:07:20 UTC

[jira] Created: (AXIS2-1798) messageContext.setDoingMTOM doesn't work

messageContext.setDoingMTOM doesn't work
----------------------------------------

                 Key: AXIS2-1798
                 URL: http://issues.apache.org/jira/browse/AXIS2-1798
             Project: Apache Axis 2.0 (Axis2)
          Issue Type: Bug
            Reporter: Rajith Attapattu


Hi Folks,

The messageContext.setDoingMTOM(ture|false) method doesn't seem to work.

Can we use this method to override the global value set by the axis.xml ?

 also is messageContext.setDoingSwA working as desired?

 Regards,

 Rajith

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Commented: (AXIS2-1798) messageContext.setDoingMTOM doesn't work

Posted by "Davanum Srinivas (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2-1798?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12574632#action_12574632 ] 

Davanum Srinivas commented on AXIS2-1798:
-----------------------------------------

Looks like we have fixed this one already

> messageContext.setDoingMTOM doesn't work
> ----------------------------------------
>
>                 Key: AXIS2-1798
>                 URL: https://issues.apache.org/jira/browse/AXIS2-1798
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>            Reporter: Rajith Attapattu
>            Assignee: Thilina Gunarathne
>
> Hi Folks,
> The messageContext.setDoingMTOM(ture|false) method doesn't seem to work.
> Can we use this method to override the global value set by the axis.xml ?
>  also is messageContext.setDoingSwA working as desired?
>  Regards,
>  Rajith

-- 
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: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Commented: (AXIS2-1798) messageContext.setDoingMTOM doesn't work

Posted by "Asankha C. Perera (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2-1798?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12480028 ] 

Asankha C. Perera commented on AXIS2-1798:
------------------------------------------

The workaround for this is to set a property on the message context as follows

setProperty(
                    org.apache.axis2.Constants.Configuration.ENABLE_MTOM,
                    org.apache.axis2.Constants.VALUE_TRUE);

> messageContext.setDoingMTOM doesn't work
> ----------------------------------------
>
>                 Key: AXIS2-1798
>                 URL: https://issues.apache.org/jira/browse/AXIS2-1798
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>            Reporter: Rajith Attapattu
>         Assigned To: Thilina Gunarathne
>
> Hi Folks,
> The messageContext.setDoingMTOM(ture|false) method doesn't seem to work.
> Can we use this method to override the global value set by the axis.xml ?
>  also is messageContext.setDoingSwA working as desired?
>  Regards,
>  Rajith

-- 
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: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Assigned: (AXIS2-1798) messageContext.setDoingMTOM doesn't work

Posted by "Thilina Gunarathne (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/AXIS2-1798?page=all ]

Thilina Gunarathne reassigned AXIS2-1798:
-----------------------------------------

    Assignee: Thilina Gunarathne

> messageContext.setDoingMTOM doesn't work
> ----------------------------------------
>
>                 Key: AXIS2-1798
>                 URL: http://issues.apache.org/jira/browse/AXIS2-1798
>             Project: Apache Axis 2.0 (Axis2)
>          Issue Type: Bug
>            Reporter: Rajith Attapattu
>         Assigned To: Thilina Gunarathne
>
> Hi Folks,
> The messageContext.setDoingMTOM(ture|false) method doesn't seem to work.
> Can we use this method to override the global value set by the axis.xml ?
>  also is messageContext.setDoingSwA working as desired?
>  Regards,
>  Rajith

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Resolved: (AXIS2-1798) messageContext.setDoingMTOM doesn't work

Posted by "Davanum Srinivas (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-1798?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Davanum Srinivas resolved AXIS2-1798.
-------------------------------------

    Resolution: Fixed

> messageContext.setDoingMTOM doesn't work
> ----------------------------------------
>
>                 Key: AXIS2-1798
>                 URL: https://issues.apache.org/jira/browse/AXIS2-1798
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>            Reporter: Rajith Attapattu
>            Assignee: Thilina Gunarathne
>
> Hi Folks,
> The messageContext.setDoingMTOM(ture|false) method doesn't seem to work.
> Can we use this method to override the global value set by the axis.xml ?
>  also is messageContext.setDoingSwA working as desired?
>  Regards,
>  Rajith

-- 
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: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org