stdout redirection

2008-07-12 Thread Nikola Tankovć
Is there anything in Axis API to redirect data intended for stdout? I'm having a problem 'cause in CGI exec I'm giving output to stdout as result of script, and the problem is that I need to suppress all stdout output from the invoked service. I.e. the included test service for MTOM has a

New method for creating xml_reader

2008-07-12 Thread Manjula Peiris
Hi all, MTOM caching stuff is finished in both send and receiving sides.It is available here [1]. But due to this [2] problem, it cannot be integrated to Axis2/C trunk. In order to solve that problem we need to keep a reference of mime_parser instance in the soap_builder similarly stax_builder.

Re: stdout redirection

2008-07-12 Thread Samisa Abeysinghe
Nikola Tankovć wrote: Is there anything in Axis API to redirect data intended for stdout? I'm having a problem 'cause in CGI exec I'm giving output to stdout as result of script, and the problem is that I need to suppress all stdout output from the invoked service. I.e. the included test

Re: stdout redirection

2008-07-12 Thread Tanković Nikola
But that's just the problem. I didn't write the service. Someday someone will put printf in service and will not work over CGI, but will work otherwise. On Sat, Jul 12, 2008 at 4:23 PM, Samisa Abeysinghe [EMAIL PROTECTED] wrote: Nikola Tankovć wrote: Is there anything in Axis API to redirect

Re: New method for creating xml_reader

2008-07-12 Thread Manjula Peiris
On Sat, 2008-07-12 at 19:31 +0530, Milinda Pathirage wrote: As Thilina mentioned in above thread Axis2/Java keeps a instance of mime parser in it's xml builder. So I think it's ok to follow that method. AFAIK, I think if we enable MTOM caching we have to have this feature or is anybody have

[jira] Commented: (AXIS2C-1156) memory leak in savanc

2008-07-12 Thread Damitha Kumarage (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-1156?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12613110#action_12613110 ] Damitha Kumarage commented on AXIS2C-1156: -- I found that leak details for server

[jira] Assigned: (AXIS2C-1223) Ws-Addressing Module, extracting information from EPR

2008-07-12 Thread Damitha Kumarage (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-1223?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Damitha Kumarage reassigned AXIS2C-1223: Assignee: Damitha Kumarage Ws-Addressing Module, extracting information from EPR

[jira] Assigned: (AXIS2C-1227) engine not freed when server return an error

2008-07-12 Thread Damitha Kumarage (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-1227?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Damitha Kumarage reassigned AXIS2C-1227: Assignee: Damitha Kumarage engine not freed when server return an error

[jira] Commented: (AXIS2C-1156) memory leak in savanc

2008-07-12 Thread Diluka Moratuwage (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-1156?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12613112#action_12613112 ] Diluka Moratuwage commented on AXIS2C-1156: --- Hi Damitha, Yes sure, it's just

[jira] Closed: (AXISCPP-879) UDDI inquiry API 'get_tModelDetail()' does not return all the deatils of Technical Model correctly.

2008-07-12 Thread nadir amra (JIRA)
[ https://issues.apache.org/jira/browse/AXISCPP-879?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] nadir amra closed AXISCPP-879. -- Resolution: Cannot Reproduce Fix Version/s: current (nightly) Seems to be fixed. I had to

Re: stdout redirection

2008-07-12 Thread Samisa Abeysinghe
Tanković Nikola wrote: But that's just the problem. I didn't write the service. Someday someone will put printf in service and will not work over CGI, but will work otherwise. Even with scripting languages, if you run in CGI, having printf/echo will lead to this problem. So those who deploy