RE: [Axis2] Non-blocking dual client

2006-07-26 Thread Marta García Rueda
Hi, The source code in my *ServiceStub.java is: org.apache.axis2.context.MessageContext _messageContext = new org.apache.axis2.context.MessageContext(); _messageContext.setEnvelope(env); _operationClient.addMessageContext(_messageContext);

Debug a web service invocation

2006-07-26 Thread Yueqiang
  Hi All,We've developed a composite debugger for service invocations (based on axis 1.x), a web-scale debugger.It has following features:(1) Do not need always to turn on the debug conditional attribute when you inspect a service invocation;(2) Two levels to control a service invoca

[jira] Created: (AXIS2-932) axis2 doesn't receive null values correctly

2006-07-26 Thread Egor Samarkhanov (JIRA)
axis2 doesn't receive null values correctly --- Key: AXIS2-932 URL: http://issues.apache.org/jira/browse/AXIS2-932 Project: Apache Axis 2.0 (Axis2) Issue Type: Bug Components: databinding

Re: Debug a web service invocation

2006-07-26 Thread WJ Krpelan
Hi, very interesting, where can I find it?? Cheers, Wolfgang Krpelan --- Yueqiang <[EMAIL PROTECTED]> wrote: > > Hi All, > > We've developed a composite debugger for service > invocations (based on axis 1.x), a web-scale > debugger. > It has following features: > (1) Do not need always to turn

[jira] Resolved: (AXIS2-927) ADBXMLStreamReaderTest Failure....Appears to OM Related

2006-07-26 Thread Rich Scheuerle (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-927?page=all ] Rich Scheuerle resolved AXIS2-927. -- Resolution: Fixed > ADBXMLStreamReaderTest FailureAppears to OM Related > --- > > Key

Re: [Axis2] REMINDER : Axis IRC chat TOMORROW

2006-07-26 Thread Glen Daniels
Anthony Elder wrote: Is there doc anywhere on how are these reminders are done? I'd like to get one going for the Tuscany weekly chats but can't find how to set it up. % man crontab :) --Glen - To unsubscribe, e-mail: [EMAIL

[jira] Created: (AXIS2-933) IntegrationTest in saaj failing

2006-07-26 Thread Davanum Srinivas (JIRA)
IntegrationTest in saaj failing Key: AXIS2-933 URL: http://issues.apache.org/jira/browse/AXIS2-933 Project: Apache Axis 2.0 (Axis2) Issue Type: Bug Reporter: Davanum Srinivas Priority

[jira] Commented: (AXIS2-933) IntegrationTest in saaj failing

2006-07-26 Thread Davanum Srinivas (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-933?page=comments#action_12423650 ] Davanum Srinivas commented on AXIS2-933: Full test case output is as follows: Testsuite: org.apache.axis2.saaj.integration.IntegrationTest Tests run: 3, Fai

[jira] Assigned: (AXIS2-933) IntegrationTest in saaj failing

2006-07-26 Thread Davanum Srinivas (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-933?page=all ] Davanum Srinivas reassigned AXIS2-933: -- Assignee: Rich Scheuerle Rich, Could u please take a look? thanks, dims > IntegrationTest in saaj failing > --- > >

[jira] Commented: (AXIS2-933) IntegrationTest in saaj failing

2006-07-26 Thread Rich Scheuerle (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-933?page=comments#action_12423658 ] Rich Scheuerle commented on AXIS2-933: -- Yes I can look at this problem this afternoon. Thanks, scheu > IntegrationTest in saaj failing > ---

axis-mailing-list

2006-07-26 Thread Christian Sell
Hey,   can you tell me how I can unsubscribe from the mailing list?   Chris

SimpleHTTPServer port

2006-07-26 Thread Jean-Michel PATER
Hi all, How can I dynamically modify the SimpleHTTPServer port number. I want to call simultaneously several web services but I get the following exception : org.apache.axis2.transport.http.SimpleHTTPServer - java.net.BindException: Address already in use For now, the port is define in webapp

Re: axis-mailing-list

2006-07-26 Thread Anne Thomas Manes
See http://ws.apache.org/axis/mail.html. Send a mail to [EMAIL PROTECTED] from the email account that you originally subscribed with. You must then confirm your unsubscription request by replying to the confirmation mail you get. Anne On 7/26/06, Christian Sell <[EMAIL PROTECTED]> wrote: H

[Axis2] Figuring out the SVN revision my axis2 jar is built from

2006-07-26 Thread Jeremy Hughes
Hi, I'm looking for a way of determining the svn revision number for a particular build of an axis2-SNAPSHOT.jar. There wasn't anything in the MANIFEST.MF - perhaps it could be included? The information the build process includes in resources.properties when I build is: axisVersion=Apache Axis2

[jira] Created: (AXIS2-934) createConfigurationContextFromURIs re-engages modules

2006-07-26 Thread Richard Loreaux (JIRA)
createConfigurationContextFromURIs re-engages modules - Key: AXIS2-934 URL: http://issues.apache.org/jira/browse/AXIS2-934 Project: Apache Axis 2.0 (Axis2) Issue Type: Bug Compone

Re: [Axis2] Non-blocking dual client

2006-07-26 Thread robert lazarski
Your *ServiceStub.java is auto generated and should not be modified. What you need to do is implement your *Callback.java and _not_ mess around with CallbackReceiver - much in the same way as you implemented your *Skeleton.java - the difference being that the *Callback.java is client side and used

[Axis2]: SimpleHTTPServer port

2006-07-26 Thread Jaliya Ekanayake
Resending with [Axis2] prefix. - Original Message - From: "Jean-Michel PATER" <[EMAIL PROTECTED]> To: Sent: Wednesday, July 26, 2006 11:46 AM Subject: SimpleHTTPServer port Hi all, How can I dynamically modify the SimpleHTTPServer port number. I want to call simultaneously several

Re: axis-mailing-list

2006-07-26 Thread Jaliya Ekanayake
Just send an empty mail to  [EMAIL PROTECTED] -Jaliya - Original Message - From: Christian Sell To: axis-dev@ws.apache.org Sent: Wednesday, July 26, 2006 11:23 AM Subject: axis-mailing-list Hey,   can you tell me how I can unsubscribe from the mailing l

Re: [Axis2]: SimpleHTTPServer port

2006-07-26 Thread Saminda Abeyruwan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 SimpleHTTPServer default port is set to 8080. If you want to open multiple SHTTPServers, then you have to provide the args with -p. Ex: SimpleHTTPServer -p9762 /tmp/repo to start SHTTPS on port 9762 with /tem/repo repository and default axis2.xml Sa

[jira] Commented: (AXIS2-933) IntegrationTest in saaj failing

2006-07-26 Thread Rich Scheuerle (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-933?page=comments#action_12423703 ] Rich Scheuerle commented on AXIS2-933: -- I am testing a fix right now. Do I need to open a separate Axiom issue, or is it sufficient to apply both patches usin

[jira] Commented: (AXIS2-933) IntegrationTest in saaj failing

2006-07-26 Thread Davanum Srinivas (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-933?page=comments#action_12423704 ] Davanum Srinivas commented on AXIS2-933: your call :) thanks. -- dims > IntegrationTest in saaj failing > --- > >

Re: [Axis2][Commons] ASF Source Header and Copyright Notice Policy

2006-07-26 Thread David Illsley
On 24/07/06, Davanum Srinivas <[EMAIL PROTECTED]> wrote: Folks, We have a new policy for Copyright: http://www.apache.org/legal/src-headers.html All releases created and distributed after September 1, 2006 must comply with this policy. Please read it carefully and ask any questions on legal-di

Re: [Axis2][Commons] ASF Source Header and Copyright Notice Policy

2006-07-26 Thread Davanum Srinivas
Does not matter to me, either way we have to be ready before we make another release. On 7/26/06, David Illsley <[EMAIL PROTECTED]> wrote: On 24/07/06, Davanum Srinivas <[EMAIL PROTECTED]> wrote: > Folks, > > We have a new policy for Copyright: > http://www.apache.org/legal/src-headers.html > >

[Axis2] Phases concept is confusing - bug or feature? Please discuss!

2006-07-26 Thread Thilo Frotscher
Hello Axis2 team! I am trying to completely understand Axis2 phases, but while the concept seems simple at first glance, I find it actually quite confusing the way it is currently implemented. There are two types of phases: - global/system/pre-defined phases - operation-specific phases My unde

[jira] Updated: (AXIS2-933) IntegrationTest in saaj failing

2006-07-26 Thread Rich Scheuerle (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-933?page=all ] Rich Scheuerle updated AXIS2-933: - Attachment: axiompatch.txt > IntegrationTest in saaj failing > --- > > Key: AXIS2-933 > URL: http:/

[jira] Updated: (AXIS2-933) IntegrationTest in saaj failing

2006-07-26 Thread Rich Scheuerle (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-933?page=all ] Rich Scheuerle updated AXIS2-933: - Attachment: axis2saajtest.txt > IntegrationTest in saaj failing > --- > > Key: AXIS2-933 > URL: htt

[jira] Work started: (AXIS2-933) IntegrationTest in saaj failing

2006-07-26 Thread Rich Scheuerle (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-933?page=all ] Work on AXIS2-933 started by Rich Scheuerle. > IntegrationTest in saaj failing > --- > > Key: AXIS2-933 > URL: http://issues.apache.org/jira/browse/AXIS2-933 >

[jira] Resolved: (AXIS2-933) IntegrationTest in saaj failing

2006-07-26 Thread Rich Scheuerle (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-933?page=all ] Rich Scheuerle resolved AXIS2-933. -- Resolution: Fixed > IntegrationTest in saaj failing > --- > > Key: AXIS2-933 > URL: http://issues

[jira] Updated: (AXIS2-789) A SOAPFault targeted at a service (e.g. using WS-Addressing FaultTo) is not passed to the service object

2006-07-26 Thread David Illsley (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-789?page=all ] David Illsley updated AXIS2-789: Attachment: patch3.txt As discussed on the list, here is a patch which allows processing of an inbound message with a ReleatesTo value if: 1. The relatesTo valu

[jira] Created: (AXIS2-935) Connections are not properly released causing them to stick in the "CLOSE_WAIT" state and cause "Too many files open"

2006-07-26 Thread Jeff Peterson (JIRA)
Connections are not properly released causing them to stick in the "CLOSE_WAIT" state and cause "Too many files open" - Key: AXIS2-935 URL: http://

Re: Debug a web service invocation

2006-07-26 Thread Yueqiang
We're testing the debugger now and will open it two weeks or a month later. thanks - Original Message - From: "WJ Krpelan" <[EMAIL PROTECTED]> To: Sent: Wednesday, July 26, 2006 8:05 PM Subject: Re: Debug a web service invocation > Hi, > very interesting, where can I find it?? > Cheers

[jira] Created: (AXIS2-936) Maven build fail for org.apache.axis2.jibx.Test

2006-07-26 Thread lo ti (JIRA)
Maven build fail for org.apache.axis2.jibx.Test --- Key: AXIS2-936 URL: http://issues.apache.org/jira/browse/AXIS2-936 Project: Apache Axis 2.0 (Axis2) Issue Type: Bug Components: samples

[jira] Commented: (AXIS2-789) A SOAPFault targeted at a service (e.g. using WS-Addressing FaultTo) is not passed to the service object

2006-07-26 Thread Davanum Srinivas (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-789?page=comments#action_12423756 ] Davanum Srinivas commented on AXIS2-789: looks good to me. -- dims > A SOAPFault targeted at a service (e.g. using WS-Addressing FaultTo) is not > passed t

[jira] Assigned: (AXIS2-934) createConfigurationContextFromURIs re-engages modules

2006-07-26 Thread Deepal Jayasinghe (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-934?page=all ] Deepal Jayasinghe reassigned AXIS2-934: --- Assignee: Deepal Jayasinghe > createConfigurationContextFromURIs re-engages modules > - > >

Re: REMINDER on Changes to AXIOM

2006-07-26 Thread Eran Chinthaka
One more thing. Please make sure the build works both on jdk14 and jdk15. If you want some module to only work on jdk15, make sure you exclude that module when jdk14 jvm is in place (see jax-ws module in Axis2). Shall we setup a wiki with these guidelines for committers? -- Chinthaka Ruchith Fe