Re: [jira] Commented: (AXISCPP-991) Deserializing complex type broken when start-end element tag is encountered

2006-12-18 Thread Franz Fehringer
Hello Nadir, I cannot currently do svn up, because of conflicting fixes for AXISCPP-991 (one by you and one by me). How do these fixes compare? Does your fix work (for START_END_ELEMENT) in the presence of attributes? Will there be a revamped more complete fix in the not too distant future?

[jira] Created: (AXIS2C-465) echo_blocking_dual sample hangs indefinitely when the server is not running

2006-12-18 Thread Dushshantha Chandradasa (JIRA)
echo_blocking_dual sample hangs indefinitely when the server is not running --- Key: AXIS2C-465 URL: http://issues.apache.org/jira/browse/AXIS2C-465 Project: Axis2-C

[jira] Created: (AXIS2C-467) notify client says success when the server is not running

2006-12-18 Thread Dushshantha Chandradasa (JIRA)
notify client says success when the server is not running - Key: AXIS2C-467 URL: http://issues.apache.org/jira/browse/AXIS2C-467 Project: Axis2-C Issue Type: Bug Components:

[jira] Closed: (AXIS2C-468) mtom sample should desplay the fail massage in a new line.

2006-12-18 Thread Dushshantha Chandradasa (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2C-468?page=all ] Dushshantha Chandradasa closed AXIS2C-468. -- Resolution: Fixed fixed. mtom sample should desplay the fail massage in a new line.

[jira] Assigned: (AXIS2C-468) mtom sample should desplay the fail massage in a new line.

2006-12-18 Thread Dushshantha Chandradasa (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2C-468?page=all ] Dushshantha Chandradasa reassigned AXIS2C-468: -- Assignee: Dushshantha Chandradasa mtom sample should desplay the fail massage in a new line.

[jira] Assigned: (AXIS2C-467) notify client says success when the server is not running

2006-12-18 Thread Samisa Abeysinghe (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2C-467?page=all ] Samisa Abeysinghe reassigned AXIS2C-467: Assignee: Samisa Abeysinghe notify client says success when the server is not running

[jira] Resolved: (AXIS2C-467) notify client says success when the server is not running

2006-12-18 Thread Samisa Abeysinghe (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2C-467?page=all ] Samisa Abeysinghe resolved AXIS2C-467. -- Resolution: Fixed Fixed by fixing the return alue for one way ivocations notify client says success when the server is not running

[jira] Created: (AXIS2C-470) echo_blocking_soap11 service response contains addressing details.

2006-12-18 Thread Dushshantha Chandradasa (JIRA)
echo_blocking_soap11 service response contains addressing details. -- Key: AXIS2C-470 URL: http://issues.apache.org/jira/browse/AXIS2C-470 Project: Axis2-C Issue Type: Bug

[jira] Closed: (AXIS2C-469) echo_rest POST request recieves an Internal server error with apache deployment.

2006-12-18 Thread Dushshantha Chandradasa (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2C-469?page=all ] Dushshantha Chandradasa closed AXIS2C-469. -- Resolution: Invalid echo_rest POST request recieves an Internal server error with apache deployment.

[jira] Updated: (AXIS2C-470) echo_blocking_soap11 service response contains addressing details.

2006-12-18 Thread Dushshantha Chandradasa (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2C-470?page=all ] Dushshantha Chandradasa updated AXIS2C-470: --- Fix Version/s: (was: 0.96) Affects Version/s: Current (Nightly) (was: 0.95) echo_blocking_soap11

[jira] Updated: (AXIS2C-465) echo_blocking_dual sample hangs indefinitely when the server is not running

2006-12-18 Thread Dushshantha Chandradasa (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2C-465?page=all ] Dushshantha Chandradasa updated AXIS2C-465: --- Fix Version/s: (was: 0.96) Affects Version/s: Current (Nightly) (was: 0.95) echo_blocking_dual

[jira] Updated: (AXIS2C-466) echo_non_blocking_dual sample hangs indefinitely when the server is not running

2006-12-18 Thread Dushshantha Chandradasa (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2C-466?page=all ] Dushshantha Chandradasa updated AXIS2C-466: --- Fix Version/s: (was: 0.96) Affects Version/s: Current (Nightly) (was: 0.95)

[jira] Commented: (AXISCPP-972) axis-c deserializer has a problem:

2006-12-18 Thread Franz Fehringer (JIRA)
axis-c deserializer: IWrapperSoapDeSerializer::getChardataAs 's declaration and definition should be changed as by reference, not by value, in order to output the required value by it's parameter pValue. In-Reply-To: [EMAIL PROTECTED] MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8

[jira] Created: (AXISCPP-1010) new method Call:clearSOAPMethodAttributes()

2006-12-18 Thread Franz Fehringer (JIRA)
new method Call:clearSOAPMethodAttributes() --- Key: AXISCPP-1010 URL: http://issues.apache.org/jira/browse/AXISCPP-1010 Project: Axis-C++ Issue Type: Improvement Components: Client - API

[jira] Created: (AXISCPP-1011) faultactor is facultative in SoapFaults

2006-12-18 Thread Franz Fehringer (JIRA)
faultactor is facultative in SoapFaults --- Key: AXISCPP-1011 URL: http://issues.apache.org/jira/browse/AXISCPP-1011 Project: Axis-C++ Issue Type: Bug Components: SOAP Affects Versions:

[jira] Commented: (AXISCPP-1010) new method Call:clearSOAPMethodAttributes()

2006-12-18 Thread Franz Fehringer (JIRA)
[ http://issues.apache.org/jira/browse/AXISCPP-1010?page=comments#action_12459318 ] Franz Fehringer commented on AXISCPP-1010: -- This is current and not 1.6 Beta btw. new method Call:clearSOAPMethodAttributes()

[jira] Commented: (AXISCPP-991) Deserializing complex type broken when start-end element tag is encountered

2006-12-18 Thread Franz Fehringer (JIRA)
[ http://issues.apache.org/jira/browse/AXISCPP-991?page=comments#action_12459321 ] Franz Fehringer commented on AXISCPP-991: - Hello Nadir, I made a fix for this problen which works also in the presence of attributes. To this end i

[jira] Commented: (AXISCPP-991) Deserializing complex type broken when start-end element tag is encountered

2006-12-18 Thread Franz Fehringer (JIRA)
[ http://issues.apache.org/jira/browse/AXISCPP-991?page=comments#action_12459322 ] Franz Fehringer commented on AXISCPP-991: - I think my current solution only works, if at most one optional subelement is missing. The case of multiple

[jira] Commented: (AXISCPP-991) Deserializing complex type broken when start-end element tag is encountered

2006-12-18 Thread Franz Fehringer (JIRA)
[ http://issues.apache.org/jira/browse/AXISCPP-991?page=comments#action_12459324 ] Franz Fehringer commented on AXISCPP-991: - For a correct parse of SoapFaults and their details i had to make two additional small changes (apart from

[jira] Commented: (AXISCPP-716) Support for the attribute construct 'use'

2006-12-18 Thread Franz Fehringer (JIRA)
[ http://issues.apache.org/jira/browse/AXISCPP-716?page=comments#action_12459327 ] Franz Fehringer commented on AXISCPP-716: - I made a hack for detecting the presence/absence of optional attributes in deserializing the SOAP response.

[jira] Commented: (AXISCPP-914) fault/exception/error handling flawed

2006-12-18 Thread Franz Fehringer (JIRA)
[ http://issues.apache.org/jira/browse/AXISCPP-914?page=comments#action_12459352 ] Franz Fehringer commented on AXISCPP-914: - Recently i got another problem with memory corruption, namely that in the STRINGCOPY, the line delete [] tgt;

[jira] Assigned: (AXIS2C-470) echo_blocking_soap11 service response contains addressing details.

2006-12-18 Thread Samisa Abeysinghe (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2C-470?page=all ] Samisa Abeysinghe reassigned AXIS2C-470: Assignee: Samisa Abeysinghe echo_blocking_soap11 service response contains addressing details.

[jira] Resolved: (AXIS2C-470) echo_blocking_soap11 service response contains addressing details.

2006-12-18 Thread Samisa Abeysinghe (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2C-470?page=all ] Samisa Abeysinghe resolved AXIS2C-470. -- Fix Version/s: 0.96 Resolution: Fixed The bug was in modules/core/transport/http/http_transport_utils.c where it treated SOAP action to be

[jira] Resolved: (AXIS2C-460) Addressing headers sent in response with SOAP 11 when client does not use addressing

2006-12-18 Thread Samisa Abeysinghe (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2C-460?page=all ] Samisa Abeysinghe resolved AXIS2C-460. -- Fix Version/s: 0.96 Resolution: Duplicate Assignee: Samisa Abeysinghe Fixed in another issue. Addressing headers sent in response

[jira] Commented: (AXIS2C-460) Addressing headers sent in response with SOAP 11 when client does not use addressing

2006-12-18 Thread Samisa Abeysinghe (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2C-460?page=comments#action_12459525 ] Samisa Abeysinghe commented on AXIS2C-460: -- The fault case also was affected by this bug. That was fixed too. Addressing headers sent in response with

[jira] Updated: (AXIS2C-321) Registered handlers not invoked at all on REST GET requests

2006-12-18 Thread Samisa Abeysinghe (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2C-321?page=all ] Samisa Abeysinghe updated AXIS2C-321: - Fix Version/s: 1.0.0 (was: 0.96) I have provided a solution in my earlier comment. Did not get any feedback in time for 0.96,

[jira] Resolved: (AXIS2C-423) provide a create method whith arguments

2006-12-18 Thread Samisa Abeysinghe (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2C-423?page=all ] Samisa Abeysinghe resolved AXIS2C-423. -- Resolution: Fixed Damitha has commited in the solution provide a create method whith arguments ---

[jira] Resolved: (AXIS2C-424) adding a random number generator

2006-12-18 Thread Samisa Abeysinghe (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2C-424?page=all ] Samisa Abeysinghe resolved AXIS2C-424. -- Resolution: Fixed Damitha has added this in to svn code adding a random number generator Key:

Re: [jira] Commented: (AXISCPP-991) Deserializing complex type broken when start-end element tag is encountered

2006-12-18 Thread Nadir Amra
Franz, The current fix in svn does not work with attributes. However, I plan on putting in a revamped fix just after I finish simple attributes with simple type jira, which is consuming my immediate energy and time. Nadir K. Amra Franz Fehringer [EMAIL PROTECTED] wrote on 12/18/2006

Re: [jira] Commented: (AXISCPP-972) axis-c deserializer has a problem:

2006-12-18 Thread Nadir Amra
Yes, will try to get it in next couple of weeks. Nadir K. Amra Franz Fehringer (JIRA) axis-c-dev@ws.apache.org wrote on 12/18/2006 07:05:24 AM: axis-c deserializer: IWrapperSoapDeSerializer::getChardataAs 's declaration and definition should be changed as by reference, not by value, in

[jira] Updated: (AXIS2C-452) Attachment problem

2006-12-18 Thread Dinesh Premalal (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2C-452?page=all ] Dinesh Premalal updated AXIS2C-452: --- Fix Version/s: 1.0.0 (was: 0.96) Attachment problem -- Key: AXIS2C-452 URL:

[jira] Updated: (AXIS2C-376) --enable-tests and make check has multiple errors

2006-12-18 Thread Sanjaya Ratnaweera (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2C-376?page=all ] Sanjaya Ratnaweera updated AXIS2C-376: -- Fix Version/s: 1.0.0 (was: 0.96) First 3 parts of this issue is relosved. The rest will be fixed in 1.0. --enable-tests

[jira] Updated: (AXIS2C-313) improve autoconf support

2006-12-18 Thread Sanjaya Ratnaweera (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2C-313?page=all ] Sanjaya Ratnaweera updated AXIS2C-313: -- Fix Version/s: 1.0.0 (was: 0.96) improve autoconf support Key: AXIS2C-313

[jira] Updated: (AXIS2C-312) remove fixed paths from code

2006-12-18 Thread Sanjaya Ratnaweera (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2C-312?page=all ] Sanjaya Ratnaweera updated AXIS2C-312: -- Fix Version/s: 1.0.0 (was: 0.96) remove fixed paths from code Key:

[jira] Updated: (AXIS2C-229) check if disp_checker should be exposed to public and if not remove the hader from include

2006-12-18 Thread Sanjaya Ratnaweera (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2C-229?page=all ] Sanjaya Ratnaweera updated AXIS2C-229: -- Fix Version/s: 1.0.0 (was: 0.96) check if disp_checker should be exposed to public and if not remove the hader from

[jira] Commented: (AXIS2C-321) Registered handlers not invoked at all on REST GET requests

2006-12-18 Thread Jean-Sebastien Delfino (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2C-321?page=comments#action_12459543 ] Jean-Sebastien Delfino commented on AXIS2C-321: --- Thanks, sorry for the delay I didn't see your earlier comment, lost in a sea of other emails... Do

[jira] Updated: (AXIS2C-443) Add a data binding and code generation sample

2006-12-18 Thread Milinda Lakmal Pathirage (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2C-443?page=all ] Milinda Lakmal Pathirage updated AXIS2C-443: Attachment: adbsapmles.patch Code generation axis databinding samples Add a data binding and code generation sample

[jira] Closed: (AXIS2C-443) Add a data binding and code generation sample

2006-12-18 Thread Dushshantha Chandradasa (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2C-443?page=all ] Dushshantha Chandradasa closed AXIS2C-443. -- Resolution: Fixed applied the patch and commited. Thanks Milinda for the patch. Add a data binding and code generation sample

[jira] Created: (AXIS2C-471) Axis2/C Manual is modified

2006-12-18 Thread Manjula Peiris (JIRA)
Axis2/C Manual is modified -- Key: AXIS2C-471 URL: http://issues.apache.org/jira/browse/AXIS2C-471 Project: Axis2-C Issue Type: Improvement Affects Versions: 0.96 Reporter: Manjula Peiris Axis2/C

[jira] Updated: (AXIS2C-471) Axis2/C Manual is modified

2006-12-18 Thread Manjula Peiris (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2C-471?page=all ] Manjula Peiris updated AXIS2C-471: -- Attachment: axis2c_manual.html Axis2/C Manual is modified -- Key: AXIS2C-471 URL: