[jira] Commented: (AXIS-1955) Axis 1.2rc3 does not write derived types from abstract classes to wsdl

2005-05-27 Thread Jayachandra Sekhara Rao Sunkara (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-1955?page=comments#action_66427 ] Jayachandra Sekhara Rao Sunkara commented on AXIS-1955: --- Thanks Clint, for pointing out this subtle but major issue. This didn't appear in the first go

[jira] Updated: (AXIS-1955) Axis 1.2rc3 does not write derived types from abstract classes to wsdl

2005-05-27 Thread Jayachandra Sekhara Rao Sunkara (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-1955?page=all ] Jayachandra Sekhara Rao Sunkara updated AXIS-1955: -- Attachment: Patch_BeanSerializer.diff Attaching the patch file for earlier mentioned change. > Axis 1.2rc3 does not write de

[jira] Updated: (AXIS-2016) Bug in method for accessing SOAP-message header attributes with namespace

2005-05-27 Thread Ashutosh Shahi (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-2016?page=all ] Ashutosh Shahi updated AXIS-2016: - Attachment: 2016.diff Attaching the patch ... it was a simple typo I think ... all-tests runs fine. Ashutosh > Bug in method for accessing SOAP-message header

[jira] Created: (AXIS-2019) Bug in getElementsByTagNameNS() method of SOAPDocumentImpl class

2005-05-27 Thread Ashutosh Shahi (JIRA)
Bug in getElementsByTagNameNS() method of SOAPDocumentImpl class - Key: AXIS-2019 URL: http://issues.apache.org/jira/browse/AXIS-2019 Project: Axis Type: Bug Components: SAAJ Versions: beta-2

[jira] Updated: (AXIS-2019) Bug in getElementsByTagNameNS() method of SOAPDocumentImpl class

2005-05-27 Thread Ashutosh Shahi (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-2019?page=all ] Ashutosh Shahi updated AXIS-2019: - Attachment: 2019.diff Patch for the problem ... ran all-tests. Ashutosh > Bug in getElementsByTagNameNS() method of SOAPDocumentImpl class >

Re: [jira] Updated: (AXIS-2019) Bug in getElementsByTagNameNS() method of SOAPDocumentImpl class

2005-05-27 Thread Guillaume Sauthier
Hi Ashutosh Is "ant clean compile all-tests" working for you ? with the current CVS Head ? Cheers Guillaume Ashutosh Shahi (JIRA) wrote: [ http://issues.apache.org/jira/browse/AXIS-2019?page=all ] Ashutosh Shahi updated AXIS-2019: - Attachment: 2019

[jira] Commented: (AXIS-2019) Bug in getElementsByTagNameNS() method of SOAPDocumentImpl class

2005-05-27 Thread Ashutosh Shahi (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-2019?page=comments#action_66439 ] Ashutosh Shahi commented on AXIS-2019: -- Sorry ... The affected version should be 1.2 release. > Bug in getElementsByTagNameNS() method of SOAPDocumentImpl class >

Re: all-tests failure(s)

2005-05-27 Thread Guillaume Sauthier
Davanum Srinivas wrote: Venkat, Guillaume, There are 6 failures, can you guys please check/fix it? test.functional.FunctionalTests.testEchoService -> caused by my arrayMapping check in. Can be fixed up if we update the samples/echo/deploy.wsdd and use arrayMapping instead of typeMapping

RE: [jira] Updated: (AXIS-2019) Bug in getElementsByTagNameNS() method of SOAPDocumentImpl class

2005-05-27 Thread Shahi, Ashutosh
Guillaume, I am aware of the current six failures ... so I just made sure that nothing else is failing. Ashutosh -Original Message- From: Guillaume Sauthier [mailto:[EMAIL PROTECTED] Sent: Friday, May 27, 2005 3:16 PM To: axis-dev@ws.apache.org Subject: Re: [jira] Updated: (AXIS-2019) B

Re: all-tests failure(s)

2005-05-27 Thread Venkat Reddy
I just removed the call setDirty(true) from NodeImpl.appendChild() to fix the DOM serialization related failures. This means the problem with SOAPmessage.saveChanges() remains un-resolved. But i still get a failure at test.wsdl.marshall.MarshallTestCase.test12MarshallPortArrayOfArrayOfSoapEncStrin

Re: all-tests failure(s)

2005-05-27 Thread Venkat Reddy
Dms, Now we have just one failiure at test.functional.TestEchoSample.testEchoService. I think Guillaume is looking into this. - Venkat On 5/27/05, Venkat Reddy <[EMAIL PROTECTED]> wrote: > I just removed the call setDirty(true) from NodeImpl.appendChild() to > fix the DOM serialization related

[jira] Commented: (AXIS-1955) Axis 1.2rc3 does not write derived types from abstract classes to wsdl

2005-05-27 Thread clint dovholuk (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-1955?page=comments#action_66444 ] clint dovholuk commented on AXIS-1955: -- Thanks for you work on this Jayachandra. -Clint > Axis 1.2rc3 does not write derived types from abstract classes to wsdl > -

[jira] Created: (AXIS-2020) wsdl2java does not generate array of wrappers for array of nillable primitives

2005-05-27 Thread Hans (JIRA)
wsdl2java does not generate array of wrappers for array of nillable primitives -- Key: AXIS-2020 URL: http://issues.apache.org/jira/browse/AXIS-2020 Project: Axis Type: Bug Components: WSDL

Re: [jira] Commented: (AXIS-1955) Axis 1.2rc3 does not write derived types from abstract classes to wsdl

2005-05-27 Thread Venkat Reddy
Jaya, Can you resubmit your patch after running "cvs diff -u" in the specific folder? - venkat On 5/27/05, Jayachandra Sekhara Rao Sunkara (JIRA) wrote: > [ > http://issues.apache.org/jira/browse/AXIS-1955?page=comments#action_66427 ] > > Jayachandra Sekhara Rao Sunkara commented on AXIS-1

Setting the content type of the meesage

2005-05-27 Thread Thilina Gunarathne
Hi all, Current MTOM implementation works on OM level. An mtom optimised message should have a content-type http header to say that it's XOP. We need a way to inform the transport sender that this is a optimised message, so that it should put the content type header as xop. but currently it seems n

[jira] Commented: (AXIS-2018) WSDL2Java generates > symbols where it shouldn't

2005-05-27 Thread Jayachandra Sekhara Rao Sunkara (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-2018?page=comments#action_66449 ] Jayachandra Sekhara Rao Sunkara commented on AXIS-2018: --- Hi Daniel Character '>' is axis internal representation added for anonymous types names. I thi

[jira] Updated: (AXIS-1955) Axis 1.2rc3 does not write derived types from abstract classes to wsdl

2005-05-27 Thread Jayachandra Sekhara Rao Sunkara (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-1955?page=all ] Jayachandra Sekhara Rao Sunkara updated AXIS-1955: -- Attachment: 1955Patch_cvs_diff.txt Here is the patch in cvs diff -u format > Axis 1.2rc3 does not write derived types from a

[jira] Commented: (AXIS-2020) wsdl2java does not generate array of wrappers for array of nillable primitives

2005-05-27 Thread Hans (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-2020?page=comments#action_66456 ] Hans commented on AXIS-2020: Traced the problem to the getWrapperType method in org.apache.axis.wsdl.toJava.Utils.java. It does not take array subscripts ("[]") into considation

[jira] Commented: (AXIS-2020) wsdl2java does not generate array of wrappers for array of nillable primitives

2005-05-27 Thread Guillaume Sauthier (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-2020?page=comments#action_66457 ] Guillaume Sauthier commented on AXIS-2020: -- By default (from 1.2), WSDL2Java try to avoid extra class generation : if WSDL declares a types that is only a wrapper ar

[jira] Closed: (AXIS-1972) The options specified in a deploy file cannot be accessed with JavaProvider

2005-05-27 Thread Tom Jordahl (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-1972?page=all ] Tom Jordahl closed AXIS-1972: - Resolution: Invalid closed per Dmytro's comment. > The options specified in a deploy file cannot be accessed with JavaProvider >

[jira] Resolved: (AXIS-2016) Bug in method for accessing SOAP-message header attributes with namespace

2005-05-27 Thread Tom Jordahl (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-2016?page=all ] Tom Jordahl resolved AXIS-2016: --- Resolution: Fixed Fix Version: 1.2.1 Applied patch. Thanks. > Bug in method for accessing SOAP-message header attributes with namespace > -

RE: cvs commit: ws-axis/java/samples/echo deploy.wsdd

2005-05-27 Thread Tom Jordahl
This is a bit scary that in order for things to work right, users will have to change things to use the arayMapping. This is quite a regression from Axis 1.1. :-( -- Tom Jordahl Macromedia Server Development > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent

[jira] Commented: (AXIS-2020) wsdl2java does not generate array of wrappers for array of nillable primitives

2005-05-27 Thread Tom Jordahl (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-2020?page=comments#action_66461 ] Tom Jordahl commented on AXIS-2020: --- But the Schema explicitly sets the nilable=true option on the both the element (fld1) and the type (intarr) so we need to map these to

String Array regression?

2005-05-27 Thread Dan Armbrust
This seems to be a serious regression bug... But maybe I'm doing something wrong... I was using 1.2 RC2, and everything was working for me.  Now under 1.2 final, the handling of arrays appears broken. Here is the error: org.apache.axis.AxisFaultorg.xml.sax.SAXException: Found character dat

[jira] Commented: (AXIS-2020) wsdl2java does not generate array of wrappers for array of nillable primitives

2005-05-27 Thread Hans (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-2020?page=comments#action_66462 ] Hans commented on AXIS-2020: The wrapArray option is not set and I still get primitive java arrays... The JavaBeanWriter calls the getWrapperType method with "byte[]" as argument

Re: cvs commit: ws-axis/java/samples/echo deploy.wsdd

2005-05-27 Thread Davanum Srinivas
Guillaume, Can we do this in the code? if the typeMapping is registering the arrayserializer/deserializer then do whatever is done in arrayMapping case? thanks, dims On 5/27/05, Tom Jordahl <[EMAIL PROTECTED]> wrote: > This is a bit scary that in order for things to work right, users will > have

[jira] Resolved: (AXIS-1955) Axis 1.2rc3 does not write derived types from abstract classes to wsdl

2005-05-27 Thread Tom Jordahl (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-1955?page=all ] Tom Jordahl resolved AXIS-1955: --- Resolution: Fixed Fix Version: 1.2.1 Applies the patch. Thanks. > Axis 1.2rc3 does not write derived types from abstract classes to wsdl >

[jira] Commented: (AXIS-2020) wsdl2java does not generate array of wrappers for array of nillable primitives

2005-05-27 Thread Guillaume Sauthier (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-2020?page=comments#action_66464 ] Guillaume Sauthier commented on AXIS-2020: -- By defaut wrapArray=true, so You have to explicitely tell Axis that you don't want array wrapping. > wsdl2java does not

[jira] Resolved: (AXIS-2019) Bug in getElementsByTagNameNS() method of SOAPDocumentImpl class

2005-05-27 Thread Tom Jordahl (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-2019?page=all ] Tom Jordahl resolved AXIS-2019: --- Resolution: Fixed Applied patch. Thanks! > Bug in getElementsByTagNameNS() method of SOAPDocumentImpl class > -

[jira] Updated: (AXIS-2020) wsdl2java does not generate array of wrappers for array of nillable primitives

2005-05-27 Thread Andrei Iltchenko (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-2020?page=all ] Andrei Iltchenko updated AXIS-2020: --- Attachment: 2020.txt The attached patch fixes the problem. > wsdl2java does not generate array of wrappers for array of nillable primitives >

[jira] Commented: (AXIS-2020) wsdl2java does not generate array of wrappers for array of nillable primitives

2005-05-27 Thread Andrei Iltchenko (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-2020?page=comments#action_66463 ] Andrei Iltchenko commented on AXIS-2020: I fixed the same problem with regard to parameters in Bug . This one should

[jira] Resolved: (AXIS-2015) org.apache.axis.types.URI does not compare registry authority in equals()

2005-05-27 Thread Tom Jordahl (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-2015?page=all ] Tom Jordahl resolved AXIS-2015: --- Resolution: Fixed Fix Version: 1.2.1 It worries me that the Xerces implementation didn't have this comparison its its most recent implementation... But

RE: String Array regression?

2005-05-27 Thread Tom Jordahl
Hi Dan,   Yes, I think we do have some serious regressions in the array area since RC2.   Test cases that run in our harness would be most welcome, that will ensure that we don’t break it again.  L   -- Tom Jordahl Macromedia Server Development From: Dan Armbrust [mailt

[jira] Resolved: (AXIS-1525) xsd:group behavior is wrong

2005-05-27 Thread Tom Jordahl (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-1525?page=all ] Tom Jordahl resolved AXIS-1525: --- Resolution: Fixed Fix Version: 1.2.1 Looks like Venkat applied this patch on 5/20/2005. Marking as fixed. > xsd:group behavior is wrong > --

[jira] Commented: (AXIS-1897) Axis 1.2RC3 and .NET 1.1: Problem with EchoMap

2005-05-27 Thread Ashutosh Shahi (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-1897?page=comments#action_66474 ] Ashutosh Shahi commented on AXIS-1897: -- I am not sure if this is the cause of the problem ... but, apart from the fact that .NET was using an additional layer of href, o

Invitation to join the Web Services Discussion Forum

2005-05-27 Thread John Eliacy
Dear Madam/Sir,We, a group of enthusiastic web services developers and researchers, have started a new discussion forum at http://www.ws-talk.com to bring together academics and industry people interested in the subject of Web Services and related technologies, such as agents, distributed architec

[jira] Resolved: (AXIS-2012) Call swallows exceptions when serializing input

2005-05-27 Thread Davanum Srinivas (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-2012?page=all ] Davanum Srinivas resolved AXIS-2012: Resolution: Fixed added code to rethrow Exception thanks, dims > Call swallows exceptions when serializing input > ---

[jira] Updated: (AXIS-1762) xs:list attributes do not deserialize

2005-05-27 Thread Tom Jordahl (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-1762?page=all ] Tom Jordahl updated AXIS-1762: -- Attachment: 1752-and-1762-diff.txt I am attaching an updated version of the patch for both this bug and 1752. This patch causes the test/wsdl/gateway functional te

[jira] Updated: (AXIS-1752) xs:list attributes do not serialize

2005-05-27 Thread Tom Jordahl (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-1752?page=all ] Tom Jordahl updated AXIS-1752: -- Attachment: 1752-and-1762-diff.txt I am attaching an updated version of the patch for both this bug and 1762. This patch causes the test/wsdl/gateway functional te

[jira] Commented: (AXIS-2020) wsdl2java does not generate array of wrappers for array of nillable primitives

2005-05-27 Thread Tom Jordahl (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-2020?page=comments#action_66487 ] Tom Jordahl commented on AXIS-2020: --- I am only seeing the first field become Integer with your patch Andrei. The second is still int[]. > wsdl2java does not generate arr

[jira] Commented: (AXIS-2020) wsdl2java does not generate array of wrappers for array of nillable primitives

2005-05-27 Thread Tom Jordahl (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-2020?page=comments#action_66490 ] Tom Jordahl commented on AXIS-2020: --- This patch also causes the test/wsdl/datatypes test case to fail because of the ArrayOfInt complexType in the WSDL:

Re: String Array regression?

2005-05-27 Thread Dan Armbrust
Hmm, I'm really not very familiar with the axis development or testing environments.  Otherwise I would attempt to fix it myself... Is there an official bug open for this, or workarounds?  This is a show stopping bug for me  Dan Tom Jordahl wrote: Hi Dan,   Yes, I thi

Cannot install Axis 1.2 in BEA WebLogic Workshop 8.1.2

2005-05-27 Thread Jason Liu
Hi there, I am trying to install axis 1.2 in WebLogic Workshop 8.1.2. I followed the instructions on http://ws.apache.org/axis/java/install.html. The problem is, WebLogic interprets .jws file as its own format (which should contain annotations specific to WebLogic), so the out-of-box Axi

[jira] Created: (AXIS-2021) String Array Regression causes SAXException: Found character data ...

2005-05-27 Thread Dan Armbrust (JIRA)
String Array Regression causes SAXException: Found character data ... - Key: AXIS-2021 URL: http://issues.apache.org/jira/browse/AXIS-2021 Project: Axis Type: Bug Components: Serialization/Deserial

Re: [Axis2] WSDL2Java renamed?

2005-05-27 Thread Sanjiva Weerawarana
+1 for WSDL2Code. Sanjiva. On Thu, 2005-05-26 at 08:24 -0400, Glen Daniels wrote: > Axis1 does have the "generic" WSDL2 classes and the more specific Java ones, > and was in fact designed with exactly the same idea (generating stubs/skels > for multiple languages). I would prefer something lik

RE: [Axis2] WSDL2Java renamed?

2005-05-27 Thread Sanjiva Weerawarana
+1 for a WSDL2Java wrapper around WSDL2Code for Java specific stuff. Sanjiva. On Thu, 2005-05-26 at 12:40 -0400, Tom Jordahl wrote: > I like the name WSDL2Code. > > I would also love to have a WSDL2Java wrapper class. > > I don't expect that the common use case to be from the IDE - We use > WS

Re: [Axis2] WSDL2Java renamed?

2005-05-27 Thread Mohammed Nour
+1 WSDL2Code On 5/28/05, Sanjiva Weerawarana <[EMAIL PROTECTED]> wrote: > +1 for a WSDL2Java wrapper around WSDL2Code for Java specific stuff. > > Sanjiva. > > On Thu, 2005-05-26 at 12:40 -0400, Tom Jordahl wrote: > > I like the name WSDL2Code. > > > > I would also love to have a WSDL2Java wrapp