Re: [Axis2] Moving Axis2 code base into JDK 1.5

2008-03-05 Thread Eran Chinthaka
]]Davanum Srinivas [EMAIL PROTECTED] *Davanum Srinivas [EMAIL PROTECTED]* 02/27/2008 08:33 AM Please respond to axis-dev@ws.apache.org To axis-dev@ws.apache.org cc Subject Re: [Axis2] Moving Axis2 code base into JDK 1.5 -BEGIN PGP SIGNED MESSAGE

Re: [Axis2] Moving Axis2 code base into JDK 1.5

2008-03-03 Thread Jeremy Hughes
Hi On 28/02/2008, Andreas Veithen [EMAIL PROTECTED] wrote: [...] What we did was to use retrotranslator (http://retrotranslator.sourceforge.net/ ) to translate the library as well as its dependencies (including JAXB 2) back to Java 1.4. retroweaver is another

Re: [Axis2] Moving Axis2 code base into JDK 1.5

2008-03-03 Thread Suresh B
Hi, How can I edit the skeleton generated using JiBx or Axiom? I dont want to do it manually. Is there any way to edit it using some xsl templates and add it to the .aar creation of ant task? Regards, Suresh B. Tata Consultancy Services Mailto: [EMAIL PROTECTED] Website: http://www.tcs.com

Re: [Axis2] Moving Axis2 code base into JDK 1.5

2008-03-03 Thread Glen Daniels
Hi all: I'm essentially +0 on the move to 1.5 as well. I do think it's time, and as one of our users stated back when we did the last poll, it can actually help *them* to push the move to 1.5 inside their companies if infrastructure like Axis makes the leap. However there is the very real

Re: [Axis2] Moving Axis2 code base into JDK 1.5

2008-03-03 Thread Martin Gainty
Does Axis2 use JDK 1.5 specific features e.g. generics? Thanks/ Martin- - Original Message - From: Glen Daniels [EMAIL PROTECTED] To: axis-dev@ws.apache.org Sent: Monday, March 03, 2008 9:39 AM Subject: Re: [Axis2] Moving Axis2 code base into JDK 1.5 Hi all: I'm essentially +0

Re: [Axis2] Moving Axis2 code base into JDK 1.5

2008-03-03 Thread R J Scheuerle Jr
] To: axis-dev@ws.apache.org Sent: Monday, March 03, 2008 9:39 AM Subject: Re: [Axis2] Moving Axis2 code base into JDK 1.5 Hi all: I'm essentially +0 on the move to 1.5 as well. I do think it's time, and as one of our users stated back when we did the last poll, it can actually help *them

Re: [Axis2] Moving Axis2 code base into JDK 1.5

2008-02-29 Thread R J Scheuerle Jr
PROTECTED] | 02/27/2008 05:15 AM | Please respond to | axis-dev@ws.apache.org | | | To | [EMAIL PROTECTED] | cc | axis-dev@ws.apache.org axis-dev@ws.apache.org | Subject | Re: [Axis2] Moving Axis2 code base into JDK 1.5 | | | | | | | +1 to moving to Java 5. I think maintenance releases could be key

Re: [Axis2] Moving Axis2 code base into JDK 1.5

2008-02-28 Thread Dennis Sosnoski
Andreas Veithen wrote: ... Moving to Java 1.5 doesn't necessarily mean to abandon support for Java 1.4. I am currently working on a project for a company that still uses Java 1.4 (and I think there are lots of them). We needed a library to generate MS Project files, but the only one we could

Re: [Axis2] Moving Axis2 code base into JDK 1.5

2008-02-28 Thread Ajith Ranabahu
Hi, As far as the vote goes I would say 0- From the suggestions we have the ones I can agree is to release 1.4 (the next one) with JDK 1.4 and focus on setting the new JDK version for the next release (I have posted the XmlSchema release candidate which complies to JDK 1.4 a few hours ago and had

Re: [Axis2] Moving Axis2 code base into JDK 1.5

2008-02-28 Thread Sanjiva Weerawarana
I agree moving 1.5 is not merely a change of JDK but a change of APIs. However, realistically, I imagine that'll be an incremental process- i.e., no one will sit and go thru and introduce generics wherever possible .. rather we'll start using 1.5 features without restriction when the need

Re: [Axis2] Moving Axis2 code base into JDK 1.5

2008-02-27 Thread Paul Fremantle
My concern is that I think there has been a lot of work done since the last release and the JDK1.4 users will never get that benefit. So - how about this for a plan. Release 1.4 asap based on JDK 1.4. Then do a 1.5 release *very soon after* based on JDK1.5. That way even the names match :)

Re: [Axis2] Moving Axis2 code base into JDK 1.5

2008-02-27 Thread Jeremy Hughes
+1 to moving to Java 5. I think maintenance releases could be key in keeping those users tied to Java 1.4, interested in Axis2 until they're ready to move up to Java 5 themselves. Jeremy On 27/02/2008, Paul Fremantle [EMAIL PROTECTED] wrote: Yes I guess that makes sense. However, its most

Re: [Axis2] Moving Axis2 code base into JDK 1.5

2008-02-27 Thread Paul Fremantle
Yes I guess that makes sense. However, its most likely that we would roll up whatever is in the trunk. I guess that there might be also end up being a 1.4.1 maintenance release as well. Paul On Wed, Feb 27, 2008 at 10:36 AM, Michele Mazzucco [EMAIL PROTECTED] wrote: Paul, if so, I think

Re: [Axis2] Moving Axis2 code base into JDK 1.5

2008-02-27 Thread Deepal Jayasinghe
Hi all , As you might remember few months back Glen asked the list about moving to JDK 1.5 and I think we got very positive feedback. So I thought of asking again and change the code to work with JDK 1.5 . The main reason behind sending this mail is due the dependency we have for annogen.

Re: [Axis2] Moving Axis2 code base into JDK 1.5

2008-02-27 Thread John Kaputin (gmail)
+1 to moving Axis2 to Java 5. With Woden currently at Java 1.4 (to support Axis2) we provide a type-safe API using typed arrays. We would prefer to use Java 5 generics. +1 to previous suggestions about supporting existing Axis2 uses tied to Java 1.4 by rolling up trunk into an Axis2 1.4 release

Re: [Axis2] Moving Axis2 code base into JDK 1.5

2008-02-27 Thread Jeff Barrett
PROTECTED] cc axis-dev@ws.apache.org axis-dev@ws.apache.org Subject Re: [Axis2] Moving Axis2 code base into JDK 1.5 +1 to moving to Java 5. I think maintenance releases could be key in keeping those users tied to Java 1.4, interested in Axis2 until they're ready to move up to Java 5 themselves

Re: [Axis2] Moving Axis2 code base into JDK 1.5

2008-02-27 Thread Davanum Srinivas
and Sametime ID: [EMAIL PROTECTED] | | | | Jeremy Hughes [EMAIL PROTECTED] | Sent by: [EMAIL PROTECTED] | 02/27/2008 05:15 AM | Please respond to | axis-dev@ws.apache.org | | | To | [EMAIL PROTECTED] | cc | axis-dev@ws.apache.org axis-dev@ws.apache.org | Subject | Re: [Axis2] Moving Axis2 code base

[Axis2] Moving Axis2 code base into JDK 1.5

2008-02-26 Thread Deepal Jayasinghe
Hi all , As you might remember few months back Glen asked the list about moving to JDK 1.5 and I think we got very positive feedback. So I thought of asking again and change the code to work with JDK 1.5 . The main reason behind sending this mail is due the dependency we have for annogen. As

Re: [Axis2] Moving Axis2 code base into JDK 1.5

2008-02-26 Thread Lawrence Mandel
-dev@ws.apache.org axis-dev@ws.apache.org, [EMAIL PROTECTED] [EMAIL PROTECTED] cc Subject [Axis2] Moving Axis2 code base into JDK 1.5 Hi all , As you might remember few months back Glen asked the list about moving to JDK 1.5 and I think we got very positive feedback. So I thought of asking

Re: [Axis2] Moving Axis2 code base into JDK 1.5

2008-02-26 Thread David Illsley
PROTECTED] 02/26/2008 11:15 PM Please respond to axis-dev@ws.apache.org To axis-dev@ws.apache.org axis-dev@ws.apache.org, [EMAIL PROTECTED] [EMAIL PROTECTED] cc Subject [Axis2] Moving Axis2 code base into JDK 1.5 Hi all , As you

Re: [Axis2] Moving Axis2 code base into JDK 1.5

2008-02-26 Thread Nicholas L Gallardo
] cc Please respond to [EMAIL PROTECTED] Subject e.org [Axis2] Moving Axis2 code base

Re: [Axis2] Moving Axis2 code base into JDK 1.5

2008-02-26 Thread Davanum Srinivas
@ws.apache.org axis-dev@ws.apache.org, |[EMAIL PROTECTED] [EMAIL PROTECTED] |cc | |Subject |[Axis2] Moving Axis2 code base into JDK 1.5 | | | | | | | | | |Hi all , | |As you might remember few months back Glen asked the list about moving |to JDK

Re: [Axis2] Moving Axis2 code base into JDK 1.5

2008-02-26 Thread Sanjiva Weerawarana
To axis-dev@ws.apache.org axis-dev@ws.apache.org, [EMAIL PROTECTED] [EMAIL PROTECTED] cc Subject [Axis2] Moving Axis2 code base into JDK 1.5 Hi all , As you might remember few months back Glen asked the list about moving to JDK 1.5 and I

Re: [Axis2] Moving Axis2 code base into JDK 1.5

2008-02-26 Thread Dennis Sosnoski
From my experiences working with companies moving to Axis2 I'd say about half are still using JDK 1.4. If they can't count on that support being maintained I think they're likely to reconsider adopting Axis2. Just having an archived 1.3 version of Axis2 won't be enough to convince them, unless