Re: REST URL Mapping - The changes done in pattern matching Algorithm

2008-11-20 Thread Thiago Rafael Becker
The only thing that worries me is the recursion. Suppose that I have a small stack (which is common on embedded systems), and a long chain of possibilities to a single pattern or even several patterns (which may be common). Can this overflow the application stack? Can these functions be

checking if axis server has started

2008-11-20 Thread indra.sharma
Hi! Is there a way to check if axis server has started? I have two threads, one initiates the axis server and gets stuck which also makes the main thread to stop. I would like to somehow check if the server has started and then let the main thread know so it can continue running. Regards Indra

Re: REST URL Mapping - The changes done in pattern matching Algorithm

2008-11-20 Thread Dimuthu Gamage
Hi Thiago, Yes, recursive should anyway cause problems with small stacks. But I think we can safely assume the number of url component will not exceed 4/5 times. If the call stack is still smaller than that number, the code will fail. On Thu, Nov 20, 2008 at 3:40 PM, Thiago Rafael Becker

Re: checking if axis server has started

2008-11-20 Thread Damitha Kumarage
Hi, [EMAIL PROTECTED] wrote: Hi! Is there a way to check if axis server has started? You can always do that by checking the return status. If this does not help please send what you have tried to see whether I can be of any help thanks Damitha I have two threads, one initiates the axis

[jira] Resolved: (AXIS2C-595) XPath support in AXIOM

2008-11-20 Thread Dumindu Pallewela (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-595?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dumindu Pallewela resolved AXIS2C-595. -- Resolution: Fixed Fix Version/s: Current (Nightly) Committed the xpath

[jira] Issue Comment Edited: (AXISCPP-100) enable axis c++ (engine) tracing

2008-11-20 Thread nadir amra (JIRA)
[ https://issues.apache.org/jira/browse/AXISCPP-100?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12647434#action_12647434 ] nadiramra edited comment on AXISCPP-100 at 11/20/08 2:16 PM: --