Hello Beth
 
Thanks for following this up.
 
I'm afraid that after upgrading to 391 the problem persists.
 
I think I've tracked the error down to reactor.base.abstractGateway - line 53 where the function deleteByQuery is defined.  This function has returntype = void, and a return statement at line 74.
 
I'm in way over my head at this point though, so this might not be the problem at all.
 
In any event, the original error persists.
 
Let me know if you need any code samples or any further information.
 
Regards
 
Antony
 
On 10/25/06, Beth Bowden <[EMAIL PROTECTED]> wrote:
Antony,

I logged the bug to trac.reactorframework.org (http://trac.reactorframework.org/reactor/ticket/94 ) and added the fix to SVN (build 391).

BTW we'd much rather have a bug report than not to hear about it at all.

Beth


On 10/23/06, Antony Sideropoulos < [EMAIL PROTECTED] > wrote:
Hi all
 
I'm getting the following message using the latest build from SVN (390):
 
Message The function deleteByQuery defined as void tried to return a value.
Detail Void functions must not return any values.
 
I looked in the generated cfc and the method does say returntype = void, and does also include a return statement:

<cfreturn

deleteByQuery(Query,true) />
It also happened in the previous build I was using (386).
 
I'm not sure what to do next in terms of making this an 'official' bug - or if there's a problem at my end that is causing this error to present.  (I'm using reactor with MG:U (build 241 - but this error isn't coming from a scaffold) on CF 7 ent, with an mssql 2000 db.)
 
Antony
 
PS I feel bad that my first post is a bug report, so I'm also going to say that I'm really enjoying working with reactor.


-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
Reactor for ColdFusion Mailing List
[email protected]
Archives at: http://www.mail-archive.com/reactor%40doughughes.net/
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --


-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
Reactor for ColdFusion Mailing List
[email protected]
Archives at: http://www.mail-archive.com/reactor%40doughughes.net/
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --

Reply via email to