as the jasper reports requires. I get the same results; on the
is displayed. There must be some other jar file update needed perhaps?
> The test failed on the server and smart client side.
> I will have a look at this pdf plugin:
> iText.jar - looks like a version 2.0.3 there.
> Maybe there could be ONE place where iText.jar could be replaced?
> I will also look at rebuilding using the latest jasper reports lib
> 3.5.2
> Thanks
> On Jun 10, 3:34 am, servoy.jasperrepo...@gmail.com wrote:
> > Most likely you also have the PDF plugin installed, which most likely
> > comes with an older version of the iText library, which most likely
> > doesn't contain the required methods.
> > Placing a jar in the \lib folder of Servoy shouldn't be necessary.
> > On Jun 10, 3:20 am, TomParry <TomParry.h...@gmail.com> wrote:
> > > UPDATE:
> > > IN developer the solution was to ALSO put the iText-2.1.0.jar in
> > > the ...Servoy\lib directory before the correct class was found.
> > > Now it works ok in developer.
> > > On Jun 9, 2:40 pm, TomParry <TomParry.h...@gmail.com> wrote:
> > > > When I try to output a pdf from the viewer or directly by specifying
> > > > the pdf as the output type and give it a filename I get the exception
> > > > following.
> > > > The culprit appears to be iText.jar in the servoyreports directory
> > > > under the plugins directory.
> > > > I tried replacing it with the version found in the Jasl;erReports lib
> > > > (iText_2.1.0) but same result.
> > > > Exception in thread "AWT-EventQueue-0" java.lang.NoSuchMethodError:
> > > > com.lowagie.text.pdf.PdfWriter.setRgbTransparencyBle
> > > > nding(Z)V
> > > > at
> > > > net.sf.jasperreports.engine.export.JRPdfExporter.exportReportToStream
> > > > (JRPdfExporter.java:484)
> > > > at
> > > > net.sf.jasperreports.engine.export.JRPdfExporter.exportReport
> > > > (JRPdfExporter.java:383)
> > > > at net.sf.jasperreports.view.save.JRPdfSaveContributor.save
> > > > (JRPdfSaveContributor.java:110)
> > > > at net.sf.jasperreports.view.JRViewer.btnSaveActionPerformed
> > > > (JRViewer.java:1135)
> > > > at net.sf.jasperreports.view.JRViewer$3.actionPerformed
> > > > (JRViewer.java:675)
> > > > at javax.swing.AbstractButton.fireActionPerformed(Unknown
> > > > Source)
> > > > at javax.swing.AbstractButton$Handler.actionPerformed(Unknown
> > > > Source)
> > > > at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown
> > > > Source)
> > > > at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
> > > > at javax.swing.plaf.basic.BasicButtonListener.mouseReleased
> > > > (Unknown Source)
> > > > at java.awt.AWTEventMulticaster.mouseReleased(Unknown Source)
> > > > at java.awt.Component.processMouseEvent(Unknown Source)
> > > > at javax.swing.JComponent.processMouseEvent(Unknown Source)
> > > > at java.awt.Component.processEvent(Unknown Source)
> > > > at java.awt.Container.processEvent(Unknown Source)
> > > > at java.awt.Component.dispatchEventImpl(Unknown Source)
> > > > at java.awt.Container.dispatchEventImpl(Unknown Source)
> > > > at java.awt.Component.dispatchEvent(Unknown Source)
> > > > at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown
> > > > Source)
> > > > at java.awt.LightweightDispatcher.processMouseEvent(Unknown
> > > > Source)
> > > > at java.awt.LightweightDispatcher.dispatchEvent(Unknown
> > > > Source)
> > > > at java.awt.Container.dispatchEventImpl(Unknown Source)
> > > > at java.awt.Window.dispatchEventImpl(Unknown Source)
> > > > at java.awt.Component.dispatchEvent(Unknown Source)
> > > > at java.awt.EventQueue.dispatchEvent(Unknown Source)
> > > > at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown
> > > > Source)
> > > > at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown
> > > > Source)
> > > > at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown
> > > > Source)
> > > > at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
> > > > at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
> > > > at java.awt.EventDispatchThread.run(Unknown Source)