Axis2 Build On Different Platforms

2015-07-02 Thread Andun Sameera
Hi Devs, I tried testing $subject. - The build is successful without tests in Linux with JDK 1.7. - The build is failed with tests in Linux with JDK 1.7. - In Windows with JDK 1.6 cases a UnsupportedClassVersionError - In Windows with JDK 1.7 build failed due to out of of memory

RE: Time to Call it a Day?

2015-07-02 Thread Martin Gainty
for faster build-times and reduce wall-time I would suggest upgrading base JDK to JDK 1.8.0_40-b26 I dont know if Microsoft has a internal environment/shell for devs which allows configurable heap/stack options? Since Deepal works for them can you look into configurable heap/stack options for

RE: Time to Call it a Day?

2015-07-02 Thread Martin Gainty
faster buildtimes and reduce your wall-time performance I would suggest building/running JDK 1.8.0_40 i dont know the Microsoft solution for making builds faster Maybe there is a internal Microsoft OS for devs that allows configurable options for max-heap or stack since Deepal works for them

Re: Axis2 Build On Different Platforms

2015-07-02 Thread Deepal Jayasinghe
I think it should be safer to assume 1.7, it is hard to support old JDKs. (Yes, I too got things working with 1.7+Ubuntu with heap size increase.) Deepal On Thu, Jul 2, 2015 at 5:42 PM, Hiranya Jayathilaka hiranya...@gmail.com wrote: I was able to build the trunk on Linux+JDK 1.7 with all the

Re: Axis2 Build On Different Platforms

2015-07-02 Thread Hiranya Jayathilaka
I was able to build the trunk on Linux+JDK 1.7 with all the tests passing. There were initially some problems with Maven running out of permgen space, but once I increased that limit (to 512MB), things went smoothly. I have a feeling you will see similar results on Windows+JDK 1.7 if you set the

Re: Cleaning Up Axis2 JIRA List

2015-07-02 Thread Deepal jayasinghe
Hi Hiranya, Yup, a good plan. I will try to go over the JIRAs during the weekends and mark the fixed issues as resolved. And also trying to find which one we should we fix for 1.7 release. Deepal Hi Deepal, How about cleaning up the Axis2 open JIRA list a little bit? There are many issues

Re: Axis2 Build On Different Platforms

2015-07-02 Thread Hiranya Jayathilaka
I was able to build on Linux+JDK 1.6 too. The error Andun pointed out is actually a Maven problem. I got the same error when running Maven 3.3 on JDK 1.6. Apparently that's not a supported combination. If you use Maven 3.2, things work fine. I think it's safe to assume that Axis2 builds fine on

Re: Axis2 Build On Different Platforms

2015-07-02 Thread Shameera Rathnayaka
Hi Hiranya/Deepal, I could able to build axis2 trunk with Mac OS X + Jdk1.7 with test after increasing the premgen. FYI trunk build failed with jdk1.8 with test compilation failures in jaxws module. Thanks, Shameera. On Thu, Jul 2, 2015 at 9:32 PM Hiranya Jayathilaka hiranya...@gmail.com wrote:

Re: Fixing Issues for 1.7 Release

2015-07-02 Thread Hiranya Jayathilaka
On Jul 1, 2015, at 1:11 PM, Andreas Veithen andreas.veit...@gmail.com wrote: On Wed, Jul 1, 2015 at 6:47 PM, Hiranya Jayathilaka hiranya...@gmail.com wrote: Hi Folks, Is there a JIRA filter or a dashboard that I can look at to get an idea of what issues need fixing for a 1.7 release? I'm

Cleaning Up Axis2 JIRA List

2015-07-02 Thread Hiranya Jayathilaka
Hi Deepal, How about cleaning up the Axis2 open JIRA list a little bit? There are many issues we can resolve quickly: 1. Issues with patches: Apply the patch and resolve as fixed. 2. Issues that are supposedly already fixed in the trunk: Test and resolve as fixed. 3. Really old issues, with

[jira] [Updated] (AXIS2-5524) JMSSender should not use a shared session or producer

2015-07-02 Thread Hiranya Jayathilaka (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-5524?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hiranya Jayathilaka updated AXIS2-5524: --- Attachment: AXIS2-5524.patch Attaching patch. The fix I've implemented is to get

Re: Time to Call it a Day?

2015-07-02 Thread Andreas Veithen
I think that the primary reason for slowness is here: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/integration/pom.xml?revision=1686544view=markup#l492 Andreas On Thu, Jul 2, 2015 at 3:29 AM, Deepal jayasinghe deep...@gmail.com wrote: Another big item would be to reduce time

Re: [VOTE] Release Axis2 1.6.3

2015-07-02 Thread Andreas Veithen
The vote has been open for more than 3 days, and I counted 7 binding +1 votes, one non binding +1 vote and no -1 votes. I'll proceed with the release. Andreas On Sun, Jun 28, 2015 at 1:05 AM, Andreas Veithen andreas.veit...@gmail.com wrote: Here is the vote for the Axis2 1.6.3 release. SVN

Re: Axis2 Build On Different Platforms

2015-07-02 Thread Hiranya Jayathilaka
Hi Andun, Thanks for looking into this problem. Have you found any root causes/solutions? Some more comments in-line: On Thu, Jul 2, 2015 at 12:50 AM, Andun Sameera andun...@gmail.com wrote: Hi Devs, I tried testing $subject. - The build is successful without tests in Linux with JDK