Re: [Axis2] Axis2 Hackathon

2005-12-02 Thread Sanjiva Weerawarana
On Thu, 2005-11-24 at 05:30 +0600, Sanjiva Weerawarana wrote: > On Wed, 2005-11-23 at 17:08 -0500, Glen Daniels wrote: > > > > I thought ApacheCon had Hackathon space set aside on the 9th, but am not > > positive - let us know what you come up with. > > ApacheCon has space set aside Sat. 10th an

Re: [Axis2] Deployment packaging

2005-12-02 Thread Deepal Jayasinghe
Thank you very much for the patch, I will apply that. Thanks, Deepal ~Future is Open~ - Original Message - From: "Alex Artigues" <[EMAIL PROTECTED]> To: Sent: Saturday, December 03, 2005 12:12 AM Subject: Re: [Axis2] Dep

[jira] Updated: (AXIS-2324) NullPointerException in BeanDeserializer::onStartChild instead of 'SAXException: No deserializer for '

2005-12-02 Thread Christian Berger (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-2324?page=all ] Christian Berger updated AXIS-2324: --- Attachment: service_src.jar the sources for the webservice I was trying to deploy > NullPointerException in BeanDeserializer::onStartChild instead of > '

[jira] Updated: (AXIS-2324) NullPointerException in BeanDeserializer::onStartChild instead of 'SAXException: No deserializer for '

2005-12-02 Thread Christian Berger (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-2324?page=all ] Christian Berger updated AXIS-2324: --- Attachment: nestedinputrpc.wsdd the wsdd I wrote for the service > NullPointerException in BeanDeserializer::onStartChild instead of > 'SAXException: No

[Axis2]Support for the wsdl based dynamic invocation

2005-12-02 Thread Srinath Perera
Hi All; I checked in a WSDLMEPClientBuilder, which can accept a WSDL and produce a configured MEPClient. It would be very useful for the dynamic invocation (e.g. running a work flow). We might need to discuss the interfaces in more detail, But I just go ahead and add it as it is completely stand

[jira] Created: (AXIS-2324) NullPointerException in BeanDeserializer::onStartChild instead of 'SAXException: No deserializer for '

2005-12-02 Thread Christian Berger (JIRA)
NullPointerException in BeanDeserializer::onStartChild instead of 'SAXException: No deserializer for ' --- Key: AXIS-2324 URL: http://issues.apache.org/jira/browse/AXIS-2324

Re: [Axis2] How to set up a call programatically

2005-12-02 Thread Srinath Perera
Hi Werner; most of the methods are moved to Options (including two methods u menation)..the idea is to create a Options and pass the options in to MEPClient. I belive there will be not be major changes . I agree it is not very good idea to change the users API too often. We will make it a point!

Re: [Axis2] Call/Stub refactoring

2005-12-02 Thread Davanum Srinivas
Eran, Found a way to make us both happy. Supports your scenario w/o making copies of stuff and fixes the 2 problems reported by me. Please take a look at the xsl's and Options.java and let me know. It's very easy to revert back if needed, all you have to do is replace: org.apache.axis2.client.Op

[ANN] [Axis2] Axis2 0.93 Released

2005-12-02 Thread Eran Chinthaka
Apache Axis2 team is proud to announce the 0.93 release. You can download the release from: http://www.apache.org/dyn/closer.cgi/ws/axis2/0_93/  (If you can not find the distribution in the mirrors, please use the back up sites ) This release includes the following features: Complete XML

Re: [ANN] [Axis2] Axis2 0.93 Released

2005-12-02 Thread robert burrell donkin
On 12/2/05, Eran Chinthaka <[EMAIL PROTECTED]> wrote: > > Apache Axis2 team is proud to announce the 0.93 release. thanks for all the hard work and hope you didn't have to stay up too late... - robert

Re: [Axis2] Deployment packaging

2005-12-02 Thread Davanum Srinivas
Next time yes...this time. Already checked in :) thanks, dims On 12/2/05, Alex Artigues <[EMAIL PROTECTED]> wrote: > [Sorry for repost, first time had attachment and we weren't sure if it got > through. We have included it inline here.] > > > A patch would be awesome!! we could possibly help wi

AW: [Axis2] How to set up a call programatically

2005-12-02 Thread Dittmann, Werner
Srinath, seems that I'll wait for the 0.93 release and have a look into the doc to see how it will work in 0.93. There is no such call like setWsaAction() and setTransportInfo() is deprecated. Do you know if there will be similar major changes for the programmer's (Axis2 user) API in future?

Dispatcher problems and fault package (Re: [Axis2] 0.93 Release)

2005-12-02 Thread Davanum Srinivas
Steve, I've reinstated the cleaned up code in HEAD. Am taking a look at SOAPMessageBodyBasedDispatcher. Hopefully we can get you to HEAD sooner than later. thanks, dims On 12/2/05, Steve Loughran <[EMAIL PROTECTED]> wrote: > Davanum Srinivas wrote: > > +1 Steve. Please go ahead and check them in

http://ws.apache.org/axis2/security-module.html link broken

2005-12-02 Thread Srinath Perera
Hi Eran; The link http://ws.apache.org/axis2/security-module.html is broken in the site. Have we miss it? Thanks Srinarth

Re: [Axis2] Deployment packaging

2005-12-02 Thread Alex Artigues
> A patch would be awesome!! we could possibly help with perf testing as > well if we see the patch. And here it is! This patch does not include any attempts at optimization. It addresses the following issues: 1) Resources cannot be loaded from jars inside of the service .aar getResourceAsStre

Fwd: http://ws.apache.org/axis2/security-module.html link broken

2005-12-02 Thread Srinath Perera
Forget the prefix -- Forwarded message -- From: Srinath Perera <[EMAIL PROTECTED]> Date: Dec 2, 2005 2:10 PM Subject: http://ws.apache.org/axis2/security-module.html link broken To: "axis-dev@ws.apache.org" Hi Eran; The link http://ws.apache.org/axis2/security-module.html is br

Re: [Axis2] Deployment packaging

2005-12-02 Thread Alex Artigues
[Sorry for repost, first time had attachment and we weren't sure if it got through. We have included it inline here.] > A patch would be awesome!! we could possibly help with perf testing as > well if we see the patch. And here it is! This patch does not include any attempts at optimization.

Re: [Axis2] How to set up a call programatically

2005-12-02 Thread Sanjiva Weerawarana
On Fri, 2005-12-02 at 15:17 +0100, Dittmann, Werner wrote: > Ruchith, all > > having dowloaded the latest version of Axis2 jars (0.93 SNAPSHOT) > and try to compile the policy stuff that uses fairly up-to-date > Axis2 version (somewhat near 0.93). However, I can't compile > it. Pls see snippet: S

[ANN] [Axis2] Axis2 0.93 Released

2005-12-02 Thread Eran Chinthaka
Apache Axis2 team is proud to announce the 0.93 release. You can download the release from: http://www.apache.org/dyn/closer.cgi/ws/axis2/0_93/ (If you can not find the distribution in the mirrors, please use the back up sites ) This release includes the following features: * Complete XML

Re: [Axis2] How to set up a call programatically

2005-12-02 Thread Srinath Perera
there is object call Options in Client package, 1)create instance of that object 2) set your values in to it 3) set it to Call with setClientOptions(..) Thanks Srinath On 12/2/05, Dittmann, Werner <[EMAIL PROTECTED]> wrote: > Ruchith, all > > having dowloaded the latest version of Axis2 jars (0.9

[Axis2] How to set up a call programatically

2005-12-02 Thread Dittmann, Werner
Ruchith, all having dowloaded the latest version of Axis2 jars (0.93 SNAPSHOT) and try to compile the policy stuff that uses fairly up-to-date Axis2 version (somewhat near 0.93). However, I can't compile it. Pls see snippet: ... Call call = new Call(); call.setWsaAction("http://schemas.xmlsoap.org

[Axis2] Fwd: Question regading WSDLConstants class and OMAttribute methos

2005-12-02 Thread Ruchith Fernando
Oops missed the [Axis2] prefix -- Forwarded message -- From: Ruchith Fernando <[EMAIL PROTECTED]> Date: Dec 2, 2005 7:26 PM Subject: Re: Question regading WSDLConstants class and OMAttribute methos To: axis-dev@ws.apache.org Hi werner, There has been a lot of changes to Axis2 si

Re: [Axis2] Call/Stub refactoring

2005-12-02 Thread Davanum Srinivas
Eran, Just working with call is ok. Problem is when u start working with Stubs (WSDL2Java Generated code!!!), Let me give u an example. testFoo() { _clientOptions.setXXX() _clientOptions.setYYY() } testBar() { _clientOptions.setXXX() } If the user uses the stub like this, only XXX is set.

Re: Question regading WSDLConstants class and OMAttribute methos

2005-12-02 Thread Ruchith Fernando
Hi werner, There has been a lot of changes to Axis2 since 0.92 and I think ws-commons\policy uses the latest axis2 snapshot. You can download the axis2 snapshots form http://cvs.apache.org/repository/axis2/jars/ Or u can try the 0.93 release which will be available in a few hours :-) Thanks, Ru

Re: [Axis2] 0.93 Release

2005-12-02 Thread robert burrell donkin
On 12/2/05, Steve Loughran <[EMAIL PROTECTED]> wrote: robert burrell donkin wrote:> i really hate to do this but i have to -1>> http://svn.apache.org/repos/asf/webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/fault/AbstractFaultCode.java>> the ASF cannot risk shipping code with dubio

Re: [Axis2] Call/Stub refactoring

2005-12-02 Thread Eran Chinthaka
Davanum Srinivas wrote: Eran, I see 2 problems with the current code. #1: if i want to override stub._getClientOptions().setSoapAction(). the generated code overwrites whatever i had set from outside. Same case with all others except setAction which we explicitly check. This is not the r

Re: svn commit: r351535 - in /webservices/axis2/trunk: archive/java/scratch/stevel/fault/ java/modules/core/src/org/apache/axis2/fault/

2005-12-02 Thread Davanum Srinivas
+1 from me. On 12/2/05, Steve Loughran <[EMAIL PROTECTED]> wrote: > [EMAIL PROTECTED] wrote: > > Author: dims > > Date: Thu Dec 1 16:18:00 2005 > > New Revision: 351535 > > > > URL: http://svn.apache.org/viewcvs?rev=351535&view=rev > > Log: > > Move the whole "offending" (LGPL-tained) package out

Re: [Axis2] 0.93 Release

2005-12-02 Thread Steve Loughran
Davanum Srinivas wrote: +1 Steve. Please go ahead and check them in again with clean headers. done in the archive, I havent moved them in to trunk as I will let whoever is doing the release make the decision on whether to put it in or not. To be honest, at the current state of the fault han

Re: svn commit: r351535 - in /webservices/axis2/trunk: archive/java/scratch/stevel/fault/ java/modules/core/src/org/apache/axis2/fault/

2005-12-02 Thread Steve Loughran
[EMAIL PROTECTED] wrote: Author: dims Date: Thu Dec 1 16:18:00 2005 New Revision: 351535 URL: http://svn.apache.org/viewcvs?rev=351535&view=rev Log: Move the whole "offending" (LGPL-tained) package out to stevel's scratch area. Added: webservices/axis2/trunk/archive/java/scratch/stevel/fa

Re: [Axis2] Call/Stub refactoring

2005-12-02 Thread Davanum Srinivas
Eran, I see 2 problems with the current code. #1: if i want to override stub._getClientOptions().setSoapAction(). the generated code overwrites whatever i had set from outside. Same case with all others except setAction which we explicitly check. This is not the right behavior. We need to be able

Re: Changes to rest-ws.html

2005-12-02 Thread Davanum Srinivas
Thilini, Did you get a chance to fix the TODO item i added in CommonsHTTPSender (your code?) thanks, dims On 12/2/05, Thilini <[EMAIL PROTECTED]> wrote: > Hi, > I've done some changes in "rest-ws.html". Someone please review this > and apply the attached patch. > > Thanks, > Thilini > > > Index

Re: [Axis2] 0.93 Release

2005-12-02 Thread Davanum Srinivas
+1 Steve. Please go ahead and check them in again with clean headers. thanks, dims On 12/2/05, Steve Loughran <[EMAIL PROTECTED]> wrote: > robert burrell donkin wrote: > > i really hate to do this but i have to -1 > > > > http://svn.apache.org/repos/asf/webservices/axis2/trunk/java/modules/core/s

Re: [Axis2] 0.93 Release

2005-12-02 Thread Steve Loughran
robert burrell donkin wrote: i really hate to do this but i have to -1 http://svn.apache.org/repos/asf/webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/fault/AbstractFaultCode.java the ASF cannot risk shipping code with dubious provinence. - robert no its my fault, it wasnt p

[axis2] [Fwd: Question regading WSDLConstants class and OMAttribute methos]

2005-12-02 Thread Sanjiva Weerawarana
(Forwarding with proper subject) --- Begin Message --- All, after downloading the 0.92 axis2 binary and extracting the jars to compile a project (common/policy) I noticed (well, in fact Eclipse told me) that some things are missing in 0.92: - the class *axis2.wsdl.WSDLConstants - some methods in

[axis2] Changes to rest-ws.html

2005-12-02 Thread Sanjiva Weerawarana
Forwarding with proper subject .. Sanjiva. --- Begin Message --- Hi, I've done some changes in "rest-ws.html". Someone please review this and apply the attached patch. Thanks, Thilini Index: images/userguide/http-get-ws.png ===

[jira] Commented: (AXIS2-320) Documentation for WSDL2Java with ant

2005-12-02 Thread Ajith Harshana Ranabahu (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-320?page=comments#action_12359137 ] Ajith Harshana Ranabahu commented on AXIS2-320: --- Documentation added to the CodegenToolReference.html as part of the tool documentation. Thanks for the contributi

Changes to rest-ws.html

2005-12-02 Thread Thilini
Hi, I've done some changes in "rest-ws.html". Someone please review this and apply the attached patch. Thanks, Thilini Index: images/userguide/http-get-ws.png === Cannot display: file marked as a binary type. svn:mime-type = appli

Question regading WSDLConstants class and OMAttribute methos

2005-12-02 Thread Dittmann, Werner
All, after downloading the 0.92 axis2 binary and extracting the jars to compile a project (common/policy) I noticed (well, in fact Eclipse told me) that some things are missing in 0.92: - the class *axis2.wsdl.WSDLConstants - some methods in OMAttribute, e.g. getAttributeValue() and others Ch