Re: [Axis2] roadmap, eta. for axis2 1.4?

2007-11-23 Thread MadLion
Thanks for your answer.
Would be nice to get a tentative date of the next release and the notes.

I'm asking for this, because we are in the situation that we must support 
hashtable in some way.
It's no problem  to define a a new class that has an member which is an array 
of KeyValuePair. Where KeyValuePair has two member of type object (key and 
value).

WSDL is genereated as follows:













Service class method:

public Hashtable testHashtable2() {
KeyValuePair[] keyValuePairs = new KeyValuePair[] {
new KeyValuePair("TestStringKey", "TestStringValue"),
new KeyValuePair(new Integer(1), new Integer(2)),
new KeyValuePair("StringKayForinteger", new Integer(2)),
new KeyValuePair(new Integer(1), "StringValueForInteger"),
new KeyValuePair(new Integer(1), new 
String("StringValueForInteger"))
};

return new Hashtable(keyValuePairs);
}

and SOAP Response:

http://www.w3.org/2003/05/soap-envelope";>
   
  http://coaching.de";>
 http://vo.coaching.de/xsd"; xmlns:ax23="http://io.java/xsd"; 
xmlns:ax21="http://coaching.de/xsd";>

   TestStringKey
   TestStringValue


   
   


   StringKayForinteger
   


   
   StringValueForInteger


   
   StringValueForInteger

 
  
   


So for String there are the values but not type and for Integer there are no 
values but the type. Why is this?

And another problem are exceptions. (See my other mail 
http://marc.info/?l=axis-user&m=119572197706388&w=2)

Regards

 Original-Nachricht 
> Datum: Fri, 23 Nov 2007 15:07:42 +0530
> Von: Deepal jayasinghe <[EMAIL PROTECTED]>
> An: axis-user@ws.apache.org
> Betreff: Re: [Axis2] roadmap, eta. for axis2 1.4?

> [EMAIL PROTECTED] wrote:
> > Hi all,
> >
> > i didn't found this on the webpage. What is the roadmap of the axis2 1.4
> release? What is the eta?
> >
> >   
> We discussed some of of the stuff we are going to have in the next
> release in the last hackathon we had in Apachecon. And I will send a
> note with what we discuss and may be I will be able to give you a
> tentative date of the next release. We are not in a hurry to do another
> release since we have not found critical issues with 1.3 release.
> 
> Thanks
> Deepal
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]

-- 
GMX FreeMail: 1 GB Postfach, 5 E-Mail-Adressen, 10 Free SMS.
Alle Infos und kostenlose Anmeldung: http://www.gmx.net/de/go/freemail

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: [Axis2] roadmap, eta. for axis2 1.4?

2007-11-23 Thread alan
You still haven't completed the 1.3 release. (See my last message, for which I haven't received an answer.)

 Original Message 
Subject: Re: [Axis2] roadmap, eta. for axis2 1.4?
From: Deepal jayasinghe <[EMAIL PROTECTED]>
Date: Fri, November 23, 2007 2:37 am
To: axis-user@ws.apache.org

We are not in a hurry to do another
release since we have not found critical issues with 1.3 release.




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [Axis2] roadmap, eta. for axis2 1.4?

2007-11-23 Thread Deepal jayasinghe
[EMAIL PROTECTED] wrote:
> Hi all,
>
> i didn't found this on the webpage. What is the roadmap of the axis2 1.4 
> release? What is the eta?
>
>   
We discussed some of of the stuff we are going to have in the next
release in the last hackathon we had in Apachecon. And I will send a
note with what we discuss and may be I will be able to give you a
tentative date of the next release. We are not in a hurry to do another
release since we have not found critical issues with 1.3 release.

Thanks
Deepal

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]