Skip navigation.
 
mlRe: objectFileHasPlusLoadMethod
FROM : Bill Bumgarner
DATE : Fri Jun 16 20:03:16 2006

On Jun 16, 2006, at 10:46 AM, Craig Altenburg wrote:
> Does anyone have any idea what might be causing this?
>
> Turning off "ZeroLink" causes it to go away, but I'd like to know 
> if there is something waiting to bite me.


Yes, but you already got bitten.  Unfortunately, ZeroLink changes the 
class loading semantics of an application in rather significant 
ways.    It looks like it is tripping over a +load method somewhere.

Assuming that is the case, use of +load is generally to be 
discouraged and, if used, must be used carefully.

b.bum

Related mailsAuthorDate
mlobjectFileHasPlusLoadMethod Craig Altenburg Jun 16, 19:46
mlRe: objectFileHasPlusLoadMethod Bill Bumgarner Jun 16, 20:03