Try setting this property for your JDBC connection:
tcpNoDelay=trueIt's because of Nagle's Algorithm
tcpNoDelay=trueIt's because of Nagle's Algorithm
final TreeSet lineNos = new TreeSet();
for (DesignElement de : rpd.getAllElements())
lineNos.add(rpd.getLineNo(de)); @EventSubscriber(eventClass=StatusEvent.class) ), you have to have the annotation processed by calling:
Backward compatibility change: toggle(), show(), and hide(), as well as Field.clear() and Field.present(), no longer take an arbitrary number of arguments. Before upgrading to Prototype 1.5, check the various JS files in Birt/webcontent/birt/ajax for instances like this:
Element.toggle('page', 'sidebar', 'content') // Old way; won't work in 1.5
['page', 'sidebar', 'content'].each(Element.toggle) // New way; 1.5-compatibleElement.show('page', 'sidebar', 'content') // Old way; won't work in 1.5
['page', 'sidebar', 'content'].each(Element.show) // New way; 1.5-compatibleElement.hide('page', 'sidebar', 'content') // Old way; won't work in 1.5
['page', 'sidebar', 'content