Re: [Axis2] svn commit: r365380 - in /webservices/axis2/trunk/java/modules: core/src/org/apache/axis2/client/ doom/src/org/apache/axis2/om/impl/dom/ doom/src/org/apache/axis2/soap/impl/dom/ doom/src/o

2006-01-02 Thread Afkham Azeez
Hi The problem was that the JUnitTestAttachmentIntegration was not run as part of the automated test suite. It had been run manually. What we shall do is include the source of the Echo service, build & deploy the service during the automated test and add JUnitTestAttachmentIntegration to the test s

[Axis2] New SOAP Fault implementation Questions

2006-01-02 Thread Eran Chinthaka
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, I think Steve started some time back on implementing faults for Axis2. And I think its not completed and integrated. Shall we remove that code from this release also, as its not being used ? I have few other questions on impl deatails as well.

[AXIS2][PATCH] ExtElements and ExtAttributes Support in WOM

2006-01-02 Thread Sanka Samaranayake
Ajith, Can you pls review and apply this patch which provides proper serialization of policy elements which can either be an ExtElement or an ExtAttribute. Thanks, Sanka Index: src/org/apache/axis2/wsdl/builder/wsdl4j/WSDLPump.java =

Fwd: [Axis2] svn commit: r365380 - in /webservices/axis2/trunk/java/modules: core/src/org/apache/axis2/client/ doom/src/org/apache/axis2/om/impl/dom/ doom/src/org/apache/axis2/soap/impl/dom/ doom/src/

2006-01-02 Thread Afkham Azeez
Hi Chinthaka/Dims, This is the same Echo.aar service from the userguide, which had been included within test-resources in the old SAAJ implementation. May be we can simply add a note to the readme.txt file in the saaj test folder to use the Echo.aar from userguide, instead of duplicating the code i

Re: [Axis2] [VOTE] Axis2 Packaging Proposal

2006-01-02 Thread Davanum Srinivas
+1 to axis2-core.jar Yes to (2), we can do that. thanks, dims On 1/2/06, Sanjiva Weerawarana <[EMAIL PROTECTED]> wrote: > I'd like to add a bit more to this: > > (1) Instead of axis2.jar for the base jar, how about axis2-core.jar? > > (2) Can we also plan on importing the various axis2-{foo}-{ve

Re: [Axis2] [VOTE] Axis2 Packaging Proposal

2006-01-02 Thread Sanjiva Weerawarana
I'd like to add a bit more to this: (1) Instead of axis2.jar for the base jar, how about axis2-core.jar? (2) Can we also plan on importing the various axis2-{foo}-{version}.jar files into ibiblio? Then anyone (e.g., Synapse) who wants a specific version of the axis2 core, simply puts a dependency

Re: [VOTE] [Axis2] Sessions on by default?

2006-01-02 Thread Davanum Srinivas
Sanjiva, I disagree...i object to being characterized as "you made the decision on your own". I asked for status quo w.r.t behavior that was present in earlier versions. thanks, dims On 1/2/06, Sanjiva Weerawarana <[EMAIL PROTECTED]> wrote: > On Mon, 2006-01-02 at 00:15 -0500, Davanum Srinivas w

Re: [VOTE] [Axis2] Sessions on by default?

2006-01-02 Thread Sanjiva Weerawarana
On Mon, 2006-01-02 at 00:15 -0500, Davanum Srinivas wrote: > You mean, you will keep asking for a re-VOTE till every one agrees? :) > Wish there was a re-vote mechanism right now where i live, there is a > certain president... :) :) :). > But seriously, if you are so keen on it, please control th

[AXIS2] DOOM SOAP Fault Role Patch

2006-01-02 Thread Afkham Azeez
Hi Folks, Here is a patch for handling SOAP 1.1 Fault Actors and SOAP 1.2 Fault Roles properly in DOOM. Earlier org.apache.axis2.soap.impl.dom.SOAPFaultRoleImpl which was being extended by SOAP11FaultRoleImpl & SOAP12FaultRoleImpl, was using "Role" as the localName, which was causing SOAP1.1 Faul

Re: [Axis2] [VOTE] Axis2 Packaging Proposal

2006-01-02 Thread Eran Chinthaka
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1   Hi Srinath, Srinath Perera wrote: > +1 for the proposal > > 1) in the binary distribution shall we have the security and RM > modules included. that way we have the complete WS-Stack re lase. > (Or may be we can have a separate dist for that

Re: [axis2] Module versions support

2006-01-02 Thread Davanum Srinivas
+1 from me. On 1/2/06, Sanjiva Weerawarana <[EMAIL PROTECTED]> wrote: > +1! > > Sanjiva. > > On Mon, 2006-01-02 at 16:24 +0600, Deepal Jayasinghe wrote: > > Hi all; > > > > Without having a knowledge of module version user should be able to engage a > > module . In that case we have to get the def

Re: [Axis2] 0.94 Release Plan

2006-01-02 Thread Davanum Srinivas
will do. will check in 2 examples basically the same as in axis 1.x (under samples/perf) but ported to our codegen using adb and xmlbeans. thanks, dims On 1/2/06, Eran Chinthaka <[EMAIL PROTECTED]> wrote: > Hi all, > > I'd like to release 0.94 on 06th Friday. And let have a code freeze > tomorrow

Re: [jira] Commented: (AXIS2-306) SAAJ over our DOM

2006-01-02 Thread Afkham Azeez
Thanks Ruchith, Yes, that's how it has been implemented now (i.e. convert SAAJ+DOOM stuff to LLOM just before making the call) Thanks. Regards Azeez On 1/2/06, Ruchith Udayanga Fernando (JIRA) <[EMAIL PROTECTED]> wrote: > [ > http://issues.apache.org/jira/browse/AXIS2-306?page=comments#actio

Re: [Axis2] [VOTE] Axis2 Packaging Proposal

2006-01-02 Thread Srinath Perera
+1 for the proposal 1) in the binary distribution shall we have the security and RM modules included. that way we have the complete WS-Stack re lase. (Or may be we can have a separate dist for that). 2) I believe we should consider XML Beans or JAXB as our principal data binding option. It is usu

[jira] Commented: (AXIS2-306) SAAJ over our DOM

2006-01-02 Thread Ruchith Udayanga Fernando (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-306?page=comments#action_12361523 ] Ruchith Udayanga Fernando commented on AXIS2-306: - Azeez, I applied the patch.. thanks!! The solution for Call not working with DOOM is to convert SAAJ+DOOM st

Re: [Axis2] [VOTE] Axis2 Packaging Proposal

2006-01-02 Thread Sanjiva Weerawarana
On Mon, 2006-01-02 at 21:49 +1300, Dennis Sosnoski wrote: > Hi Eran, > > I'd really prefer to see ADB kept out of the axis2-xxx.jar. This is > partially to keep the size to a minimum, but also to make sure there > aren't any improper ties to the ADB code. Is there any reason it can't > be kept

Re: [axis2] Module versions support

2006-01-02 Thread Sanjiva Weerawarana
+1! Sanjiva. On Mon, 2006-01-02 at 16:24 +0600, Deepal Jayasinghe wrote: > Hi all; > > Without having a knowledge of module version user should be able to engage a > module . In that case we have to get the default version >(there will be two ways of engaging a module ) > 1. engageModul

CastorSerializerFactory - how can I configure the Marshaller?

2006-01-02 Thread Torsten Schlabach
Dear list! I am setting up a web services environment in which I plan to "abuse" some web services just to deliver XML that I can then use for display purposes, for example I plan to consume the Response messages with Cocoon and apply some XSLT to it for displaying. The XML I return is complex

Re: [axis2] Module versions support

2006-01-02 Thread Deepal Jayasinghe
Hi all; Without having a knowledge of module version user should be able to engage a module . In that case we have to get the default version (there will be two ways of engaging a module ) 1. engageModule(String moduleName); 2 . engageModule(String moduleName , String moduleVersion); F

Re: [VOTE] [Axis2] Sessions on by default?

2006-01-02 Thread Werner Dittmann
All, just some additional thoughts regarding the session topic. Not only technical but also more "social behaviour" abot the topic. IMO the idea to have the client handle transport sessions by default if the server demands it could be a good idea. I specifically said _could_ because I've some co

[Axis2] 0.94 Release Plan

2006-01-02 Thread Eran Chinthaka
Hi all, I'd like to release 0.94 on 06th Friday. And let have a code freeze tomorrow. So the code will be freezed from 5PM PST, 8PM EST, 1AM GMT (Wed), 7AM SLT (Wed). All the devs please update the wiki, help us in cleaning up docs and please resolve any JIRA issues which you think should be fixe

Re: [Axis2] [VOTE] Axis2 Packaging Proposal

2006-01-02 Thread Dennis Sosnoski
Hi Eran, I'd really prefer to see ADB kept out of the axis2-xxx.jar. This is partially to keep the size to a minimum, but also to make sure there aren't any improper ties to the ADB code. Is there any reason it can't be kept a separate jar, like the other data binding alternatives? - Dennis

[Axis2] [VOTE] Axis2 Packaging Proposal

2006-01-02 Thread Eran Chinthaka
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi all, This is a proposal for packaging Axis2 distros, which may be effective from the next release Axis2-version.jar will contain the code from * common * xml * core * adb * wsdl So whenever axis2-version.jar is mentioned, th