[jira] Closed: (AXIS2C-1084) Retrieving wrong object in the conf.c code

2008-06-04 Thread Damitha Kumarage (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-1084?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Damitha Kumarage closed AXIS2C-1084. Resolution: Fixed This is fixed now Retrieving wrong object in the conf.c code

[jira] Closed: (AXIS2C-1102) is_in_use property is not checked when freeing operation context

2008-06-04 Thread Damitha Kumarage (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-1102?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Damitha Kumarage closed AXIS2C-1102. Resolution: Fixed This is fixed is_in_use property is not checked when freeing

[jira] Created: (AXIS2C-1179) Axis2-C Unicode Support

2008-06-04 Thread Dayakar Reddy (JIRA)
Axis2-C Unicode Support --- Key: AXIS2C-1179 URL: https://issues.apache.org/jira/browse/AXIS2C-1179 Project: Axis2-C Issue Type: Bug Components: platforms Affects Versions: 1.2.0 Environment:

[jira] Commented: (AXIS2C-1179) Axis2-C Unicode Support

2008-06-04 Thread Dinesh Premalal (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-1179?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12602287#action_12602287 ] Dinesh Premalal commented on AXIS2C-1179: - AFAIK, there is no UNICODE support

[jira] Commented: (AXIS2C-1179) Axis2-C Unicode Support

2008-06-04 Thread Dinesh Premalal (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-1179?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12602288#action_12602288 ] Dinesh Premalal commented on AXIS2C-1179: - Mail archives

[jira] Commented: (AXIS2C-1143) Implement CGI deployment support for Axis2/C

2008-06-04 Thread Dinesh Premalal (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-1143?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12602291#action_12602291 ] Dinesh Premalal commented on AXIS2C-1143: - What is going on regarding this project

[Axis2]GSOC projects

2008-06-04 Thread Dinesh Premalal
Hi, Could somebody please tell me where I could see gsoc project progress report etc. I don't understand, why they don't update the list frequently ? We don't mind to read extra few mails per week regarding gsoc project updates. thanks, Dinesh -- http://nethu.org/

[jira] Commented: (AXIS2C-1143) Implement CGI deployment support for Axis2/C

2008-06-04 Thread Nikola Tankovic (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-1143?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12602295#action_12602295 ] Nikola Tankovic commented on AXIS2C-1143: - There is a wiki weekly updated. I

Re: [Axis2]GSOC projects

2008-06-04 Thread Varuna Jayasiri
http://wiki.apache.org/ws/SummerOfCode/2008 On Wed, Jun 4, 2008 at 7:40 PM, Dinesh Premalal [EMAIL PROTECTED] wrote: Hi, Could somebody please tell me where I could see gsoc project progress report etc. I don't understand, why they don't update the list frequently ? We don't mind to

[jira] Updated: (AXIS2C-1178) Implement AMQP Transport

2008-06-04 Thread Danushka Menikkumbura (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-1178?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Danushka Menikkumbura updated AXIS2C-1178: -- Attachment: README INSTALL AXIS2C-1178.patch

Re: [Axis2]GSOC projects

2008-06-04 Thread Dumindu Pallewela
Hi Varuna, Could you please update us on the research you did on the streaming implementation? Basically I would like to know about the following: 1. What sort of queries can be handled with a streaming xpath processor? 2. What needs to be changed in Axiom in order to implement this? 3. How

[jira] Commented: (AXIS2C-1178) Implement AMQP Transport

2008-06-04 Thread Milinda Lakmal Pathirage (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-1178?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12602513#action_12602513 ] Milinda Lakmal Pathirage commented on AXIS2C-1178: -- Hi Danushka, There is

[jira] Commented: (AXIS2C-1178) Implement AMQP Transport

2008-06-04 Thread Danushka Menikkumbura (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-1178?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12602521#action_12602521 ] Danushka Menikkumbura commented on AXIS2C-1178: --- Yeah Makefile.in is

Re: [Axis2]GSOC projects

2008-06-04 Thread Varuna Jayasiri
1. What sort of queries can be handled with a streaming xpath processor? * Location Paths **1. Without Predicates *Location paths without predicates can easily be processed on streaming XML. However, it's a little tricky when it comes to dealing with unions, since a tree has to be created

Re: Issue talking to Axis2/C on IIS

2008-06-04 Thread Asankha C. Perera
Supun I think this is a known issue in IIS 5. Please refer the links below http://support.microsoft.com/kb/216493 http://www.somacon.com/p126.php Sorry but I don't understand the logical relevance of the above with the issue I report.. if .net services understands http 1.1, why doesn't

Re: Issue talking to Axis2/C on IIS

2008-06-04 Thread Supun Kamburugamuva
This is how I have understood it. To get the POST request working we need to register a mime type with the IIS server i.e asp, php etc. But we don't have a mime type in our service URLs and requests to our services comes without an extension part. Because of this IIS rejects the requests at a very