[jira] Updated: (AXIS2C-1191) Add Documentation for AMQP Transport

2008-06-11 Thread Danushka Menikkumbura (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-1191?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Danushka Menikkumbura updated AXIS2C-1191: -- Attachment: AXIS2C-1191-V2.patch Sanjaya, Try AXIS2C-1191-V2.patch and see.

[jira] Assigned: (AXIS2C-1190) Non blocking samples could be improved by the use of axis2_callback_get_complete function.

2008-06-11 Thread Damitha Kumarage (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-1190?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Damitha Kumarage reassigned AXIS2C-1190: Assignee: Damitha Kumarage Non blocking samples could be improved by the use of

RE: Looking for a debugger for axis2c

2008-06-11 Thread Gupta, Shivam
Hello, I have tried but was unsuccessful in managing to debug axis on Visula Studio 2005. Could you provide me a link to some tutorial or document that would guide me about creating a project in VS2005. I want to import Axis2/c as a project in VS2005. Thanks, Shivam

[jira] Closed: (AXIS2C-1162) Axis2/C does not invoke the phases correctly when there are module defined phases.

2008-06-11 Thread Damitha Kumarage (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-1162?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Damitha Kumarage closed AXIS2C-1162. Resolution: Fixed This is not an issue as this is the designed behaviour. Use can add

Re: Question about AXIS2_PARAM_CHECK

2008-06-11 Thread Supun Kamburugamuva
Hi Damitha, Do we have lots of code written in the way that you have mentioned? If yes, we may have to keep the existing code. But as you have mentioned previously if we are neglecting a error and calling another function that implies two things. Actually error is not an error that we should be

[jira] Commented: (AXIS2C-1191) Add Documentation for AMQP Transport

2008-06-11 Thread Dushshantha Chandradasa (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-1191?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12604135#action_12604135 ] Dushshantha Chandradasa commented on AXIS2C-1191: - applied the patch Add

Re: Looking for a debugger for axis2c

2008-06-11 Thread Supun Kamburugamuva
Hi, There is a VS 2005 solution in the ides/vc/axis2c folder of Axis2/C source distribution. You can use that project. Supun. On Tue, Jun 10, 2008 at 11:09 PM, Gupta, Shivam [EMAIL PROTECTED] wrote: Hello, I have tried but was unsuccessful in managing to debug axis on Visula Studio

[jira] Commented: (AXIS2C-1177) op_ctx_map in conf_ctx is not used.

2008-06-11 Thread Damitha Kumarage (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-1177?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12604153#action_12604153 ] Damitha Kumarage commented on AXIS2C-1177: -- I can see that in addressing

Re: Looking for a debugger for axis2c

2008-06-11 Thread Supun Kamburugamuva
You can add the external library dependencies by going to tools-options-projects and solutions-visual c++ directories. There you can add the eternal libraries include paths as well as library paths. Generally you have to add the libxml2, iconv and zlib library paths and include paths there.

RE: Looking for a debugger for axis2c

2008-06-11 Thread Gupta, Shivam
Hi, Thanks a lot for the project. However, I am trying to build it in VS2005, it gives the error message Cannot open file zlib.h:No such file or directory. To correct this, I added the zlib directory location in the Makefile. But I wasn't successful in getting aroun the build issue.

[jira] Commented: (AXIS2C-1154) multiple Invalid read of size 4 for client In-Only message

2008-06-11 Thread Diluka Moratuwage (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-1154?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12604171#action_12604171 ] Diluka Moratuwage commented on AXIS2C-1154: --- Hi, Can you please attach the

[jira] Commented: (AXIS2C-1154) multiple Invalid read of size 4 for client In-Only message

2008-06-11 Thread Frederic Heem (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-1154?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12604175#action_12604175 ] Frederic Heem commented on AXIS2C-1154: --- Have you changed the definition of

RE: Looking for a debugger for axis2c

2008-06-11 Thread Gupta, Shivam
Hi, It worked!! Thanks there. But I got stuck at another instance. Now, my build gives the error Cannot open the file openssl.h: No such file or directory. Now, I have set the constant AUTOCONF = configure.in inside the Makefile. In configure.in, I have set the values for Enable_SSL

Re: Looking for a debugger for axis2c

2008-06-11 Thread Supun Kamburugamuva
I think you are using the VS 2005 build. In that case you don't want to change any of the nmake build related stuff in build/win32 directory. I think the source distribution you are using has SSL and Libcurl stuff in the VC project. To go along with that you need to have those two libraries

[jira] Commented: (AXIS2C-1154) multiple Invalid read of size 4 for client In-Only message

2008-06-11 Thread Diluka Moratuwage (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-1154?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12604194#action_12604194 ] Diluka Moratuwage commented on AXIS2C-1154: --- Hi, The above modification doesn't

[jira] Commented: (AXIS2C-1154) multiple Invalid read of size 4 for client In-Only message

2008-06-11 Thread Frederic Heem (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-1154?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12604205#action_12604205 ] Frederic Heem commented on AXIS2C-1154: --- The modification is a workaround for a

[jira] Resolved: (AXIS2C-1191) Add Documentation for AMQP Transport

2008-06-11 Thread Samisa Abeysinghe (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-1191?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Samisa Abeysinghe resolved AXIS2C-1191. --- Resolution: Fixed Assignee: Dushshantha Chandradasa Add Documentation for

Re: Next release?

2008-06-11 Thread Samisa Abeysinghe
OK, shall we decide what features goes into the next release and when we are going to do it? Samisa... Dinesh Premalal wrote: Hi Manjula, Manjula Peiris [EMAIL PROTECTED] writes: Are we going to include MTOM caching in this release ? Receiving side is ok .I am working at sending

Re: Moving axis2_*iis/apache2*_worker_process_request logic to a common place - Correct mail

2008-06-11 Thread Samisa Abeysinghe
+1. Samisa... Nandika Jayawardana wrote: +1. I think this is a good approach. I think we should have the message context as a member variable in both of these variables. In that way, what ever the module specific information can be passed through message context. Since this is specific to

Re: MTOM Caching With a user provided callback

2008-06-11 Thread Thilina Gunarathne
Hi, Yes while we are parsing the stream depending on the size write it to a file or keep it on memory. This parsing happens at very early stages of request processing at the transport level even before invoking the engine. The data_handler has a reference to the attachment if it is in memory

Re: Question about AXIS2_PARAM_CHECK

2008-06-11 Thread Dimuthu Gamage
Hi Damitha, After reading you explanation, I thought the best way to go is keeping the status before calling to z() function (in your example) and set the status back to the early status after calling z. But according to Spuns explanation this will more degrade the performance. Anyway for the

[jira] Updated: (AXISCPP-227) does not create classes with inheritance

2008-06-11 Thread nadir amra (JIRA)
[ https://issues.apache.org/jira/browse/AXISCPP-227?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] nadir amra updated AXISCPP-227: --- Component/s: WSDL processing - Doc does not create classes with inheritance