FourQ fails to instantiate the DBGateway.  I changed the code from

cfc = createObject("component:, ....).init()

to

cfc = createObject("component:, ....)
cfc.init()

and the error went away.  However, there were many other errors showing 
up about objects not being successfully created/ null pointer issues.  I 
assume they are all related to chaining, which seems to be done all over 
the place.

Scott

Geoff Bowers wrote:

>Scott Talsma wrote:
>  
>
>>You are correct, in that createObject can be turned off in the list of 
>>functions.  But in my case, it is definitely still on.  The 
>>createObject() seems to work.  It is the createObject().init() that 
>>fails, w/a null pointer exception.
>>
>>Am I correct in perceiving that FarCry cannot be run w/the sandbox 
>>    
>>
>
>I can neither confirm or deny :)
>
>But I would say we would consider it a bug if FarCry was unable to run 
>with a sandbox (assuming it has access to the relevant functions and tag 
>calls).
>
>I'm not sure what line of code you are referring to but a chained method 
>call is something many frameworks do -- so it seems unlikely to be a 
>problem isolated to FarCry.
>
>-- geoff
>http://www.daemon.com.au/
>  
>



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"farcry-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/farcry-dev
-~----------~----~----~----~------~----~------~--~---

Reply via email to