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

[jira] Created: (AXIS2C-1303) Implementing a callabck for MTOM caching

Implementing a callabck for MTOM caching
----------------------------------------

                 Key: AXIS2C-1303
                 URL: https://issues.apache.org/jira/browse/AXIS2C-1303
             Project: Axis2-C
          Issue Type: Improvement
            Reporter: Manjula Peiris


Currently attachments which are greater than a certain size will be cached to a file. We need to enhanced this functionality by providing a callback. This Callback will cached the binary as the user wish independently of Axis2/C.

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


[jira] Resolved: (AXIS2C-1303) Implementing a callabck for MTOM caching

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

Manjula Peiris resolved AXIS2C-1303.
------------------------------------

       Resolution: Fixed
    Fix Version/s: 1.6.0
         Assignee: Manjula Peiris

Implemented in the current trunk. see ,
https://svn.apache.org/repos/asf/webservices/axis2/trunk/c/axiom/include/axiom_mtom_caching_callback.h

and a sample implementation in,
https://svn.apache.org/repos/asf/webservices/axis2/trunk/c/samples/mtom_caching_callback

> Implementing a callabck for MTOM caching
> ----------------------------------------
>
>                 Key: AXIS2C-1303
>                 URL: https://issues.apache.org/jira/browse/AXIS2C-1303
>             Project: Axis2-C
>          Issue Type: Improvement
>            Reporter: Manjula Peiris
>            Assignee: Manjula Peiris
>             Fix For: 1.6.0
>
>
> Currently attachments which are greater than a certain size will be cached to a file. We need to enhanced this functionality by providing a callback. This Callback will cached the binary as the user wish independently of Axis2/C.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.