Re: Using Unix Domain Sockets with Axis2/C (was Re: [Axis2]Local Transport Implementation.)

2007-05-28 Thread Dinesh Premalal
Samisa Abeysinghe [EMAIL PROTECTED] writes: Are we going to skip serializing/deserializing of OM trees in use in this case? If so how? Now I'm just replacing internet(AF_INET) sockets with unix domain sockets(AF_UNIX). I think we will be able to skip serializing/deserializing stage with Local

[Axis2] Next Release 1.1.0?

2007-05-28 Thread Samisa Abeysinghe
We apparently did not get any serious bugs reported against 1.0.0 release. So IMHO, there is no immediate need for a 1.0.1. In the mean time, we have progressed with more new features, especially, we have the WS-Policy implementation integrated to the Axis2/C main svn trunk. Hence I thin, as

[jira] Created: (AXIS2C-604) Axis2/C Local Transport Implementation.

2007-05-28 Thread Dinesh Premalal (JIRA)
Axis2/C Local Transport Implementation. --- Key: AXIS2C-604 URL: https://issues.apache.org/jira/browse/AXIS2C-604 Project: Axis2-C Issue Type: New Feature Components: core/transport Affects

[jira] Resolved: (AXIS2C-489) Port to Solaris

2007-05-28 Thread Sanjaya Ratnaweera (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-489?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sanjaya Ratnaweera resolved AXIS2C-489. --- Resolution: Fixed Fix Version/s: Current (Nightly) Port to Solaris

[jira] Closed: (AXIS2C-489) Port to Solaris

2007-05-28 Thread Sanjaya Ratnaweera (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-489?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sanjaya Ratnaweera closed AXIS2C-489. - Port to Solaris --- Key: AXIS2C-489 URL:

[jira] Updated: (AXIS2C-573) Fix warnings on windows

2007-05-28 Thread Samisa Abeysinghe (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-573?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Samisa Abeysinghe updated AXIS2C-573: - Component/s: build system (Windows) Fix Version/s: 1.1.0 Affects

Re: merging neethi to Axis2/c

2007-05-28 Thread Samisa Abeysinghe
We have introduced new memory leaks with the Neethi/C related implementation. I get leaks with echo sample. Those need to be fixed. Samisa... Manjula Peiris wrote: Merge is complete. you can commit now. Thanks. On Mon, 2007-05-28 at 10:30 +0530, Manjula Peiris wrote: Hi devs, I am

Sandesha2/C Web site - Typos and missing info

2007-05-28 Thread Samisa Abeysinghe
There are some typos in the Sandesha2/C webpage. Sanesha2/C is sometimes called Sandesha2C and Aixs2/C is sometimes called Axis2C. Also the members list is missing some important names. Especially Nandika, who did loads of work on Windows front to get it working on Windows. Dushshantha too

Re: Savan/C Web site

2007-05-28 Thread Samisa Abeysinghe
Damitha Kumarage wrote: I propose that we put up a web site for Savan/C at http://ws.apache.org/savan/c Done Thanks for putting up the site. Can someone who is familiar with the project please fill up some content. Thanks, Samisa...

Re: Sandesha2/C Web site - Typos and missing info

2007-05-28 Thread Samisa Abeysinghe
Samisa Abeysinghe wrote: There are some typos in the Sandesha2/C webpage. Sanesha2/C is sometimes called Sandesha2C and Aixs2/C is sometimes called Axis2C. Also the members list is missing some important names. Especially Nandika, who did loads of work on Windows front to get it working on

Re: Neethi/C implementation

2007-05-28 Thread Manjula Peiris
Hi, Neethi/C is merged to the trunk. https://svn.apache.org/repos/asf/webservices/axis2/trunk/c/neethi Rampart/C is also changed so that it will depend on neethi. https://svn.apache.org/repos/asf/webservices/rampart/trunk/c Rampart samples also chnaged.

Re: Using Unix Domain Sockets with Axis2/C (was Re: [Axis2]Local Transport Implementation.)

2007-05-28 Thread sanjayak
Well as far as web services are concerned, OM trees should not be exposed to the outside. But I guess this can be treated as a special case here, where the client and the server both should be Axis (The practical use case I believe). In terms of portability I am not sure whether UNIX domain

Re: Savan/C Web site

2007-05-28 Thread Kaushalye Kapuruge
Hi, I've updated the site, including the look'n feel and some contents. http://ws.apache.org/savan/c/index.html But it's better if someone, who has a better experience in Savan/C can write the installation guide and the user manual. Cheers, Kaushalye Samisa Abeysinghe wrote: Damitha

Re: Using Unix Domain Sockets with Axis2/C (was Re: [Axis2]Local Transport Implementation.)

2007-05-28 Thread Samisa Abeysinghe
[EMAIL PROTECTED] wrote: Well as far as web services are concerned, OM trees should not be exposed to the outside. But I guess this can be treated as a special case here, where the client and the server both should be Axis (The practical use case I believe). If both client and server are

Re: Savan/C Web site

2007-05-28 Thread Buddhika Semasinghe
Kaushalye Kapuruge wrote: Hi, I've updated the site, including the look'n feel and some contents. http://ws.apache.org/savan/c/index.html But it's better if someone, who has a better experience in Savan/C can write the installation guide and the user manual. Cheers, Kaushalye Samisa

Re: [Axis2] Next Release 1.1.0?

2007-05-28 Thread Manjula Peiris
+1 for a realease. But before the release some bug fixing and a proper way of freeing neethi_assertion has to be done. -Manjula. On Mon, 2007-05-28 at 11:55 +0600, Samisa Abeysinghe wrote: We apparently did not get any serious bugs reported against 1.0.0 release. So IMHO, there is no

[jira] Created: (AXIS2C-605) axis2c client sends the Content -Type header ending with a ; , But Content Type header should not end with ;

2007-05-28 Thread Nandika Jayawardana (JIRA)
axis2c client sends the Content -Type header ending with a ; , But Content Type header should not end with ; -- Key: AXIS2C-605 URL:

Re: [Axis2] Next Release 1.1.0?

2007-05-28 Thread Dinesh Premalal
Hi, Samisa Abeysinghe [EMAIL PROTECTED] writes: We apparently did not get any serious bugs reported against 1.0.0 release. So IMHO, there is no immediate need for a 1.0.1. Can we presume that there may be Axis2/C 1.0.1 release someother day? Do we have any plans to follow Apr version numbering

[jira] Resolved: (AXIS2C-605) axis2c client sends the Content -Type header ending with a ; , But Content Type header should not end with ;

2007-05-28 Thread Samisa Abeysinghe (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-605?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Samisa Abeysinghe resolved AXIS2C-605. -- Resolution: Fixed Fix Version/s: 1.1.0 Assignee: Samisa Abeysinghe

Re: merging neethi to Axis2/c

2007-05-28 Thread Samisa Abeysinghe
Samisa Abeysinghe wrote: We have introduced new memory leaks with the Neethi/C related implementation. I get leaks with echo sample. Those need to be fixed. I have fixed all the major memory leaks. However I did not test policy implementation with the fixes - please do. Thanks, Samisa...

Re: merging neethi to Axis2/c

2007-05-28 Thread Manjula Peiris
Tested with Rampart. It Works. -Manjula. On Mon, 2007-05-28 at 15:45 +0600, Samisa Abeysinghe wrote: Samisa Abeysinghe wrote: We have introduced new memory leaks with the Neethi/C related implementation. I get leaks with echo sample. Those need to be fixed. I have fixed all the major

[jira] Created: (AXIS2C-606) Need to write an installation guide and a user manual for Savan/C web site

2007-05-28 Thread Malinda Kaushalye Kapuruge (JIRA)
Need to write an installation guide and a user manual for Savan/C web site -- Key: AXIS2C-606 URL: https://issues.apache.org/jira/browse/AXIS2C-606 Project: Axis2-C

Implementing Mail Transport Support for Axis2/c - Gsoc 2007

2007-05-28 Thread Rajika Kumarasiri
hi all, I am developing the Mail Transport support for Axis2/C as a part of the Gsoc 2007 program. I found a C Mail API which support open protocols such as SMTP,POP3 and IMAP - [1]. That API has released under Apache 2.0 license(That is mentioned on [1]). These days I am on the work of looking

Re: [Axis2] Next Release 1.1.0?

2007-05-28 Thread Samisa Abeysinghe
Dinesh Premalal wrote: Hi, Samisa Abeysinghe [EMAIL PROTECTED] writes: We apparently did not get any serious bugs reported against 1.0.0 release. So IMHO, there is no immediate need for a 1.0.1. Can we presume that there may be Axis2/C 1.0.1 release someother day? Yes you can. We

Re: Savan/C Web site

2007-05-28 Thread Kaushalye Kapuruge
Thanks Buddhika. I've created a JIRA[1] for this. Please attach Ur patch there. Cheers, Kaushlaye [1] https://issues.apache.org/jira/browse/AXIS2C-606 Buddhika Semasinghe wrote: Kaushalye Kapuruge wrote: Hi, I've updated the site, including the look'n feel and some contents.

[jira] Updated: (AXIS2C-606) Need to write an installation guide and a user manual for Savan/C web site

2007-05-28 Thread Buddhika Semasinghe (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-606?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Buddhika Semasinghe updated AXIS2C-606: --- Attachment: installationguide.html Please review and commit the installation guide.I