Building under windows

2008-08-04 Thread Nikola Tankovć
Hy all, I'm trying to build my CGI executable under windows using cl.exe but get the following errors cgi_main.c(95) : error C2275: 'axis2_conf_ctx_t' : illegal use of this type as an expression C:\axis2c\include\axis2_conf_ctx.h(49) : see declaration of 'axis2_conf_ctx_t' ... and

Re: Building under windows

2008-08-04 Thread Uthaiyashankar
Hi, This error occurs if you declare any variables in the middle of the method. You have to declare all the variables at the start of the method, before other statements/implementations. In cgi_main.c you have declared a variable conf_ctx in line 95, where line 67 - 91 you have other

Re: Building under windows

2008-08-04 Thread Nikola Tankovć
Ahh OK thank you, it works with gcc so I didn't think of that as a problem. Uthaiyashankar wrote: Hi, This error occurs if you declare any variables in the middle of the method. You have to declare all the variables at the start of the method, before other statements/implementations. In

Re: Building under windows

2008-08-04 Thread Nandika Jayawardana
If you have visual studio, it will be lot easier for you , if you create a visual studio project and then use it to compile the code. Regards Nandika On Mon, Aug 4, 2008 at 8:12 PM, Nikola Tankovć [EMAIL PROTECTED] wrote: Ahh OK thank you, it works with gcc so I didn't think of that as a

Re: Speed testing

2008-08-04 Thread Rajika Kumarasiri
On Wed, Jul 30, 2008 at 1:45 PM, Nikola Tankovć [EMAIL PROTECTED]wrote: Hy there, Hi Nikola, Hope you are doing great with your GSoC work. To test the speed/performance of your work, you can follow a similar way where we used to measure the performance of Axis2/C. The procedure was like this.

[jira] Updated: (AXIS2C-1251) Memory leak in axiom_node_serialize_sub_tree

2008-08-04 Thread Hatim Daginawala (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-1251?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hatim Daginawala updated AXIS2C-1251: - Attachment: om_node_diff.txt om_node.c Fix is attached Memory leak in

[jira] Created: (AXIS2C-1251) Memory leak in axiom_node_serialize_sub_tree

2008-08-04 Thread Hatim Daginawala (JIRA)
Memory leak in axiom_node_serialize_sub_tree Key: AXIS2C-1251 URL: https://issues.apache.org/jira/browse/AXIS2C-1251 Project: Axis2-C Issue Type: Bug Components: xml/om Affects

[GSoC] XPath Project Status.

2008-08-04 Thread Dumindu Pallewela
Hi Varuna, I see that you've done quite a job implementing XPath by now. Could you please update the list on what you have done already and what remains to be completed. Thanks, Dumindu. -- Dumindu Pallewela Cinergix - Share, Reuse, Innovate cinergix.com

Re: [GSoC] XPath Project Status.

2008-08-04 Thread Varuna Jayasiri
Hi, The XPath engine now supports most of the generally used XPath expressions. Expressions such as path expressions, predicates, unions, conditional expressions, namespaces, etc have been implemented as we have discussed and planned. For example expressions such as the following could be

Re: Speed testing

2008-08-04 Thread Supun Kamburugamuva
Hi Nikola, Did you test the CGI with different web servers like Apache and IIS? At this point I would like to concentrate more on supporting different web servers than speed. Supun.. 2008/8/4 Rajika Kumarasiri [EMAIL PROTECTED] On Wed, Jul 30, 2008 at 1:45 PM, Nikola Tankovć [EMAIL

[jira] Created: (AXIS2-3962) Engagle custom handlers per operation

2008-08-04 Thread JIRA
Engagle custom handlers per operation - Key: AXIS2-3962 URL: https://issues.apache.org/jira/browse/AXIS2-3962 Project: Axis 2.0 (Axis2) Issue Type: Bug Components: modules Affects Versions:

[jira] Commented: (AXIS2-3958) ConcurrentModificationException in AxisConfiguration

2008-08-04 Thread Hans G Knudsen (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3958?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12619458#action_12619458 ] Hans G Knudsen commented on AXIS2-3958: --- Hi! Axis2 1.4 uses the 'backport' version

[jira] Updated: (AXIS2-3961) The endpoint address for a JMS endpoint appears as null in the WSDL

2008-08-04 Thread Amila Chinthaka Suriarachchi (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3961?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Amila Chinthaka Suriarachchi updated AXIS2-3961: Attachment: patch.txt hi Keith please have a test with this patch.

[jira] Commented: (AXIS2-3958) ConcurrentModificationException in AxisConfiguration

2008-08-04 Thread Nandana Mihindukulasooriya (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3958?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12619539#action_12619539 ] Nandana Mihindukulasooriya commented on AXIS2-3958: --- Applied Amila's

[jira] Commented: (AXIS2-3961) The endpoint address for a JMS endpoint appears as null in the WSDL

2008-08-04 Thread Keith Godwin Chapman (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3961?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12619547#action_12619547 ] Keith Godwin Chapman commented on AXIS2-3961: - The patch looks good. With test

[jira] Updated: (AXIS2-3958) ConcurrentModificationException in AxisConfiguration

2008-08-04 Thread Hans G Knudsen (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3958?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hans G Knudsen updated AXIS2-3958: -- Attachment: patch_3958_synchronized.txt Hi! Just tested out the patch - but I now got an

[jira] Commented: (AXIS2-3958) ConcurrentModificationException in AxisConfiguration

2008-08-04 Thread Nandana Mihindukulasooriya (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3958?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12619772#action_12619772 ] Nandana Mihindukulasooriya commented on AXIS2-3958: --- Hi Hans, In this

[jira] Updated: (AXIS2-3867) Axis2 goes into a endless loop if httpLocations such as whttp:location={name} is used

2008-08-04 Thread Keith Godwin Chapman (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3867?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Keith Godwin Chapman updated AXIS2-3867: Fix Version/s: (was: 1.4.1) Axis2 goes into a endless loop if httpLocations

[jira] Commented: (AXIS2-3867) Axis2 goes into a endless loop if httpLocations such as whttp:location={name} is used

2008-08-04 Thread Keith Godwin Chapman (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3867?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12619776#action_12619776 ] Keith Godwin Chapman commented on AXIS2-3867: - This issue has not been fixed

[jira] Commented: (AXIS2-3961) The endpoint address for a JMS endpoint appears as null in the WSDL

2008-08-04 Thread Keith Godwin Chapman (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3961?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12619778#action_12619778 ] Keith Godwin Chapman commented on AXIS2-3961: - Fixed in revision 682470 in

[jira] Updated: (AXIS2-3961) The endpoint address for a JMS endpoint appears as null in the WSDL

2008-08-04 Thread Keith Godwin Chapman (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3961?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Keith Godwin Chapman updated AXIS2-3961: This had been fixed in the branch The endpoint address for a JMS endpoint appears as