« Return to Thread: Another alignment thing, maybe related to [Bug 47380]

Re: AW: AW: Another alignment thing, maybe related to [Bug 47380]

by Andreas Delmelle-2 :: Rate this Message:

Reply to Author | View in Thread

On 24 Jun 2009, at 16:43, Georg Datterl wrote:

Hi Georg

> Thanks for the help. Since I am rebuilding fop.jar anyway, wouldn't  
> it work if I just declare the font member not-transient?

Unfortunately not. The Java runtime will try to serialize the  
UnresolvedPageNumber, and throw a NonSerializableException because  
Font does not implement the java.io.Serializable interface.

It will take a bit more work to correct this issue, I'm afraid...

Regards

Andreas

---------------------------------------------------------------------
To unsubscribe, e-mail: fop-users-unsubscribe@...
For additional commands, e-mail: fop-users-help@...

 « Return to Thread: Another alignment thing, maybe related to [Bug 47380]