Re: [AXIS2] [VOTE] Jeff Barrett for Committer

2006-08-11 Thread Saminda Abeyruwan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 +1 Saminda Thilina Gunarathne wrote: > +1 > > Thilina > > On 8/10/06, Sanjiva Weerawarana <[EMAIL PROTECTED]> wrote: > >> +1. >> >> Sanjiva. >> >> On Thu, 2006-08-10 at 07:20 -0500, R J Scheuerle Jr wrote: >> > I would like to nominate Jeff Barret

[jira] Created: (AXIS2-1008) Reopen bug AXIS-987

2006-08-11 Thread Fabian Christ (JIRA)
Reopen bug AXIS-987 --- Key: AXIS2-1008 URL: http://issues.apache.org/jira/browse/AXIS2-1008 Project: Apache Axis 2.0 (Axis2) Issue Type: Bug Components: wsdl Reporter: Fabian Christ Hi, I want to reo

[jira] Commented: (AXIS2-1008) Reopen bug AXIS-987

2006-08-11 Thread Fabian Christ (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1008?page=comments#action_12427482 ] Fabian Christ commented on AXIS2-1008: -- Sorry - I missed the 2 in axis2. Reopen bug AXIS2-987! > Reopen bug AXIS-987 > --- > >

Need Info

2006-08-11 Thread sudhakar.kondapalli
Hi , By using eclipse plugin I am able to created wrapper classes and stub for a given wsdl file, , wsdl2java tool has generated the above classes after that how to process to test the webservice. I am not able to find which parameters to pass and which method I have to call form my TestSer

[jira] Reopened: (AXIS2-987) NullPointerException when using reference on XmlSchemaElement from imported schema

2006-08-11 Thread Davanum Srinivas (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-987?page=all ] Davanum Srinivas reopened AXIS2-987: > NullPointerException when using reference on XmlSchemaElement from imported > schema > -

[jira] Created: (AXIS2-1009) org.apache.axis2.databinding.utils.ConverterUtil.convertToOMAttribute is missing

2006-08-11 Thread Carsten Ziegeler (JIRA)
org.apache.axis2.databinding.utils.ConverterUtil.convertToOMAttribute is missing Key: AXIS2-1009 URL: http://issues.apache.org/jira/browse/AXIS2-1009 Project: Apache Axis

[jira] Commented: (AXIS2-1009) org.apache.axis2.databinding.utils.ConverterUtil.convertToOMAttribute is missing

2006-08-11 Thread Davanum Srinivas (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1009?page=comments#action_12427518 ] Davanum Srinivas commented on AXIS2-1009: - wsdl please? :) -- dims > org.apache.axis2.databinding.utils.ConverterUtil.convertToOMAttribute is > missing >

[jira] Commented: (AXIS2-917) User guide should give explanation and examples of fault handling

2006-08-11 Thread Richard Gruet (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-917?page=comments#action_12427519 ] Richard Gruet commented on AXIS2-917: - Latest news: I investigated further, and it appears that the org.apache.axiom.om.OMException: java.lang.IllegalStateExcep

[jira] Updated: (AXIS2-1009) org.apache.axis2.databinding.utils.ConverterUtil.convertToOMAttribute is missing

2006-08-11 Thread Carsten Ziegeler (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1009?page=all ] Carsten Ziegeler updated AXIS2-1009: Attachment: sample-wsdl.zip Sure :) > org.apache.axis2.databinding.utils.ConverterUtil.convertToOMAttribute is > missing > ---

[jira] Commented: (AXIS2-917) User guide should give explanation and examples of fault handling

2006-08-11 Thread Richard Gruet (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-917?page=comments#action_12427522 ] Richard Gruet commented on AXIS2-917: - (sorry my last comment was sent before I was finished) So the testcase fails because the Error[] array is empty while it

[jira] Created: (AXIS2-1010) incomming xml validation

2006-08-11 Thread vedat demir (JIRA)
incomming xml validation Key: AXIS2-1010 URL: http://issues.apache.org/jira/browse/AXIS2-1010 Project: Apache Axis 2.0 (Axis2) Issue Type: Bug Environment: windows Reporter: vedat demir

[jira] Commented: (AXIS2-917) User guide should give explanation and examples of fault handling

2006-08-11 Thread Richard Gruet (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-917?page=comments#action_12427529 ] Richard Gruet commented on AXIS2-917: - Additional info: With a simpler fault defined as follows: I am able to catch the

Re: Need Info

2006-08-11 Thread Hasalaka Waravita
http://www.wso2.net/tutorials/axis2/java/2006/05/29/hello-worldhttp://ws.apache.org/axis2/0_95/userguide.html On 8/11/06, [EMAIL PROTECTED] <[EMAIL PROTECTED] > wrote:Hi ,  By using eclipse plugin I am able to  created wrapper classes and stub for a given wsdl file,, wsdl2java tool has generated  t

[jira] Created: (AXIS2-1011) WSDL2Java addMissingQNames Nullpointer (RE: axis2-906)

2006-08-11 Thread Bob Stevenson (JIRA)
WSDL2Java addMissingQNames Nullpointer (RE: axis2-906) -- Key: AXIS2-1011 URL: http://issues.apache.org/jira/browse/AXIS2-1011 Project: Apache Axis 2.0 (Axis2) Issue Type: Bug Com

[jira] Commented: (AXIS-2539) Java 1.5 generics not supported

2006-08-11 Thread Bjorn Townsend (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-2539?page=comments#action_12427561 ] Bjorn Townsend commented on AXIS-2539: -- Kanwar, Can you provide a test case showing the problem? Thanks. > Java 1.5 generics not supported >

[Axis2] Axis2 build break and commits

2006-08-11 Thread Eran Chinthaka
Hi all, I can see Axis2 build is failing and I know Dims is working on that. But I can see some commits going on, even when the build is failing. I think we have a good practice not to commit anything when the build is failing. So please make sure you don't commit when build is failing or in othe

[Axis2]saaj.SOAPConnectionImpl does not handle MimeHeaders (SOAPAction)

2006-08-11 Thread Jian.Wu
Hi, I looked into org.apache.axis2.saaj.SOAPConnectionImpl.java in the Axis2 Source Repositoy, as the following code snippet shown, it never pass down MimeHeaders from SOAPMessage to the ServiceClient, so all the SOAPMessage sent out with SOAPAction as "", Is this a bug? =

Re: [Axis2] Axis2 build break and commits

2006-08-11 Thread Davanum Srinivas
This time, i am the culprit. I broke the build. The check-in in question is this: http://svn.apache.org/viewcvs.cgi?view=rev&rev=430406 I'll try to fix it in another hour or so OR worst case revert it. thanks, dims On 8/11/06, Eran Chinthaka <[EMAIL PROTECTED]> wrote: Hi all, I can see Axis2

Re: [Axis2]saaj.SOAPConnectionImpl does not handle MimeHeaders (SOAPAction)

2006-08-11 Thread Davanum Srinivas
Jian, Could you please open a bug/issue? thanks, dims On 8/11/06, Jian.Wu <[EMAIL PROTECTED]> wrote: Hi, I looked into org.apache.axis2.saaj.SOAPConnectionImpl.java in the Axis2 Source Repositoy, as the following code snippet shown, it never pass down MimeHeaders from SOAPMessage to the Serv

[jira] Commented: (AXIS-2539) Java 1.5 generics not supported

2006-08-11 Thread kanwar daman preet (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-2539?page=comments#action_12427583 ] kanwar daman preet commented on AXIS-2539: -- Hi Bjorn , this is the scenario which i am running class ABC{ } class XYZ extends ABC{ } now in the class

[jira] Closed: (AXIS-2481) Deserialization of SOAP Fault fails with 'org.xml.sax.SAXParseException: Comment must start with "

2006-08-11 Thread Tom Jordahl (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-2481?page=all ] Tom Jordahl closed AXIS-2481. - Resolution: Invalid Closing per request. > Deserialization of SOAP Fault fails with 'org.xml.sax.SAXParseException: > Comment must start with " > Key

[jira] Created: (AXIS2-1012) NoSuchMethodError thrown by code generated from wsdl.

2006-08-11 Thread Dave Andreasen (JIRA)
NoSuchMethodError thrown by code generated from wsdl. - Key: AXIS2-1012 URL: http://issues.apache.org/jira/browse/AXIS2-1012 Project: Apache Axis 2.0 (Axis2) Issue Type: Bug Affects Ver

[jira] Commented: (AXIS2-656) Support for basic authentication

2006-08-11 Thread Chad Boyd (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-656?page=comments#action_12427627 ] Chad Boyd commented on AXIS2-656: - Is this fix included in the latest 1.0 version? I downloaded it a few days ago and it doesn't appear to be. There is no HttpT

[jira] Created: (AXIS2-1013) Compilation error in adb-codegen module

2006-08-11 Thread Samuel Isokpunwu (JIRA)
Compilation error in adb-codegen module --- Key: AXIS2-1013 URL: http://issues.apache.org/jira/browse/AXIS2-1013 Project: Apache Axis 2.0 (Axis2) Issue Type: Bug Components: databinding Affec

[jira] Updated: (AXIS2-1013) Compilation error in adb-codegen module

2006-08-11 Thread Samuel Isokpunwu (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1013?page=all ] Samuel Isokpunwu updated AXIS2-1013: Attachment: SchemaCompilerPatch.txt A patch to fix the syntax error. > Compilation error in adb-codegen module > --

[jira] Created: (AXIS2-1014) org.apache.asix2.saaj.SOAPConnectionImpl does not handle MimeHeaders (SOAPAction)

2006-08-11 Thread Jian Wu (JIRA)
org.apache.asix2.saaj.SOAPConnectionImpl does not handle MimeHeaders (SOAPAction) -- Key: AXIS2-1014 URL: http://issues.apache.org/jira/browse/AXIS2-1014 Project: Apache

Re: [Axis2]saaj.SOAPConnectionImpl does not handle MimeHeaders (SOAPActi

2006-08-11 Thread Jian.Wu
Done. I filed Bug "AXIS2-1014" to track this issue. Thanks a lot! Jian Davanum Srinivas wrote: > > Jian, > > Could you please open a bug/issue? > > thanks, > dims > > On 8/11/06, Jian.Wu <[EMAIL PROTECTED]> wrote: >> >> Hi, >> >> I looked into org.apache.axis2.saaj.SOAPConnectionImpl.java

Re: [Axis2] Axis2 build break and commits

2006-08-11 Thread Eran Chinthaka
Dims, You got only half of the point I raised :). Some one committing and the build failing is better than some one committing whilst the existing code is breaking. I know lot of people commit, with local paths hard coded, testing ports changed, and build was successful in his/her machine. What

Re: [Axis2] Axis2 build break and commits

2006-08-11 Thread Davanum Srinivas
Got it! sorry. -- dims On 8/12/06, Eran Chinthaka <[EMAIL PROTECTED]> wrote: Dims, You got only half of the point I raised :). Some one committing and the build failing is better than some one committing whilst the existing code is breaking. I know lot of people commit, with local paths hard