Jump to content
We've recently updated our Privacy Statement, available here ×

JRDesignCrosstab$Pair does not impl Serial...


2004 IR Help

Recommended Posts

By: Thomas Ludwig Kast - tomkast

JRDesignCrosstab$Pair does not impl Serial...

2005-12-31 13:59

hiho,

 

happy new year - live long and prosper~

 

i am adding support to ussrp for jasperreports 1.1.1 (ussrp currently supports 1.0.3).

 

smooth sailing, except i had to add "implements Serializable" to the Pair inner class (net.sf.jasperreports.crosstabs.design.JRDesignCrosstab$Pair) because ussrp perists JaperReports and JasperDesigns as BLOBS.

 

is this an edit you might add to to jasperreports? or should i take another approach when persisting crosstab reports?

 

thanks,

 

tom

 

 

ps - this works for me:

(...)

private static class Pair implements Serializable

(...)

 

 

 

 

By: Lucian Chirita - lucianc

RE: JRDesignCrosstab$Pair does not impl Seria

2006-01-03 08:46

Hi

 

The Pair class in now serializable on CVS.

 

Thank you,

Lucian

Link to comment
Share on other sites

  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...