Re: SerializableChecker flagging transient member variable

2009-07-23 Thread Jeremy Thomerson
I don't know much about that piece, but I'd file this as a JIRA with a
stack trace.

--
Jeremy Thomerson
http://www.wickettraining.com




On Thu, Jul 23, 2009 at 12:06 PM, Chris Davis wrote:
> Hi All,
> I am finding that the SerializableChecker is throwing an exception of for
> the transient variable SoftReference in
> CompressedPackageResource.CompressingResourceStream
> Is this a mistake on the checkers part or am I possibly doing something
> wrong?
>
> cheers
> CD
>
> wicket 1.3.3 on Linux
>

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



SerializableChecker flagging transient member variable

2009-07-23 Thread Chris Davis
Hi All,
I am finding that the SerializableChecker is throwing an exception of for
the transient variable SoftReference in
CompressedPackageResource.CompressingResourceStream
Is this a mistake on the checkers part or am I possibly doing something
wrong?

cheers
CD

wicket 1.3.3 on Linux