[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 s

[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

[jira] Created: (AXIS2-345) InOnly MEP should rethrow transport level exceptions

2005-12-19 Thread Peter McEvoy (JIRA)
InOnly MEP should rethrow transport level exceptions Key: AXIS2-345 URL: http://issues.apache.org/jira/browse/AXIS2-345 Project: Apache Axis 2.0 (Axis2) Type: Bug Components: core Reporter: Peter McEvoy A

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

2005-12-19 Thread jayachandra
Hi dyemme! You sure there wasn't any exception thrown? It could be that the exception got *swallowed* somewhere in between. Can you JIRA this, if you have a test client. If not, plz let me know, I've a minimal test client with which I got the earlier mentioned exception.Meanwhile I'll dig down into

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, 2005

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 | C

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

2005-12-19 Thread Parikh,Pratik
Is there a debug version for nightly build?? I mean the one that has source with *.class files. And what is the location for Nightly build?? Is this is it Thanks, Parikh, Pratik | Software Engineer | Cerner Corporation | (1)-816-201-1298 | [EMAIL PROTECT

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

2005-12-19 Thread Davanum Srinivas
yes. On 12/19/05, Parikh,Pratik <[EMAIL PROTECTED]> wrote: > > Is there a debug version for nightly build?? I mean the one that has > source with *.class files. And what is the location for Nightly build?? > Is this is it > > Thanks, > Parikh, Pratik | So

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 Mess

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 D

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 thinki

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 A

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: trans

[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 :) -- dim

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 which

[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 to

[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 insi

[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 > -