[jira] Closed: (AXIS2C-30) Enable the simple axis server to handle multiple concurrent requests

2006-02-14 Thread Sahan Gamage (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2C-30?page=all ] Sahan Gamage closed AXIS2C-30: -- Fix Version: Current (Nightly) (was: M0.4) Resolution: Fixed Added locking mechanisms to context objects which are shared among thread

Re: [Axis2] build patch

2006-02-14 Thread Damitha Kumarage
done, thanks damitha Sanjaya Ratnaweera wrote: Hi, In some test directories 'check' target is not there. And also some test cases not installing. Attached patch fixing them. Please review and apply. Thanks. ~sanjaya -- http://sanjaya.8k.com ---

[Axis2] build patch

2006-02-14 Thread Sanjaya Ratnaweera
Hi, In some test directories 'check' target is not there. And also some test cases not installing. Attached patch fixing them. Please review and apply. Thanks. ~sanjaya -- http://sanjaya.8k.com Index: test/unit/xml/om/Makefile.am =

[jira] Updated: (AXIS2C-17) Seperate internal headers from publicly exposed headers in include and move all internal headers out of include folder

2006-02-14 Thread Samisa Abeysinghe (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2C-17?page=all ] Samisa Abeysinghe updated AXIS2C-17: Fix Version: (was: M0.4) There are few more files to be moved out of include 1. all 'flow' related headers 2. all 'phase' related headers 3. all 'htt

[jira] Updated: (AXIS2C-59) AXIS2_STUB_SET_SOAP_VERSION does not work

2006-02-14 Thread Samisa Abeysinghe (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2C-59?page=all ] Samisa Abeysinghe updated AXIS2C-59: Fix Version: (was: M0.4) > AXIS2_STUB_SET_SOAP_VERSION does not work > - > > Key: AXIS2C-59 >

[jira] Updated: (AXIS2C-52) Enable setting client socket timeout from stub

2006-02-14 Thread Samisa Abeysinghe (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2C-52?page=all ] Samisa Abeysinghe updated AXIS2C-52: Fix Version: (was: M0.4) > Enable setting client socket timeout from stub > -- > > Key: AXIS2C-5

[jira] Updated: (AXIS2C-51) set soap version on stub does not work

2006-02-14 Thread Samisa Abeysinghe (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2C-51?page=all ] Samisa Abeysinghe updated AXIS2C-51: Fix Version: (was: M0.4) > set soap version on stub does not work > -- > > Key: AXIS2C-51 > URL

[jira] Updated: (AXIS2C-48) Free the xml_reader, om_stax_builder, soap_builder created inside axis2_http_transport_utils_create_soap_msg()

2006-02-14 Thread Samisa Abeysinghe (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2C-48?page=all ] Samisa Abeysinghe updated AXIS2C-48: Fix Version: (was: M0.4) > Free the xml_reader, om_stax_builder, soap_builder created inside > axis2_http_transport_utils_create_soap_msg() > --

[jira] Closed: (AXIS2C-60) client overwrites server log

2006-02-14 Thread Samisa Abeysinghe (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2C-60?page=all ] Samisa Abeysinghe closed AXIS2C-60: --- Resolution: Won't Fix As the engine does not know if it is client or server, it is hard to resolve this at code level. The best is to use seperate l

[jira] Closed: (AXIS2C-56) If the folder in which the log file is to be written is missing, no log file is ever created

2006-02-14 Thread Samisa Abeysinghe (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2C-56?page=all ] Samisa Abeysinghe closed AXIS2C-56: --- Resolution: Fixed Nabeel has fixed this. Now if the folder is missing, log is written to the current directory. > If the folder in which the log fil

Re: Fw: [jira] Resolved: (AXISCPP-149) Memory cleaning of generated C++ array code

2006-02-14 Thread Samisa Abeysinghe
Well, I just created the issue. Bulk of the hard work was done by Adrian :) Well done Adrian. Samisa... John Hawkins wrote: Woo hoo !! It's taken us one year and five months to fix this one ! A little self-congratulations is in order to have pulled this off at all - it was never going to b

[jira] Updated: (AXIS2C-53) Enable setting proxy in client transport

2006-02-14 Thread Samisa Abeysinghe (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2C-53?page=all ] Samisa Abeysinghe updated AXIS2C-53: Fix Version: (was: M0.3) Version: Current (Nightly) > Enable setting proxy in client transport > > >

[jira] Closed: (AXIS2C-71) soap body and soap header constructor methos "create_with_parent" does not set soap envelope's body and header

2006-02-14 Thread Samisa Abeysinghe (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2C-71?page=all ] Samisa Abeysinghe closed AXIS2C-71: --- Fix Version: M0.4 Resolution: Fixed This has now been fixed by Nandika > soap body and soap header constructor methos "create_with_parent" does

Fw: [jira] Resolved: (AXISCPP-149) Memory cleaning of generated C++ array code

2006-02-14 Thread John Hawkins
Woo hoo !! It's taken us one year and five months to fix this one ! A little self-congratulations is in order to have pulled this off at all - it was never going to be easy! Well done especially to Adrian and Samisa who have worked so hard on this. - Forwarded by John Hawkins/UK/IBM o

[jira] Resolved: (AXISCPP-149) Memory cleaning of generated C++ array code

2006-02-14 Thread Adrian Dick (JIRA)
[ http://issues.apache.org/jira/browse/AXISCPP-149?page=all ] Adrian Dick resolved AXISCPP-149: - Resolution: Fixed I believe this piece of work to now be complete. Based on the testcases available, this is working for client and server, for both d

[jira] Closed: (AXIS2C-55) Log is overwritten each time simple axis server starts

2006-02-14 Thread Samisa Abeysinghe (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2C-55?page=all ] Samisa Abeysinghe closed AXIS2C-55: --- Resolution: Fixed Nabeel provided a fix for this and this is solved now > Log is overwritten each time simple axis server starts > --

Re: [Axis2] Axis2C Milestone Release Plan M0.4

2006-02-14 Thread Sahan Gamage
+1 from me - Sahan Damitha Kumarage wrote: > Hi All > > We have done considerable amount of improvements in the past two weeks > since the M0.3 release. > Hence it is worth releasing the current set of features as a new > milestone. > > We have the following features added on top of the M0.3 relea

Re: [Axis2] Axis2C Milestone Release Plan M0.4

2006-02-14 Thread Samisa Abeysinghe
+1. Samisa... Damitha Kumarage wrote: Hi All We have done considerable amount of improvements in the past two weeks since the M0.3 release. Hence it is worth releasing the current set of features as a new milestone. We have the following features added on top of the M0.3 release 1. Thread

Re: [Axis2] patch - for the jira issues 55 and 56

2006-02-14 Thread Samisa Abeysinghe
Hi Nabeel, You can also attach the pathces to the respective Jiras themselves, which is the preffered way. Thanks, Samisa... Nabeel wrote: Hi, Patch for the issues 55/56 is attached with this. pls review and apply. Now logging is made thread safe. Logs are written to $AXIS2C_HOME/logs fol

Re: [Axis2] Add axis2_thread_unix.h to make dist

2006-02-14 Thread Damitha Kumarage
Sanjaya Ratnaweera wrote: Hi, The attached patch adds axis2_thread_unix.h to 'make dist'. Please apply. Thanks ~sanjaya -- http://sanjaya.8k.com Index: Makefile.am ===

[jira] Closed: (AXIS2C-69) simple axis server should handle SIGPIPE

2006-02-14 Thread Sahan Gamage (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2C-69?page=all ] Sahan Gamage closed AXIS2C-69: -- Fix Version: Current (Nightly) Resolution: Fixed Assign To: Sahan Gamage New signal handler function is added which handles SIGPIPE. It just logs and

[jira] Closed: (AXIS2C-57) log entries should have a timestamp

2006-02-14 Thread Sahan Gamage (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2C-57?page=all ] Sahan Gamage closed AXIS2C-57: -- Fix Version: Current (Nightly) (was: M0.4) Resolution: Fixed Implemented. We have the time stamp in the log as follows. [Tue Feb 14 14

[jira] Commented: (AXIS2C-30) Enable the simple axis server to handle multiple concurrent requests

2006-02-14 Thread Sahan Gamage (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2C-30?page=comments#action_12366309 ] Sahan Gamage commented on AXIS2C-30: Threading support is added. Now the server can handle multiple requests at the same time. Only thing left is to make sure the concurrnt