[jira] Commented: (AXIS2C-54) include files in src folders

2006-02-12 Thread Damitha Kumarage (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2C-54?page=comments#action_12366158 ] Damitha Kumarage commented on AXIS2C-54: As mentioned above "axis2_transport_out_desc.h refers to transport/axis2_transport_sender.h" could be solved using 'void*' cou

[jira] Closed: (AXIS2C-65) Need a platform independent way of specifying dynamically loaded modules in axis2.xml and services.xml

2006-02-12 Thread Damitha Kumarage (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2C-65?page=all ] Damitha Kumarage closed AXIS2C-65: -- > Need a platform independent way of specifying dynamically loaded modules in > axis2.xml and services.xml > --

[jira] Resolved: (AXIS2C-65) Need a platform independent way of specifying dynamically loaded modules in axis2.xml and services.xml

2006-02-12 Thread Damitha Kumarage (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2C-65?page=all ] Damitha Kumarage resolved AXIS2C-65: Resolution: Fixed added a method called aixs2_platform_get_dll_name(env, name) into utils.c. Now from xml we read just the dll name. inside the abo

Re: [Axis2] - MTOM implementation

2006-02-12 Thread Sanjiva Weerawarana
On Sun, 2006-02-12 at 15:35 +0600, Kapila Dissanayake wrote: > Hi, > > I have started the implementation of MTOM for AXIS2 C. Great! Welcome aboard!! > We have to have equivalent implementation for > Java.activation.Datahandler and all MIME related classes(e.g > MimeBodyPart). > > I would propo

[jira] Commented: (AXIS2C-63) server.xml files are processed when running client

2006-02-12 Thread Damitha Kumarage (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2C-63?page=comments#action_12366148 ] Damitha Kumarage commented on AXIS2C-63: This is unavoidable because engine has no knowledge as to whether server or client is running. One solution to avoid this is to

[axis2] patch - threading for win32 platform

2006-02-12 Thread Nabeel
Hi, Thread and Mutex implementation for win32 platform is attached. Please review and apply. files should go to the following locations: include/axis2_thread_mutex.h platform/windows/axis2_thread_windows.h platform/windows/thread_windows.c platform/windows/axis2_thread_mutex_windows.h platform/

[jira] Closed: (AXIS2C-47) invoke_blocking/non_blocking with msg_ctx as parameter is not supported in call.c

2006-02-12 Thread Samisa Abeysinghe (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2C-47?page=all ] Samisa Abeysinghe closed AXIS2C-47: --- Resolution: Fixed This is a non issue. The addr_echo sample that I have added demos how to use invoke non blocking with an operation and a message co

[jira] Closed: (AXIS2C-29) Implement addressing module

2006-02-12 Thread Samisa Abeysinghe (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2C-29?page=all ] Samisa Abeysinghe closed AXIS2C-29: --- Resolution: Fixed Addressing, both in and out handlers, works fine now. I have also added a sample client, which works fine. > Implement addressing

[jira] Closed: (AXIS2C-28) Enable laoding modules in deployment

2006-02-12 Thread Samisa Abeysinghe (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2C-28?page=all ] Samisa Abeysinghe closed AXIS2C-28: --- Resolution: Fixed This is done. Damitha and I were able to get the addressing module loaded and get the associated handlers invoked. It took more tha

[Axis2] - MTOM implementation

2006-02-12 Thread Kapila Dissanayake
Hi, I have started the implementation of MTOM for AXIS2 C. We have to have equivalent implementation for Java.activation.Datahandler and all MIME related classes(e.g MimeBodyPart). I would propose to implement MIME related implementations through an abstract layer. Then use a MIME implementation