[jira] Created: (AXIS2C-261) Password callback API needs redoing

2006-09-09 Thread James Clark (JIRA)
Password callback API needs redoing --- Key: AXIS2C-261 URL: http://issues.apache.org/jira/browse/AXIS2C-261 Project: Axis2-C Issue Type: Improvement Components: rampart Affects Versions:

[jira] Created: (AXIS2C-264) Introduce AXIS2_INTERNAL macro for use with non-static functions that are not exported from shared library

2006-09-09 Thread James Clark (JIRA)
Introduce AXIS2_INTERNAL macro for use with non-static functions that are not exported from shared library -- Key: AXIS2C-264 URL:

[jira] Created: (AXIS2C-265) axis2_string.h macro strangeness

2006-09-09 Thread James Clark (JIRA)
axis2_string.h macro strangeness Key: AXIS2C-265 URL: http://issues.apache.org/jira/browse/AXIS2C-265 Project: Axis2-C Issue Type: Improvement Components: util Affects Versions: Current

[jira] Created: (AXIS2C-267) Drop use of macros in method calls to improve backward compatibility of binary

2006-09-09 Thread Samisa Abeysinghe (JIRA)
Drop use of macros in method calls to improve backward compatibility of binary -- Key: AXIS2C-267 URL: http://issues.apache.org/jira/browse/AXIS2C-267 Project: Axis2-C

[jira] Created: (AXIS2C-268) AXIS2_CRTICAL_FAILURE = AXIS2_CRITICAL_FAILURE

2006-09-09 Thread James Clark (JIRA)
AXIS2_CRTICAL_FAILURE = AXIS2_CRITICAL_FAILURE --- Key: AXIS2C-268 URL: http://issues.apache.org/jira/browse/AXIS2C-268 Project: Axis2-C Issue Type: Improvement Components: util

[jira] Created: (AXIS2C-269) Try to clean up axis2_stream

2006-09-09 Thread James Clark (JIRA)
Try to clean up axis2_stream Key: AXIS2C-269 URL: http://issues.apache.org/jira/browse/AXIS2C-269 Project: Axis2-C Issue Type: Improvement Components: util Affects Versions: Current (Nightly)

[jira] Commented: (AXIS2C-269) Try to clean up axis2_stream

2006-09-09 Thread James Clark (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2C-269?page=comments#action_12433594 ] James Clark commented on AXIS2C-269: The output stream needs flush and close methods as well. Try to clean up axis2_stream

[jira] Created: (AXIS2C-270) base64 encoding/decoding should be implemented as a stream

2006-09-09 Thread James Clark (JIRA)
base64 encoding/decoding should be implemented as a stream -- Key: AXIS2C-270 URL: http://issues.apache.org/jira/browse/AXIS2C-270 Project: Axis2-C Issue Type: Improvement

[jira] Created: (AXIS2C-271) axiom_xml_reader/writer should read/write from streams

2006-09-09 Thread James Clark (JIRA)
axiom_xml_reader/writer should read/write from streams -- Key: AXIS2C-271 URL: http://issues.apache.org/jira/browse/AXIS2C-271 Project: Axis2-C Issue Type: Improvement

[jira] Created: (AXIS2C-272) encryption/decryption should work on streams

2006-09-09 Thread James Clark (JIRA)
encryption/decryption should work on streams Key: AXIS2C-272 URL: http://issues.apache.org/jira/browse/AXIS2C-272 Project: Axis2-C Issue Type: Improvement Components: rampart

[jira] Created: (AXIS2C-273) rampart_generate_nonce should not use rand()

2006-09-09 Thread James Clark (JIRA)
rampart_generate_nonce should not use rand() Key: AXIS2C-273 URL: http://issues.apache.org/jira/browse/AXIS2C-273 Project: Axis2-C Issue Type: Bug Components: rampart Affects

[jira] Created: (AXIS2C-274) rampart_generate_time should use date time stuff from util

2006-09-09 Thread James Clark (JIRA)
rampart_generate_time should use date time stuff from util -- Key: AXIS2C-274 URL: http://issues.apache.org/jira/browse/AXIS2C-274 Project: Axis2-C Issue Type: Improvement

[jira] Resolved: (AXIS2C-268) AXIS2_CRTICAL_FAILURE = AXIS2_CRITICAL_FAILURE

2006-09-09 Thread Samisa Abeysinghe (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2C-268?page=all ] Samisa Abeysinghe resolved AXIS2C-268. -- Fix Version/s: 0.94 Resolution: Fixed Assignee: Samisa Abeysinghe Fixed AXIS2_CRTICAL_FAILURE = AXIS2_CRITICAL_FAILURE

Codegen problem

2006-09-09 Thread Samisa Abeysinghe
When I codegen for a WSDL, I get parameters with no type in generated C code. The WSDL has wsdl:message name='saveMessage' / and I get the C code: axis2_status_t axis2_ServerAdmin_save (const axis2_env_t* env , param20 ); Java generated code is correct: public void save ( ) {} So obviously

Re: Codegen problem

2006-09-09 Thread Samisa Abeysinghe
BTW I used '-d none' and '-u' in when generating code in both languages. Samisa... Samisa Abeysinghe wrote: When I codegen for a WSDL, I get parameters with no type in generated C code. The WSDL has wsdl:message name='saveMessage' / and I get the C code: axis2_status_t

[Axis2]Re: Codegen problem

2006-09-09 Thread Samisa Abeysinghe
Prefix corrected! BTW I used '-d none' and '-u' in when generating code in both languages. Samisa... Samisa Abeysinghe wrote: When I codegen for a WSDL, I get parameters with no type in generated C code. The WSDL has wsdl:message name='saveMessage' / and I get the C code: axis2_status_t

[Axis2] Problem in codegen with ADB

2006-09-09 Thread Samisa Abeysinghe
I tried to codegen with '-d adb' and for both C and Java I get an error shown below. Any clues as to what may have caused the problems? Samisa... Exception in thread main org.apache.axis2.wsdl.codegen.CodeGenerationException: org.apache.axis2.wsdl.codegen.CodeGenerationException: No proper

Re: [Axis2]Re: Codegen problem

2006-09-09 Thread Ajith Ranabahu
I corrected the problem in the templates. Please see whether it works for you now :) On 9/9/06, Samisa Abeysinghe [EMAIL PROTECTED] wrote: Prefix corrected! BTW I used '-d none' and '-u' in when generating code in both languages. Samisa... Samisa Abeysinghe wrote: When I codegen for a

[jira] Created: (AXIS2C-275) apache2_stream_write should use ap_rwrite, not ap_rputs

2006-09-09 Thread James Clark (JIRA)
apache2_stream_write should use ap_rwrite, not ap_rputs --- Key: AXIS2C-275 URL: http://issues.apache.org/jira/browse/AXIS2C-275 Project: Axis2-C Issue Type: Bug Components: