On 27 Mar 2006, at 22:55, David Blevins wrote:
On Mar 27, 2006, at 1:34 PM, Dain Sundstrom wrote:
I thought this ugly hack was necessary to get around the web class
loader being a different class loader than the configuration class
loader. IIRC the trick was to leave the object as a byte array
until the actual web class loader was passed in via the TCCL and
then deserialized.
That's the reason.
Here is the related commit, though your description is better than
my commit message:
http://svn.apache.org/viewcvs.cgi?rev=157992&view=rev
Ok that make sense. I can rejig things to avoid the serialization
and activate the required Celtix bits later.
thanks
Conrad