Servoy 5.2.3

Servoy announcements

Re: Servoy 5.2.3

Postby jvalencia » Tue Nov 30, 2010 6:59 pm

The display type "TYPE_AHEAD" doesn't work the same as on 5.1.0
Does any one else having any issue with this display type?
It uses to work on 5.1.0.
I am using on a related table view, where a field uses a value list base on a global variable. It doesn’t show on inserting the first record, but it shows on editing existing records.
jvalencia
 
Posts: 5
Joined: Tue Nov 30, 2010 6:35 pm

Re: Servoy 5.2.3

Postby jcompagner » Tue Nov 30, 2010 10:04 pm

jvalencia wrote:I am using on a related table view, where a field uses a value list base on a global variable. It doesn’t show on inserting the first record, but it shows on editing existing records.


do you have a small example that you can attach to a case?
where is for example that valuelist list based on? I guess that you mean that it is a global relation that it should show? (and the dataprovider is just a record/table value)
Johan Compagner
Servoy
User avatar
jcompagner
 
Posts: 8829
Joined: Tue May 27, 2003 7:26 pm
Location: The Internet

Re: Servoy 5.2.3

Postby jcompagner » Wed Dec 01, 2010 3:45 pm

embedded js/css header contributions that are contributed through for example a tab switch is fixed for 5.2.4, it was a bug that crept in the wicket 1.4.14 release that was shipped with 5.2.3
Johan Compagner
Servoy
User avatar
jcompagner
 
Posts: 8829
Joined: Tue May 27, 2003 7:26 pm
Location: The Internet

Re: Servoy 5.2.3

Postby rossent » Thu Dec 02, 2010 9:32 am

jcompagner wrote:embedded js/css header contributions that are contributed through for example a tab switch is fixed for 5.2.4, it was a bug that crept in the wicket 1.4.14 release that was shipped with 5.2.3


This is great! Any information as to when we might expect the release of 5.2.4?
Rossen Totev
Argos Software
rossent
 
Posts: 288
Joined: Wed Dec 31, 2008 2:03 pm

Re: Servoy 5.2.3

Postby msedita » Thu Dec 02, 2010 3:56 pm

Just to let you know that the fix for the transaction related error is absolutely required for us to move forward with updates. Thanks.

M.S.
Michael Sedita
MS Health Software Corp.
Developers of software solutions for behavioral healthcare and social service providers.
www.mshealth.com
User avatar
msedita
 
Posts: 224
Joined: Thu Dec 13, 2007 8:01 pm

Re: Servoy 5.2.3

Postby Jan Blok » Thu Dec 02, 2010 4:24 pm

The tranasction issue only happens in combination with default table values defined at the database.
We are working on the 5.2.4 version, which is expected early next week.
Jan Blok
Servoy
Jan Blok
 
Posts: 2684
Joined: Mon Jun 23, 2003 11:15 am
Location: Amsterdam

Re: Servoy 5.2.3

Postby michel » Fri Dec 03, 2010 12:40 pm

Since this version we cannot sign plugins\quartz.jar using the signtester.jar

Code: Select all
Unsigning: quartz.jar
Operation aborted due to : java.util.zip.ZipException: invalid entry compressed size (expected 7909 but got 8103 bytes)
C:\Program Files (x86)\Servoy\application_server\.\plugins\scheduler\quartz.jar did verify but will be overwritten
C:\Program Files (x86)\Servoy\application_server\.\plugins\scheduler\quartz.jar signed


It looks like it's not a correct zip-file.
Michel van Klink
Vision Development
michel
 
Posts: 186
Joined: Mon Sep 22, 2008 10:53 am
Location: Boskoop, The Netherlands

Re: Servoy 5.2.3

Postby mboegem » Fri Dec 03, 2010 2:52 pm

I've seen this error in 5.2.2 with some other jars also.
Nevertheless, these jars seemed to have got a new signature as I wasn't prompted for any strange signature when running the solution in smart client.
Marc Boegem
Solutiative / JBS Group, Partner
• Servoy Certified Developer
• Servoy Valued Professional
• Freelance Developer

Image

Partner of Tower - The most powerful Git client for Mac and Windows
User avatar
mboegem
 
Posts: 1743
Joined: Sun Oct 14, 2007 1:34 pm
Location: Amsterdam

Re: Servoy 5.2.3

Postby michel » Fri Dec 03, 2010 4:02 pm

We are using signtester.jar with option overwrite.
After signing the original quartz.jar-file and a quartz.sig file are in the <SERVOY_HOME>\application_server\plugins\scheduler\ directory.
The quartz.jar shipped with 5.2.3 is different than the file shipped with 5.2.2. The 5.2.2 file does nog give any problems.
Could it be that the shipped file it is corrupt (according to: java.util.zip it is) or is this a signtester.jar problem?
Michel van Klink
Vision Development
michel
 
Posts: 186
Joined: Mon Sep 22, 2008 10:53 am
Location: Boskoop, The Netherlands

Re: Servoy 5.2.3

Postby jcompagner » Fri Dec 03, 2010 4:20 pm

the problem that quartz.jar had in 5.2.2 is that it couldnt be repacked on the server (in the work dir of your server work/tmp catalina dir you did see a quartz.jar.gz nog a quartz.jar.gz.pack)

what we did is repack/resign it a again. Now it seems to be packed just fine. But it seems that now signtester bombs out on that one
Does on your install the scheduler work for example? (thats quartz)
Johan Compagner
Servoy
User avatar
jcompagner
 
Posts: 8829
Joined: Tue May 27, 2003 7:26 pm
Location: The Internet

Re: Servoy 5.2.3

Postby michel » Fri Dec 03, 2010 4:51 pm

Running from developer it does work (did not test application server because it is not running because of my signing issue...)
Michel van Klink
Vision Development
michel
 
Posts: 186
Joined: Mon Sep 22, 2008 10:53 am
Location: Boskoop, The Netherlands

Re: Servoy 5.2.3

Postby ptalbot » Fri Dec 03, 2010 5:17 pm

I have updated the signtester tool with a fix for the "java.util.zip.ZipException: invalid entry compressed size" error.

Get if from ServoyForge: https://www.servoyforge.net/projects/signtester/files
Patrick Talbot
Freelance - Open Source - Servoy Valued Professional
https://www.servoyforge.net
Velocity rules! If you don't use it, you don't know what you're missing!
User avatar
ptalbot
 
Posts: 1654
Joined: Wed Mar 11, 2009 5:13 am
Location: Montreal, QC

Re: Servoy 5.2.3

Postby Harjo » Fri Dec 03, 2010 5:25 pm

we have the same here.... but it looks like it did sign it!

the (latest) signtester says:

Operation aborted due to : java.util.zip.ZipException: invalid entry compressed
size (expected 7909 but got 8103 bytes)
D:\Servoy\Servoy5\application_server\.\plugins\scheduler\quartz.jar repacked
D:\Servoy\Servoy5\application_server\.\plugins\scheduler\quartz.jar repacked
D:\Servoy\Servoy5\application_server\.\plugins\scheduler\quartz.jar signed
Harjo Kompagnie
ServoyCamp
Servoy Certified Developer
Servoy Valued Professional
SAN Developer
Harjo
 
Posts: 4321
Joined: Fri Apr 25, 2003 11:42 pm
Location: DEN HAM OV, The Netherlands

Re: Servoy 5.2.3

Postby ptalbot » Fri Dec 03, 2010 5:32 pm

Harjo, are you sure you have tried v1.1.1?
I just tried it on the quartz.jar and it signs correctly.
Patrick Talbot
Freelance - Open Source - Servoy Valued Professional
https://www.servoyforge.net
Velocity rules! If you don't use it, you don't know what you're missing!
User avatar
ptalbot
 
Posts: 1654
Joined: Wed Mar 11, 2009 5:13 am
Location: Montreal, QC

Re: Servoy 5.2.3

Postby michel » Fri Dec 03, 2010 5:41 pm

I see that there is a new version of the signtester.jar available on ServoyForge: https://www.servoyforge.net/projects/signtester/files

Could Servoy please update the link on http://wiki.servoy.com/display/tutorials/JAR+signing
Michel van Klink
Vision Development
michel
 
Posts: 186
Joined: Mon Sep 22, 2008 10:53 am
Location: Boskoop, The Netherlands

PreviousNext

Return to Announcements

Who is online

Users browsing this forum: No registered users and 14 guests

cron