Re: [VOTE] Moving Axis2/C and Axis1 to Attic

2016-04-25 Thread Tom Jordahl
+1 (binding) -- Tom Jordahl On 4/22/16, 11:25 AM, "Deepal jayasinghe" wrote: >Hi All, > >Axis2/C and Axis1 projects are lack of active developments, and when it >come to board reports there is nothing to report on these projects. So, >I am proposing to mov

RE: [VOTE] Moving Axis2/C and Axis1 to Attic

2016-04-23 Thread Martin Gainty
I think we have enough resources to maintain C Language on 'Nix platforms If we can secure a Microsoft resource to maintain the dos/windows code we *could* keep Axis1 C code and Axis2 C Code active If no Microsoft resource comes forward After May 1 I vote +1 for both Axis1/C and Axis2/C be

Re: [VOTE] Moving Axis2/C and Axis1 to Attic

2016-04-22 Thread Dinesh Weerapurage
+1 Dinesh. -- Be happy On Fri, Apr 22, 2016 at 9:25 AM, Deepal jayasinghe wrote: > Hi All, > > Axis2/C and Axis1 projects are lack of active developments, and when it > come to board reports there is nothing to report on these projects. So, I > am proposing to move those pr

[VOTE] Moving Axis2/C and Axis1 to Attic

2016-04-22 Thread Deepal jayasinghe
Hi All, Axis2/C and Axis1 projects are lack of active developments, and when it come to board reports there is nothing to report on these projects. So, I am proposing to move those projects to Attic. Here is my +1. Deepal

C

2012-06-22 Thread tonal disorder
t be going on in the axis2 layer, but stepping thru the code with a debugger didn't reveal the answer. If anyone has an idea of what is going on here, I would be grateful for your thoughts. -- View this message in context: http://old.nabble.com/C-tp34054790p34054790.html Sent from the Axis -

AW: Calling non-multi-threaded C code in an Axis2 service

2011-11-29 Thread Stadelmann Josef
Maybe the best is to make your C code thread safe. If that is too much work then you can think of a barrier used to synchronize the C-code-callers at the java level. The barrier goes down before the C code is invoked and once the legacy-C-code is left, the barrier goes up, and allows another

Re: Calling non-multi-threaded C code in an Axis2 service

2011-11-28 Thread robert lazarski
On Mon, Nov 28, 2011 at 5:13 PM, Philippe de Rochambeau wrote: > Hello, > > I would like to create a Web service based on a class which calls C functions > via JNI. > > The only problem is that the C functions are legacy and therefore not > multi-threaded. In other wor

Calling non-multi-threaded C code in an Axis2 service

2011-11-28 Thread Philippe de Rochambeau
Hello, I would like to create a Web service based on a class which calls C functions via JNI. The only problem is that the C functions are legacy and therefore not multi-threaded. In other words, if several people simultaneously call the service, they might cause the C code to crash. What is

axis2/c + rampartc + file uploading

2010-05-05 Thread venkat_k1
I am trying to use axis2/c for file uploading. It is pretty simple with axis2/c http server/client provided as part of examples in axis2/c source. To provide x509 authentication i have installed rampartc, which is a security module for axis2/c. Can you please suggest me how can i achieve file