[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:

[jira] Commented: (AXIS2-1128) Layout of axis2/modules/tool

2006-09-09 Thread Jochen Wiedmann (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1128?page=comments#action_12433576 ] Jochen Wiedmann commented on AXIS2-1128: But, Dims, isn't that just another argument to break up the eclipse specific stuff into a separate directory? At

Re: [Axis2] XmlSchema Axiom for next Axis2 release

2006-09-09 Thread Eran Chinthaka
John Kaputin (gmail) wrote: Hi all, what plans does the Axis2 community have regarding XmlSchema and Axiom releases for the next release of Axis2 proposed for later this month? Axiom release will, most probably, available by 15th Sep. XmlSchema, there are some changes that are being done these

[jira] Created: (AXIS2-1130) Build with Maven 2

2006-09-09 Thread Jochen Wiedmann (JIRA)
Build with Maven 2 -- Key: AXIS2-1130 URL: http://issues.apache.org/jira/browse/AXIS2-1130 Project: Apache Axis 2.0 (Axis2) Issue Type: Improvement Reporter: Jochen Wiedmann Assigned To: Jochen Wiedmann

[jira] Work started: (AXIS2-1130) Build with Maven 2

2006-09-09 Thread Jochen Wiedmann (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1130?page=all ] Work on AXIS2-1130 started by Jochen Wiedmann. Build with Maven 2 -- Key: AXIS2-1130 URL: http://issues.apache.org/jira/browse/AXIS2-1130 Project: Apache Axis 2.0

[jira] Updated: (AXIS2-1130) Build with Maven 2

2006-09-09 Thread Jochen Wiedmann (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1130?page=all ] Jochen Wiedmann updated AXIS2-1130: --- Attachment: axis2-maven2.patch Current state Build with Maven 2 -- Key: AXIS2-1130 URL:

Re: [Axis2] An approach for clustering Axis2

2006-09-09 Thread Chamikara Jayalath
Hi Filip, Rajith, AllThanks to all the resources from Filip I guess we can now get a good undestanding of tribes and use it for an implementation of the ClusterManager. As u guys had mentioned the session updates hv to be done periodically. I guess this can be decided based on the Axis2 contexts

[jira] Commented: (AXIS2-1129) Doubled wrapper elements around XMLBeans-generated XML

2006-09-09 Thread Ajith Harshana Ranabahu (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1129?page=comments#action_12433598 ] Ajith Harshana Ranabahu commented on AXIS2-1129: This does seem to be a user error to me. For instance when I generated and tried to compile your

[jira] Commented: (AXIS2-747) Missing namespace on subelement

2006-09-09 Thread Ajith Harshana Ranabahu (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-747?page=comments#action_12433599 ] Ajith Harshana Ranabahu commented on AXIS2-747: --- Is this still there - I mean has anyone tried the nightlies ? Missing namespace on subelement

[jira] Commented: (AXIS2-1128) Layout of axis2/modules/tool

2006-09-09 Thread Davanum Srinivas (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1128?page=comments#action_12433614 ] Davanum Srinivas commented on AXIS2-1128: - yep, i will be doing that too. -- dims Layout of axis2/modules/tool

[jira] Commented: (AXIS2-1130) Build with Maven 2

2006-09-09 Thread Davanum Srinivas (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1130?page=comments#action_12433615 ] Davanum Srinivas commented on AXIS2-1130: - jochen, you have karma for Axis2 as a ws committer. could you please work directly with svn? :) thx, dims

Re: [Axis2] Build failing

2006-09-09 Thread Bill Nagy
Still doesn't work. This is all that I have in the repo (for XmlSchema that is): ~ ls -lah .maven/repository/org.apache.ws.commons/jars total 144K drwxrwxr-x 2 nagy nagy 4.0K Sep 8 21:05 ./ drwxrwxr-x 3 nagy nagy 4.0K Jun 19 13:38 ../ -rw-rw-r-- 1 nagy nagy 120K Sep 8 21:05

[jira] Commented: (AXIS2-937) WSDL2Java not generating parameters for stub methods

2006-09-09 Thread Ajith Harshana Ranabahu (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-937?page=comments#action_12433664 ] Ajith Harshana Ranabahu commented on AXIS2-937: --- Hi, The build problem you mentioned seems to be related to the XMLSchema jar not being updated. I

[jira] Commented: (AXIS2-1126) Compile error in the 'Nightly Builds'

2006-09-09 Thread Ajith Harshana Ranabahu (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1126?page=comments#action_12433667 ] Ajith Harshana Ranabahu commented on AXIS2-1126: Hi, Please provide more information about your environment (JDK version, Maven version etc). Most

[jira] Commented: (AXIS2-1116) WSDL2Java with Xmlbeans binding is not generating classes for all schema

2006-09-09 Thread Ajith Harshana Ranabahu (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1116?page=comments#action_12433671 ] Ajith Harshana Ranabahu commented on AXIS2-1116: #2 is fixed and the code checked in. Please test against the latest nightly and let us know