Hi there I'm getting an error on a site that is using Transfer v1.3 (downloaded today from https://github.com/TransferORM/transfer/)
I followed the error all the way down the rabbit hole to this line of code: https://github.com/TransferORM/transfer/blob/master/com/util/javaloader/JavaLoader.cfc#L221 It calls `init()` without passing in any arguments. When I dump `networkClassLoaderProxy` it shows that it's the component `transfer.com.util.javaloader.JavaProxy`: https://github.com/TransferORM/transfer/blob/master/com/util/javaloader/JavaProxy.cfc#L31 The `init` function takes 1 required argument. Any suggestions as to how I can fix this urgently as I have a site that is currently down due to this error. Thanks for any help I can get! Andrew -- -- Before posting questions to the group please read: http://groups.google.com/group/transfer-dev/web/how-to-ask-support-questions-on-transfer Try out the new Transfer ORM Custom Google Search: http://www.google.com/cse/home?cx=002375903941309441958:2s7wbd5ocb8 You received this message because you are subscribed to the Google Groups "transfer-dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/transfer-dev?hl=en --- You received this message because you are subscribed to the Google Groups "transfer-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
