Re: [Axis2] Next release

2005-12-27 Thread Deepal Jayasinghe
- Original Message - From: "Eran Chinthaka" <[EMAIL PROTECTED]> To: Sent: Tuesday, December 27, 2005 8:51 PM Subject: [Axis2] Next release -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, After our last release on 2nd of December, I think we did enough work to do the next release

Re: [Axis2] ChainedParamReader (Re: svn commit: r358887 - /webservices/axis2/trunk/java/modules/wsdl/src/org/apache/axis2/wsdl/java2wsdl/bytecode/ChainedParamReader.java)

2005-12-27 Thread Deepal Jayasinghe
Hi Dims; Yes , I will do . What I did was I just copied the code from Axis1.x and did not go deep into the code. And I tried to add few tast case as well. Thanks, Deepal ~Future is Open~ - Original Message - From: "Dava

[jira] Created: (AXIS2-349) Supporting multiple cookies

2005-12-27 Thread Deepal Jayasinghe (JIRA)
Supporting multiple cookies --- Key: AXIS2-349 URL: http://issues.apache.org/jira/browse/AXIS2-349 Project: Apache Axis 2.0 (Axis2) Type: New Feature Components: core Reporter: Deepal Jayasinghe Assigned to: Deepal Jayasinghe Imple

Re: [Axis2] Next release

2005-12-27 Thread Saminda Abeyruwan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Eran Chinthaka wrote: > Hi, > > After our last release on 2nd of December, I think we did enough work > to do the next release. We have improved some features during the > hackathon and after that also we improved Axis2. And there were number > of maj

Re: [Axis2] Next release

2005-12-27 Thread Ajith Ranabahu
Hi all, 1. Please let me know whether you like to have a release ? I definitely do. There've been a lot of changes in codegen and since the codegen was buggy last time (in 0.93), there's a whole lot of questions in the mailing list regarding that. So here's the +1 (in case you need it :)) 2. If

Re: [Axis2] Next release

2005-12-27 Thread Chamil Thanthrimudalige
Hi All, On Dec 27, 2005, at 8:51 PM, Eran Chinthaka wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, After our last release on 2nd of December, I think we did enough work to do the next release. We have improved some features during the hackathon and after that also we improved Axis2.

Re: [Axis2] problem with WSDL2Java generated stubs and databinding

2005-12-27 Thread Eran Chinthaka
Hi Nikola, Yes there is an API change of the client api between the two releases, 0.92 and 0.93. Rather than setting your options directly to the Call or the stub object, you need to set that to Options object and then pass it on to Call or Stub. There is an Options object by default in every Stub

[Axis2] Memory usage in generated code

2005-12-27 Thread Davanum Srinivas
Ajith, Eran, I'd like bounce this issue off of you to see what you think. There generated code has the following construct. Am trying ADB databinding with WSDL2Java and looking at the generated stub. org.apache.axis2.soap.SOAPEnvelope env; env = createEnvelope(); setValueD

[jira] Commented: (AXIS-2356) Axis fails to deserialize faults that involve text elements

2005-12-27 Thread benson margulies (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-2356?page=comments#action_12361286 ] benson margulies commented on AXIS-2356: elements[i] = XMLUtils.newDocument().createElement("text"); elements[i].appendChild(node); This co

[jira] Created: (AXIS-2356) Axis fails to deserialize faults that involve text elements

2005-12-27 Thread benson margulies (JIRA)
Axis fails to deserialize faults that involve text elements --- Key: AXIS-2356 URL: http://issues.apache.org/jira/browse/AXIS-2356 Project: Apache Axis Type: Bug Components: Serialization/Deserialization En

Re: [Axis2] getXMLStreamReaderWithoutCaching problems

2005-12-27 Thread Davanum Srinivas
Checked in a fix. Could folk who know this code please review the change? thanks, dims On 12/27/05, Davanum Srinivas <[EMAIL PROTECTED]> wrote: > Team, > > i started with ping.wsdl and was trying to see why xmlbeans > databinding was failing, turns out that we have a slight problem with > om. whe

[Axis2] REMINDER : Axis IRC chat TOMORROW

2005-12-27 Thread The Axis2 ChatBot
Hi folks! This is an automatic reminder that the weekly Axis2 developer chat will be occurring tomorrow, December 28, at: 5AM PST, 8AM EST, 1PM GMT, 7PM SLT, midnight (next day) AEST The chat takes place on the freenode IRC network, (use server irc.freenode.net), on channel #apache-axis, and is

[Axis2] getXMLStreamReaderWithoutCaching problems

2005-12-27 Thread Davanum Srinivas
Team, i started with ping.wsdl and was trying to see why xmlbeans databinding was failing, turns out that we have a slight problem with om. when we do getXMLStreamReaderWithoutCaching and print the events, here's what i get. === Begin With Caching === [START_DOCUMENT]

Re: Axis 1.X build break

2005-12-27 Thread Venkat Reddy
Jaya, I would say you exclude xbean samples and check-in the build files after running all-tests once. For me, the samples won't compile with the stable xbean.jar (com.superflaco.xbeans package not found). - venkat On 12/26/05, jayachandra <[EMAIL PROTECTED]> wrote: > Hi Dims, > I had dumped xbea

[Axis2] Next release

2005-12-27 Thread Eran Chinthaka
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, After our last release on 2nd of December, I think we did enough work to do the next release. We have improved some features during the hackathon and after that also we improved Axis2. And there were number of major fixes we did after 0.93. So ho

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

2005-12-27 Thread Glen Daniels
+1, Werner states this quite nicely. Sessions need to be consciously switched on (API call, policy, etc). --Glen Werner Dittmann wrote: [X] - Don't switch on sessions by default Well, I'm not an Axis developer, but makeing web services "statefull" (session aware) by default is IMO not a good

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

2005-12-27 Thread Afkham Azeez (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-306?page=all ] Afkham Azeez updated AXIS2-306: --- Attachment: axis2-doom.patch saaj2.patch Here is another patch for SAAJ over DOOM. apply saaj2.patch to https://svn.apache.org/repos/asf/webservi

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

2005-12-27 Thread Ruchith Udayanga Fernando (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-306?page=comments#action_12361269 ] Ruchith Udayanga Fernando commented on AXIS2-306: - Azeez, Thanks for the patch applied - Ruchith > SAAJ over our DOM > - > > Key

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

2005-12-27 Thread jayachandra
[X] - Don't switch on sessions by default   I totally agree with Werner's point on load balancing. No sessions by default.  Jaya  On 12/27/05, Werner Dittmann <[EMAIL PROTECTED]> wrote: [X] - Don't switch on sessions by defaultWell, I'm not an Axis developer, but makeing web services "statefull" (s

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

2005-12-27 Thread Werner Dittmann
[X] - Don't switch on sessions by default Well, I'm not an Axis developer, but makeing web services "statefull" (session aware) by default is IMO not a good idea. If some web services need "session" it should be done deliberatly because the system must take care of the session data. Just think ab

[Axis2] Threading Issues

2005-12-27 Thread Eran Chinthaka
Hi all, Just wanted to give you an update on Axis2's performance in threading environment. I ran simple EchoRawXMLTest multiple times using threads. First I tried this with the SimpleHTTPServer and then I deployed the service in Tomcat and tested. When I ran the test with SimpleHTTPServer, there