4.5.34 (Mar 2010)

Hot fix for server deadlock regression
Platform 4.5.28 release fixes a server deadlock issue, and the bug reappears in 4.5.32 release. The hot fix is in the current release.

Better behavior for CompositeComponentBridge based plug-in

Trap to Avoid

A bug was coded into the CompositeComponentBridge whereby interruptible events return values could not be passed through to the underlying component definitions, causing things like onBeforeActiveLost not to function as intended.
The fix changes the method signature from
public void refireEvent()
to the following
public Object refireEvent()
The customers using a CompositeComponentBridge based plug-in will have to recompile with Platform 4.5.34 or later versions to use the plug-in in Platform 4.5.34 or later versions. The most likely effect of using an incompatible bridge would be an unexpected NullPointerException when using the Composite plug-in.

Defects Resolved(Java)

10567deadlock by Nexaweb server
10710onBeforeActiveLost of textField editor in a table may not be called with Home, End, Page Up or Page Down key
10720unable to consume event in composite component
10727when you popup a comboBox programmatically during typing, keys get lost because the focus transfers