RE: compile failure of test CombinedChoice.xml

2005-12-19 Thread Adrian Dick
Hi, Looking at the CombinedChoice testcase, I would say the test client code is correct. However, WSDL2Ws is generating pointer-to-pointer for xsd:choice, where I believe it should simply be pointer-to-value. Regards, Adrian ___ Adrian Dick ([EMAIL

RE: compile failure of test CombinedChoice.xml

2005-12-19 Thread Dushshantha Chandradasa
Yes, that is true. I handled choice elements earlier as a pointer-to-value. Now the code generation is messed up. I changed the generated code manually to have a pointer-to-value and tried but serialization is still wrong. The edited files are attached here. -Original Message- From:

[jira] Resolved: (AXISCPP-720) Returning Array of complex type is broken

2005-12-19 Thread Adrian Dick (JIRA)
[ http://issues.apache.org/jira/browse/AXISCPP-720?page=all ] Adrian Dick resolved AXISCPP-720: - Fix Version: current (nightly) Resolution: Fixed I have corrected the destructors to be virtual. Can't remember why I didn't do that originally,

PHP subproject

2005-12-19 Thread Lee Provoost
Hi! Davanum Srinivas asked me if i was interested in participating in the Axis2/PHP project. Can anyone provide me with some pointers to start reading or who is the lead for this project? I'm a master computer science student at the software technology group of the university of utrecht

[Axis2] Re: PHP subproject

2005-12-19 Thread Samisa Abeysinghe
Hi Lee, We have put some initial effort to write a PHP module to provide a binding for AXIOM (Axis [XML] Object Model). It works but there remains much work TODO. Our M0.2 milestone release has the source. Get it from http://www.apache.org/dist/ws/axis2c/M0.2/. We have a very small

Re: [Axis2] Re: PHP subproject

2005-12-19 Thread nandika jayawardana
hi Lee, It is greate tp hear that you are interested in axis2/php. We have done an initial implementation of AXIOM in php. But there remains a lot of work to be done. you can start with it by running the php scripts that are there in ./bindings/php/axis2/tests thanks nandikaOn 12/20/05, Samisa

[Axis2] Re: PHP subproject

2005-12-19 Thread Lee Provoost
hi nandika, samisa thanks for the reply. as you suggested i will start with testing the current code and make myself familiar with it. regards lee On 20 Dec 2005, at 04:49, nandika jayawardana wrote: hi Lee, It is greate tpĀ  hear that you are interestedĀ  in axis2/php. We have done an

[jira] Commented: (AXIS-2272) Duplicated operation names

2005-12-19 Thread Alex Grivnin (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-2272?page=comments#action_12360800 ] Alex Grivnin commented on AXIS-2272: We also use flex and we had problem with simultaneous flex requests which fetch WSDLs. So I had to synchronize code that returns web

[jira] Created: (AXIS2-344) Using services lib folder to add resources to classpath

2005-12-19 Thread Saminda Wishwajith Abeyruwan (JIRA)
Using services lib folder to add resources to classpath -- Key: AXIS2-344 URL: http://issues.apache.org/jira/browse/AXIS2-344 Project: Apache Axis 2.0 (Axis2) Type: Improvement Components: deployment

Re: setBody() and setHeader() problem in Axis 1.2 RC3

2005-12-19 Thread dyemme
Hi Jayachandra, The problem with setBody() and setHeader() has been fixed by using addBodyElement() and addHeader() to the response Envelope. Some how setBody() and setHeader() methods are not working in the above scenario. Thanks, Damodar. On Mon, 2005-12-19 at 18:03 +0530, jayachandra wrote:

RE: [jira] Resolved: (AXIS-2346) Issue with the way the localNames are created in WSDL2Java

2005-12-19 Thread Parikh,Pratik
Hi Dims, Is this include in the build for Axis 1.4. Thanks, Parikh, Pratik | Software Engineer | Cerner Corporation | (1)-816-201-1298 | [EMAIL PROTECTED] | www.cerner.com -Original Message- From: Davanum Srinivas (JIRA) [mailto:[EMAIL PROTECTED] Sent: Sunday, December 18,

Re: [jira] Resolved: (AXIS-2346) Issue with the way the localNames are created in WSDL2Java

2005-12-19 Thread Davanum Srinivas
It's in the nightly build. 1.4 Branch has been cut already, Release manager will decide if it can go into it. thanks, dims On 12/19/05, Parikh,Pratik [EMAIL PROTECTED] wrote: Hi Dims, Is this include in the build for Axis 1.4. Thanks, Parikh, Pratik | Software Engineer | Cerner

RE: [jira] Resolved: (AXIS-2346) Issue with the way the localNames are created in WSDL2Java

2005-12-19 Thread Parikh,Pratik
All it has is axis-bin-1_4.zip and all the other are c build. And axis java build that is present is not debug, it just has *.class and sample java files... Thanks, Parikh, Pratik | Software Engineer | Cerner Corporation | (1)-816-201-1298 | [EMAIL PROTECTED] | www.cerner.com -Original

RE: Strange Deserialziation Problem

2005-12-19 Thread Gluck, Janice
Title: Message Oh Thank you so much! It was a network issue! Now everything is behaving as I would expect it to! Janice -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Sunday, December 18, 2005 2:46 PMTo: axis-devSubject: Re: Strange

Re: [AXIS2] service implementation / clustering

2005-12-19 Thread Srinath Perera
+1 On 12/16/05, Chathura Herath [EMAIL PROTECTED] wrote: +1 and i got a feeling this would come handy when we are doing the WSRF stuff. THanks Chathura On 12/17/05, Sanjiva Weerawarana [EMAIL PROTECTED] wrote: On Fri, 2005-12-16 at 14:20 -0500, Tony Dean wrote: I was thinking of having

Problems with commons-logging - Very interesting

2005-12-19 Thread Tom Jordahl
One of my developers found this very interesting paper on the problems using commons-logging (like Axis 1.x does) while trying to upgrade ColdFusion's log4j implementation from 1.1 to 1.2. http://www.qos.ch/logging/classloader.jsp We might want to consider converting Axis 1.x to use the SLF4J:

Extending AxisServlet

2005-12-19 Thread Alex Boisvert
Hi (and hello to everybody I met at JavaOne!) I was wondering if the current maintainer of AxisServlet could review the following changes to AxisServlet. The refactoring is aimed at improving the extensibility of AxisServlet by allowing the override of initConfigContext(). The use-case I

Re: Extending AxisServlet

2005-12-19 Thread Davanum Srinivas
Alex, Could you please open a JIRA issue? BTW, congrats on the PXE acquisition :) -- dims On 12/19/05, Alex Boisvert [EMAIL PROTECTED] wrote: Hi (and hello to everybody I met at JavaOne!) I was wondering if the current maintainer of AxisServlet could review the following changes to

Re: Extending AxisServlet

2005-12-19 Thread Alex Boisvert
Ooops! I meant ApacheCon. I was just discussing JavaOne with somebody earlier today ;) Alex Boisvert wrote: Hi (and hello to everybody I met at JavaOne!) I was wondering if the current maintainer of AxisServlet could review the following changes to AxisServlet. The refactoring is aimed

[jira] Created: (AXIS2-346) AxisServlet: abstracting initialization of ConfigurationContext

2005-12-19 Thread Alex Boisvert (JIRA)
AxisServlet: abstracting initialization of ConfigurationContext Key: AXIS2-346 URL: http://issues.apache.org/jira/browse/AXIS2-346 Project: Apache Axis 2.0 (Axis2) Type: Improvement Components:

[jira] Updated: (AXIS2-346) AxisServlet: abstracting initialization of ConfigurationContext

2005-12-19 Thread Alex Boisvert (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-346?page=all ] Alex Boisvert updated AXIS2-346: Attachment: AxisServlet.diff AxisServlet.java AxisServlet: abstracting initialization of ConfigurationContext

Re: Extending AxisServlet

2005-12-19 Thread Alex Boisvert
http://issues.apache.org/jira/browse/AXIS2-346 Thanks, as you can see we are in the process of integrating PXE with Axis2. Expect good things to happen in the BPM space! alex Davanum Srinivas wrote: Alex, Could you please open a JIRA issue? BTW, congrats on the PXE acquisition :) --

1.4 release date?

2005-12-19 Thread Joe Nall
Any thoughts on a 1.4 release date? joe

[jira] Resolved: (AXIS2-346) AxisServlet: abstracting initialization of ConfigurationContext

2005-12-19 Thread Davanum Srinivas (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-346?page=all ] Davanum Srinivas resolved AXIS2-346: Resolution: Fixed Applied patch. thanks, dims AxisServlet: abstracting initialization of ConfigurationContext

RE: Clustering Axis2

2005-12-19 Thread Rajith Attapattu
I looked in to WADI and how it can be used within Axis2 to provide clustering support. WADI provides web session clustering, by installing itself as an HttpSession Manager for a particular Context/WebApp. Ajith confirmed that in Axis2 a service grp context is used in place of a http session

[jira] Created: (AXIS-2347) setBody results in a DOMException

2005-12-19 Thread Jayachandra Sekhara Rao Sunkara (JIRA)
setBody results in a DOMException - Key: AXIS-2347 URL: http://issues.apache.org/jira/browse/AXIS-2347 Project: Apache Axis Type: Bug Components: SAAJ Versions: 1.3 Reporter: Jayachandra Sekhara Rao Sunkara Assigned

[jira] Updated: (AXIS-2347) setBody results in a DOMException

2005-12-19 Thread Jayachandra Sekhara Rao Sunkara (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-2347?page=all ] Jayachandra Sekhara Rao Sunkara updated AXIS-2347: -- Attachment: TestSOAPEnvelope.java Attaching TestSOAPEnvelope.java that depicts the scenario when the described exception is

[jira] Commented: (AXIS-2347) setBody results in a DOMException

2005-12-19 Thread Jayachandra Sekhara Rao Sunkara (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-2347?page=comments#action_12360891 ] Jayachandra Sekhara Rao Sunkara commented on AXIS-2347: --- When I delved inside the source, I realized that the problem is cropping up because of logic

[jira] Updated: (AXIS-2347) setBody results in a DOMException

2005-12-19 Thread Jayachandra Sekhara Rao Sunkara (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-2347?page=all ] Jayachandra Sekhara Rao Sunkara updated AXIS-2347: -- Attachment: NodeImpl_setParent.patch attaching suggested patch in a diff format. setBody results in a DOMException