Re: [Dev] JDK 1.7 Issues

2012-04-21 Thread Isabelle Mauny
Isuru, I think we don't have a choice. JDK 1.6 EOL is November this year. See http://www.oracle.com/technetwork/java/eol-135779.html Of course customers can contract support with Oracle, but we need JDK 1.7 to offer an alternative. Isabelle. -- Isabelle Mauny Director, Product Management;

Re: [Dev] JDK 1.7 Issues

2012-04-20 Thread Afkham Azeez
On Fri, Apr 20, 2012 at 2:12 PM, Supun Malinga wrote: > Hi, > > few questions, > Any particular reason why we are trying to build in jdk 1.6 and test/run > in jdk 1.7? If we are to support jdk 1.7 why not both build and run in jdk > 1.7? > Is that 'cos we want backward compatibility to jdk 1.6? >

Re: [Dev] JDK 1.7 Issues

2012-04-20 Thread Supun Malinga
Hi, few questions, Any particular reason why we are trying to build in jdk 1.6 and test/run in jdk 1.7? If we are to support jdk 1.7 why not both build and run in jdk 1.7? Is that 'cos we want backward compatibility to jdk 1.6? thanks, On Fri, Apr 20, 2012 at 2:06 PM, Afkham Azeez wrote: > > >

Re: [Dev] JDK 1.7 Issues

2012-04-20 Thread Afkham Azeez
On Fri, Apr 20, 2012 at 1:20 PM, Isuru Suriarachchi wrote: > Is it a must for us to provide run time support for JDK 1.7 for this > release? I think this can cause some complications. > > 1. Axis2 is still on JDK 1.5 and I got to know that even Axis2 clustering > doesn't work on JDK 1.7. > That

Re: [Dev] JDK 1.7 Issues

2012-04-20 Thread Isuru Suriarachchi
Is it a must for us to provide run time support for JDK 1.7 for this release? I think this can cause some complications. 1. Axis2 is still on JDK 1.5 and I got to know that even Axis2 clustering doesn't work on JDK 1.7. 2. We ship lot of samples in which the user has to build the source and deploy

Re: [Dev] JDK 1.7 Issues

2012-04-18 Thread Thilina Buddhika
Hi Isabelle, On Wed, Apr 18, 2012 at 8:36 PM, Isabelle Mauny wrote: > Team, > > Just to be sure : we are building on JDK 1.6 and run/test on JDK 1.7 i.e. > we do not want to depend on any JDK 1.7 features as we want the products to > run both on 1.6 and 1.7. > Yes. the platform is built with JD

Re: [Dev] JDK 1.7 Issues

2012-04-18 Thread Hiranya Jayathilaka
On Wed, Apr 18, 2012 at 7:20 PM, Supun Kamburugamuva wrote: > I tried the latest ESB with JDK 1.7 and it didn't even start due to a > error in the startup script. This is because the wso2server.sh in released ESB versions check for JDK 1.6. You can simply comment out this check in the shell scri

Re: [Dev] JDK 1.7 Issues

2012-04-18 Thread Isabelle Mauny
Team, Just to be sure : we are building on JDK 1.6 and run/test on JDK 1.7 i.e. we do not want to depend on any JDK 1.7 features as we want the products to run both on 1.6 and 1.7. Please confirm. Thanks. -- Isabelle Mauny Director, Product Management; WSO2, Inc.; http://wso2.com/ email:

Re: [Dev] JDK 1.7 Issues

2012-04-18 Thread Charitha Kankanamge
Thanks Supun, that issue has been fixed. /Charitha On Wed, Apr 18, 2012 at 7:41 PM, Supun Kamburugamuva wrote: > It was sometime back and was due to a JDK version check in the startup > script. I'll try to see weather I can find it. > > Thanks, > Supum.. > > > On Wed, Apr 18, 2012 at 10:04 AM, C

Re: [Dev] JDK 1.7 Issues

2012-04-18 Thread Supun Kamburugamuva
It was sometime back and was due to a JDK version check in the startup script. I'll try to see weather I can find it. Thanks, Supum.. On Wed, Apr 18, 2012 at 10:04 AM, Charitha Kankanamge wrote: > Hi Supun, > Can you post the error please? Some folks are testing on jdk1.7 and was > able to log i

Re: [Dev] JDK 1.7 Issues

2012-04-18 Thread Charitha Kankanamge
Hi Supun, Can you post the error please? Some folks are testing on jdk1.7 and was able to log in to ESB mgmt console and do operations. e.g:- https://wso2.org/jira/browse/CARBON-12794 (Tested version - JDK-1.7) Thanks! Charitha On Wed, Apr 18, 2012 at 7:20 PM, Supun Kamburugamuva wrote: > I tr

Re: [Dev] JDK 1.7 Issues

2012-04-18 Thread Afkham Azeez
I suppose that was on Windows? I think those issues were fixed. On Wed, Apr 18, 2012 at 7:20 PM, Supun Kamburugamuva wrote: > I tried the latest ESB with JDK 1.7 and it didn't even start due to a > error in the startup script. > > Supun. > > > On Wed, Apr 18, 2012 at 9:43 AM, Afkham Azeez wrote:

Re: [Dev] JDK 1.7 Issues

2012-04-18 Thread Supun Kamburugamuva
I tried the latest ESB with JDK 1.7 and it didn't even start due to a error in the startup script. Supun. On Wed, Apr 18, 2012 at 9:43 AM, Afkham Azeez wrote: > Please open up Jiras for all JDK 7 runtime issues > > On Wed, Apr 18, 2012 at 7:08 PM, Isuru Suriarachchi wrote: > >> Hi all, >> >> Ha

Re: [Dev] JDK 1.7 Issues

2012-04-18 Thread Afkham Azeez
Please open up Jiras for all JDK 7 runtime issues On Wed, Apr 18, 2012 at 7:08 PM, Isuru Suriarachchi wrote: > Hi all, > > Have we decided to support JDK 1.7 for Carbon 4.0? > > There are plenty of JDK 1.7 related issues in our platform. At least > carbon core doesn't get built on 1.7. In additi

[Dev] JDK 1.7 Issues

2012-04-18 Thread Isuru Suriarachchi
Hi all, Have we decided to support JDK 1.7 for Carbon 4.0? There are plenty of JDK 1.7 related issues in our platform. At least carbon core doesn't get built on 1.7. In addition to build issues, there are plenty of run time issues as well which only occurs on jdk 1.7. I think It will take conside