Servoy 6.0.9

We are pleased to announce the immediate availability of Servoy 6.0.9 release (releaseNumber 1239).

This version is available through the download option on the Servoy website and auto-update.
Always make a backup of your current Servoy installation (directory and database) before installing/upgrading.
To update a Servoy eclipse open Check for updates via help menu.

Note:
Since we using a renewed code-signing certificate which comes with OCSP: (which is not optional)
http://en.wikipedia.org/wiki/Online_Cer … s_Protocol
we needed to make Java6 our minimum supported version. (since this new protocol is not supported in older Java versions)

All the issues addressed:

Client Changes
[fix] SVY-3663 Comboxes do not open on mouseclick with Oracle Java 7 on OSX 10.8
[fix] SVY-3899 selected index - from a related tab … from 0 to 1 related records
[fix] SVY-1710 The foundset selectedIndex is higher than the size of the foundset
[fix] SVY-2383 broadcast client display problem
[fix] SVY-3769 fallback valuelist limit of 500 is weird.
[fix] SVY-3250 You cannot Copy and Paste in an editable combo box
[fix] SVY-3775 many errors/warning in java console
[fix] SVY-3143 Icons are not shown when on textfield
[fix] SVY-3761 Button onAction JSEvent without formName (formName = null)
[fix] SVY-3628 CSS row colouring stops working when onRender is set
[fix] SVY-3302 Field on read-only form with format discrepancy causes user to be stuck
[fix] SVY-3208 setScroll(x, y - 40) not working
[fix] SVY-3140 controller.getTabSequence() isn’t working on tableview

Web Client Changes
[fix] SVY-3908 Use of back-button in web-browser corrupts form/tab hierarchy
[fix] SVY-3898 in web client the date picker does not show the names of each month depending on the locale set
[fix] SVY-3050 table view in web client with one of the columns as html area prevents the selection of the row

Developer Changes
[fix] SVY-3272 Can’t edit passwords in Developer
[fix] SVY-3207 Servoy developer doesnot startup
[fix] SVY-3313 NoSuchMethodError: com.servoy.j2db.util.Utils.getURLContent(…)

Server Changes
[fix] SVY-3931 servoy.smartclient.shared_solution_dir: doesn’t work

Plugin Changes
[fix] SVY-3345 Unable to read attachment name with mailplugin when the attachment name has special char

where is: https://support.servoy.com/browse/SVY-3663 ?

Somehow this one did fall out of the sprint and therefor was not closed nor listed here.
Its back on current sprint to be validated and closed…when confirmed I will update the post

oke, but it is included in this version, right?

Correct, post updated

and what about: https://support.servoy.com/browse/SVY-3685

it was closed, because it was a duplicate of: https://support.servoy.com/browse/SVY-3062
(which on his turn is non-public)

SVY-3685 says that it is fixed (because of duplicate) with fix version being 6.09 so yes that one is also fixed in that release

oke, but SVY-3685 is not listed, is that because it’s private?

SVY-3685 is not listed because it is a duplicate
SVY-3052 is not listed because it is private.

By the way the time it takes for all these questions and responses is way more then the time it would take to test those 2 cases…

Than you underestimate our test-procedures, it takes a lot time and human resources to roll everything out and test all kind of platforms.
We don’t start with that, without knowing if our issues are fixed or not…

I understand why tickets are private, what I do not understand, is that my same public ticket, get’s closed because it’s a duplicate of a private ticket, and now, no one, get’s informed! :?

Thanks to the existence of private cases the same bug / platform testing has to be done by many or less Servoy developers…

I cannot estimate the amount of wasted testing time but I say :cry: to the private cases !

Regards,

+1 for the remark from Harjo

Its unfortunate this happend, my guess is we did not even notice the case we refered to was private.
We will try to prevent this in the future.

Thanks !!

Thanks Jan, excellent!! I can confirm now, that 6.0.9 (without browser-suite) is working fine so far on OSX 10.8 and the latest Java 1.7.0_15
Opening comboboxes and the dbtreeview are working again! I’m happy! :D

There is still an issue, with creating the desktop icon and showing the icon in the menubar (coffeecup now) but I don’t know if this is Servoy or Java.
I filed a case for that: https://support.servoy.com/browse/SVY-4029

Harjo:
There is still an issue, with creating the desktop icon and showing the icon in the menubar (coffeecup now) but I don’t know if this is Servoy or Java.
I filed a case for that: https://support.servoy.com/browse/SVY-4029

that really sounds like a webstart problem of the mac itself.
It thinks it did store the icon in that cache dir (did you look into that cache dir do you see +/- such a file?)
But then it doesn’t find it. So or it doesn’t really store that file there or it has a wrong location.

Yes, the file is there, but there is no extension: (icns)

[attachment=0]Schermafbeelding 2013-02-28 om 10.42.42.png[/attachment]
Jan B, pointed me to that there are topics on the forum, that this was a bug in Java 1.7.0_09 and it was fixed in 1.7.0_10, but I’m using 1.7.0_15

Is this a bug again in Java?

that seems to me like a bug of the javaws oracle/apple ships
so the generate a file without an extension in the cache dir, but target it with an extension
What happens if you just make a copy of that file with that extension does it then work? And i guess does the shorcut then have an icon?