Cacheing of user defined resources

daddyo@sparky.oroad.com writes:
 > I'm just starting to do some serious development using Jigsaw (mostly
 > extending the PostableResource) and I've encountered a problem with
 > Jigsaw caching the new Resource I've created. If I make any changes 
 > to my resource, the only way to get Jigsaw to use this resource
 > instead of the cached one is to compile the java code with a
 > completely different class name and then set up a new resource using
 > this class.
 > 
 > Needless to say, this makes debugging hell. I read through the
 > archives and I saw this mentioned once, but there wasn't a solution or
 > a usable work around..
 > 
 > How are other people dealing with this (or have I missed the 'turn
 > caching off' switch)?
 > 

This is not Jigsaw related , but rather Java related. Fix could be
provided, but they involve class loader hacking (which might require
quiet a bit of time)...

Anselm.

Received on Friday, 25 October 1996 02:56:54 UTC