[jira] Resolved: (AXIS2C-444) Add a fault handling sample to show how to deal with SOAP faults

2007-03-26 Thread Samisa Abeysinghe (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-444?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Samisa Abeysinghe resolved AXIS2C-444. -- Resolution: Fixed Google sample now has some fault handling logic that can serve this

[jira] Assigned: (AXIS2C-444) Add a fault handling sample to show how to deal with SOAP faults

2007-03-26 Thread Samisa Abeysinghe (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-444?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Samisa Abeysinghe reassigned AXIS2C-444: Assignee: Samisa Abeysinghe (was: Sanjaya Ratnaweera) Add a fault handling

Re: next release / open jiras

2007-03-26 Thread Franz Fehringer
Thanks Nadir! Franz Nadir Amra schrieb: Franz, Still trying to learn about the release process. Unless someone with experience volunteers to be release manager, I have to figure this out and it will take some time - and I am very busy with other work so I guess I cannot commit to

[jira] Commented: (AXIS2C-292) Inconsistent use of prefixes in util subproject

2007-03-26 Thread Sanjaya Ratnaweera (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-292?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12484081 ] Sanjaya Ratnaweera commented on AXIS2C-292: --- I think axutil is a better prefix for util subproject. Any

[jira] Commented: (AXIS2C-292) Inconsistent use of prefixes in util subproject

2007-03-26 Thread Nandika Jayawardana (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-292?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12484091 ] Nandika Jayawardana commented on AXIS2C-292: In addition to changing the prefix, AXIS2_CALL ,

[jira] Resolved: (AXIS2C-498) Axiom OM structure built is inconsistent with the original xml document in certain cases where the default namespace is set to the empty namespace

2007-03-26 Thread Samisa Abeysinghe (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-498?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Samisa Abeysinghe resolved AXIS2C-498. -- Resolution: Fixed Someone has applied the given patch Axiom OM structure built is

[jira] Created: (AXIS2C-564) Issues in the Axis2-C Installation Guide - Installing and Running on Microsoft Windows (win32)

2007-03-26 Thread Evanthika Amarasiri (JIRA)
Issues in the Axis2-C Installation Guide - Installing and Running on Microsoft Windows (win32) -- Key: AXIS2C-564 URL: https://issues.apache.org/jira/browse/AXIS2C-564

[jira] Closed: (AXIS2C-503) Provide Makefile and vc projects for samples in win32-bin

2007-03-26 Thread Dushshantha Chandradasa (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-503?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dushshantha Chandradasa closed AXIS2C-503. -- Resolution: Fixed I have added vc projects and nmake files for the saples we

[jira] Resolved: (AXIS2C-506) proxy doesn't work with REST client

2007-03-26 Thread Dinesh Premalal (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-506?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dinesh Premalal resolved AXIS2C-506. Resolution: Fixed After refactoring transport, this issue is fixed. Now proxy work for

[jira] Assigned: (AXIS2C-497) Wrong content type doesn't give proper fault

2007-03-26 Thread Dinesh Premalal (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-497?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dinesh Premalal reassigned AXIS2C-497: -- Assignee: Dinesh Premalal Wrong content type doesn't give proper fault

[jira] Commented: (AXIS2C-497) Wrong content type doesn't give proper fault

2007-03-26 Thread Dinesh Premalal (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-497?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12484180 ] Dinesh Premalal commented on AXIS2C-497: Do we need to send SOAPFault for this occasion, Since this is a

[jira] Commented: (AXIS2C-521) in desc_builder_process_params parent param is null checked.

2007-03-26 Thread Dinesh Premalal (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-521?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12484182 ] Dinesh Premalal commented on AXIS2C-521: Damitha, If you could provide bit clarification on this issue, That

[jira] Commented: (AXIS2C-497) Wrong content type doesn't give proper fault

2007-03-26 Thread Samisa Abeysinghe (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-497?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12484263 ] Samisa Abeysinghe commented on AXIS2C-497: -- I think choosing default Content-Type and going ahead would be

[jira] Assigned: (AXIS2C-170) Compact the if blocks into one if block in create_dll method so that the lib is loaded into a void object.

2007-03-26 Thread Samisa Abeysinghe (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-170?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Samisa Abeysinghe reassigned AXIS2C-170: Assignee: Samisa Abeysinghe (was: Damitha Kumarage) Compact the if blocks into

[jira] Resolved: (AXIS2C-170) Compact the if blocks into one if block in create_dll method so that the lib is loaded into a void object.

2007-03-26 Thread Samisa Abeysinghe (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-170?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Samisa Abeysinghe resolved AXIS2C-170. -- Resolution: Fixed Removed unwanted if blocks Compact the if blocks into one if block

[jira] Created: (AXIS2C-565) Issues in the Axis2-C Installation Guide - Installing Apache2 Web Server Integration Module (mod_axis2)

2007-03-26 Thread Evanthika Amarasiri (JIRA)
Issues in the Axis2-C Installation Guide - Installing Apache2 Web Server Integration Module (mod_axis2) --- Key: AXIS2C-565 URL:

[jira] Created: (AXIS2C-566) The link here is directed to a location which does not exist.Axis2/C Installation Guide

2007-03-26 Thread Evanthika Amarasiri (JIRA)
The link here is directed to a location which does not exist.Axis2/C Installation Guide - Key: AXIS2C-566 URL: https://issues.apache.org/jira/browse/AXIS2C-566

[jira] Created: (AXIS2C-567) The link here of the Axis2/C Installation Guide is directed to a file which does not exist.

2007-03-26 Thread Evanthika Amarasiri (JIRA)
The link here of the Axis2/C Installation Guide is directed to a file which does not exist. --- Key: AXIS2C-567 URL: https://issues.apache.org/jira/browse/AXIS2C-567

[jira] Assigned: (AXIS2C-257) free methods should return void not axis2_status_t

2007-03-26 Thread Samisa Abeysinghe (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-257?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Samisa Abeysinghe reassigned AXIS2C-257: Assignee: Samisa Abeysinghe (was: Sanjaya Ratnaweera) free methods should return

[jira] Commented: (AXIS2C-557) WSDL2C: generated adb code does not allow any elements to be omitted - too inflexible

2007-03-26 Thread Milinda Lakmal Pathirage (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-557?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12484318 ] Milinda Lakmal Pathirage commented on AXIS2C-557: - Thanks for the explanation. I'll look into this

[jira] Created: (AXIS2C-568) Issues in the Axis2/C Manual - Quick Start Guide

2007-03-26 Thread Evanthika Amarasiri (JIRA)
Issues in the Axis2/C Manual - Quick Start Guide Key: AXIS2C-568 URL: https://issues.apache.org/jira/browse/AXIS2C-568 Project: Axis2-C Issue Type: Bug Components: documentation