[cfaussie] onSessionEnd Error

2007-05-08 Thread Taco Fleur
Hello all, I keep getting the following errors, and I have no idea why. An exception occurred when invoking a event handler method from Application.cfc The method name is: onSessionEnd. I get the same for onApplicationEnd. Following is what they look like. cffunction name=onSessionEnd

[cfaussie] Oracle9i how to count statuses?

2007-05-08 Thread Scott Thornton
I have been using MS SQL 2000 for about 7 years now... but I had to look up NULLIF in books online to find out what it did. There is always an easier way. Mike Kear [EMAIL PROTECTED] 08/05/2007 3:30 pm That did the trick, thanks Scott.I was trying to make it too complicated for myself.

[cfaussie] Re: onSessionEnd Error

2007-05-08 Thread Andrew Scott
What do the logs say Taco? On 5/8/07, Taco Fleur [EMAIL PROTECTED] wrote: Hello all, I keep getting the following errors, and I have no idea why. An exception occurred when invoking a event handler method from Application.cfc The method name is: onSessionEnd. I get the same for

[cfaussie] Re: onSessionEnd Error

2007-05-08 Thread Taco Fleur
They say email CFAUSSIE ;-) There is nothing in the log. On 5/8/07, Andrew Scott [EMAIL PROTECTED] wrote: What do the logs say Taco? On 5/8/07, Taco Fleur [EMAIL PROTECTED] wrote: Hello all, I keep getting the following errors, and I have no idea why. An exception occurred

[cfaussie] Re: onSessionEnd Error

2007-05-08 Thread MrBuzzy
Howdy, I don't think you need cfreturn's. Check here to be sure (Ray's quick ref. for Applicaton.cfc); http://ray.camdenfamily.com/downloads/app.pdf If your OnApplicationEnd/OnSessionEnd functions do nothing, then maybe you should just remove them...? Also running your server in 'console mode'

[cfaussie] Re: onSessionEnd Error

2007-05-08 Thread Andrew Scott
Yeah I must admit I doubt that the cfreturn was necessary either.. But removing them if not used is not a solution, but would be interesting to see if the error does go. I have them in my Application.cfc as well with no problems. But Taco, how do you know your getting an exception error? Those

[cfaussie] Re: onSessionEnd Error

2007-05-08 Thread MrBuzzy
Ahem, you suggested the cfreturn Andrew :P Removing them IS a solution if you don't know why they were there to start with (and they do nothing). Taco, do you also have an OnError method too? I've hit these sort of errors before, I just can't remember exactly how to diagnose it, sorry. It might

[cfaussie] Re: onSessionEnd Error

2007-05-08 Thread Andrew Scott
Well yes I assumed, maybe not a good idea that there was sensitive code that was omitted:-( And I am too, about why there is no excpetion error in the logs and how he knows there is one as those functions don't output to the browser... Very curious is the word. On 5/8/07, MrBuzzy [EMAIL

[cfaussie] Re: onSessionEnd Error

2007-05-08 Thread Taco Fleur
I also have a onError I also received the same error when I did not have those two functions in there, the only reason I put them in is because I was tired of seing the error (they get send to us each time). On 5/8/07, MrBuzzy [EMAIL PROTECTED] wrote: Ahem, you suggested the cfreturn Andrew

[cfaussie] Re: onSessionEnd Error

2007-05-08 Thread Andrew Scott
Ok, sounds like the error is elsewhere then. Any chance of giving us more of the error rather than an exception has occured? On 5/8/07, Taco Fleur [EMAIL PROTECTED] wrote: I also have a onError I also received the same error when I did not have those two functions in there, the only

[cfaussie] Re: Oracle9i how to count statuses?

2007-05-08 Thread Zac Spitzer
In oracle two other functions which could be used are NVL and DECODE. at the same time CASE is more portable, but DECODE is very powerful z On 5/8/07, Scott Thornton [EMAIL PROTECTED] wrote: I have been using MS SQL 2000 for about 7 years now... but I had to look up NULLIF in books online

[cfaussie] Re: Verity Custom Fields

2007-05-08 Thread MrBuzzy
Ray I hope you typed in an aussie accent :) On 5/8/07, Raymond Camden [EMAIL PROTECTED] wrote: Toby is right. It has to be a simple value. Although you can WDDX encode if you really want to. On 5/7/07, Steve Onnis [EMAIL PROTECTED] wrote: Can you put complex values into the custom

[cfaussie] Re: onSessionEnd Error

2007-05-08 Thread Taco Fleur
I'll see if I can dig some more up, but honestly I could not find anything in the log, and what I sent is all I receive via email, which I believe is the detail and message from the cferror tag. On 5/8/07, Andrew Scott [EMAIL PROTECTED] wrote: Ok, sounds like the error is elsewhere then. Any

[cfaussie] CF8 Timeline

2007-05-08 Thread Dale Fraser
Anyone got any ideas on a CF8 timeline? I need a couple of the features and considering waiting or using 3rd party bits to plug the gaps in the middle, it will depend on the timeframe and I know we probably wont know an exact date, but an idea (Month) would be good. Regards Dale Fraser

[cfaussie] Re: CF8 Timeline

2007-05-08 Thread Barry Beattie
1) Tim Buntel (in person at Web DU) said the *middle* of the year (2007) he stressed middle a couple of times. jan --||--- dec 2) there's some rumour on a blog based on a scorpio poster that it will be on the 8th of August. if you want the link to

[cfaussie] Re: CF8 Timeline

2007-05-08 Thread Lucas
Hi Dale, Tim Buntel hinted strongly at WebDU that it would be around the middle of the year. Cheers, Lucas. On 5/9/07, Dale Fraser [EMAIL PROTECTED] wrote: Anyone got any ideas on a CF8 timeline? I need a couple of the features and considering waiting or using 3rd party bits to plug the

[cfaussie] Re: CF8 Timeline

2007-05-08 Thread Scott Thornton
Its appears to be available from the Adobe store Australia website: https://store2.adobe.com/cfusion/store/index.cfm?store=OLS-AUview=ols_catcatType=PRODUCTSnr=0#loc=en_auview=ols_prodstore=OLS-AUcategoryOID=1645397distributionOID=105catType=PRODUCTSnr=0 Dale Fraser [EMAIL PROTECTED]

[cfaussie] Re: CF8 Timeline

2007-05-08 Thread Scott Thornton
oops, I thought you meant dreamweaver for some reason. Ignore me. Dale Fraser [EMAIL PROTECTED] 09/05/2007 8:13 am Anyone got any ideas on a CF8 timeline? I need a couple of the features and considering waiting or using 3rd party bits to plug the gaps in the middle, it will depend on the

[cfaussie] REMINDER: QLD CFUG May meeting - TONIGHT (g.u.v)

2007-05-08 Thread Barry Beattie
All this (below) and lots of news so don't forget, RSVP *now* to make it into the prize draw... --- This month the Brisbane CFUG turns Lean, Green and Global Maximize the info, minimize the time. All members will be issued a GET ON WITH IT! meter

[cfaussie] Re: onSessionEnd Error

2007-05-08 Thread David Harris
Hi Taco, From what you have said there is actually code in those functions. Check that the onSessionEnd doesn't attempt to reference the session scope, as it won't exist. Same with onApplicationEnd can't reference the Application scope either. You said when invoking the methods. Do you mean you

[cfaussie] Re: onSessionEnd Error

2007-05-08 Thread Taco Fleur
Hi David, the methods are called naturally by the application. On 5/9/07, David Harris [EMAIL PROTECTED] wrote: Hi Taco, From what you have said there is actually code in those functions. Check that the onSessionEnd doesn't attempt to reference the session scope, as it won't exist. Same

[cfaussie] Re: Hack ColdFusion Application

2007-05-08 Thread Taco Fleur
OK, I'm now offering $100 per hack/crack found.. Anyone interested please email me directly. On 5/2/07, Taco Fleur [EMAIL PROTECTED] wrote: I'm looking for someone interested to try and crack/hack one of our applications that is going to launch soon. www.sellmystuff.com.au (not the pages

[cfaussie] Re: CF8 Timeline

2007-05-08 Thread Andrew Scott
Maybe posting that on the beta forum would have been better... Strange it hasn't even reached RC yet, so August or later might be the time. On 5/9/07, Dale Fraser [EMAIL PROTECTED] wrote: Anyone got any ideas on a CF8 timeline? I need a couple of the features and considering waiting or

[cfaussie] Re: Objects in the application scope

2007-05-08 Thread Andrew Scott
Only when a race condition can occur, reading variables is fine. On 5/9/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi all, If i have objects of the type page, pageDAO, pageGateway. Now if i put pageDAO and pageGateway in the application scope so that i don't have to re declare them .

[cfaussie] Re: Objects in the application scope

2007-05-08 Thread Blair McKenzie
Simultaneous access mainly gets tricky if you're reading and writing the same variables. If your functions are self-contained and only use local function variables I wouldn't expect any problems. Blair On 5/9/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi all, If i have objects of the

[cfaussie] Re: Hack ColdFusion Application

2007-05-08 Thread Brett Payne-Rhodes
Taco, Surely you have more confidence in your system than that? $100 per hack? Are you that worried that your security is full of holes? And $100 isn't really going to motivate people now is it? Not when the likelihood is that someone could spend a few hours and the best they could hope to

[cfaussie] createobject problems

2007-05-08 Thread skateboard.com.au
Hi Guys Hoping you can help. I'm trying to save a bit of time and use a supplied jar file within cf rather than write a wrapper for it. I am getting the following error... The selected method processRequest was not found When I cfdump the object I get this method listed multiple times. Not

[cfaussie] Re: createobject problems

2007-05-08 Thread Barry Beattie
just a quick 5 second thought. did you init() the java class after you created it with createObject? maybe some of the calling code to the java might shed some light On 5/9/07, skateboard.com.au [EMAIL PROTECTED] wrote: Hi Guys Hoping you can help. I'm trying to save a bit of time and use

[cfaussie] Re: createobject problems

2007-05-08 Thread skateboard.com.au
Hi Barry Yeah I am running init(); All the other methods (which are listed once and return simple types) work fine. thanks Drew -Original Message- From: Barry Beattie [EMAIL PROTECTED] To: cfaussie@googlegroups.com Date: Wed, 9 May 2007 12:14:30 +1000 Subject: [cfaussie] Re:

[cfaussie] Re: Verity Custom Fields

2007-05-08 Thread Raymond Camden
No, but I drank a Fosters. Does that count? On 5/8/07, MrBuzzy [EMAIL PROTECTED] wrote: Ray I hope you typed in an aussie accent :) On 5/8/07, Raymond Camden [EMAIL PROTECTED] wrote: Toby is right. It has to be a simple value. Although you can WDDX encode if you really want to. On

[cfaussie] Re: createobject problems

2007-05-08 Thread Haikal Saadh
Without seeing the code, I'd say that it's because you're not passing the correct type of argument. Remember that Integers are not ints etc. What's the java class you're trying to use? If it's not an open source one, could you paste the javadoc for the function you're trying to call? CF

[cfaussie] Re: Hack ColdFusion Application

2007-05-08 Thread Taco Fleur
How is this for an incentive; You could be the person who discovered a security hole in an application where 10 other top programmers could not. ... enough incentive for me. On 5/9/07, Taco Fleur [EMAIL PROTECTED] wrote: Maybe for you it wouldn't be worth it, I tell you, I would do it for

[cfaussie] Re: CF8 Timeline

2007-05-08 Thread Dale Fraser
Ohhh, Version 8! They should have waited a year, could have ben released on 8/8/8 But i'll be happy with 8/8/7 Think i'll hold out, mid year isn't that far away On May 9, 11:23 am, Andrew Scott [EMAIL PROTECTED] wrote: Maybe posting that on the beta forum would have been better... Strange

[cfaussie] Re: CF8 Timeline

2007-05-08 Thread Mike Kear
It's hardly a secret any more Andrew. Ben and Tim and others are busy tramping the world telling anyone who'll listen that there's a new version coming out and sneak previewing new features almost every day. Tim Buntel said at WebDU that CF8 would be released around Mid Year we hope. If he

[cfaussie] Re: CF8 Timeline

2007-05-08 Thread Lucas
Hi All, just to follow up with one point that mike forgot... Andrew, Not everyone is on the Beta, if there is even such a thing... So posting on the said forums is not possible for everyone... With all the Adobe CF8 noise in almost every other country but Australia, i think this is TOTALLY VALID

[cfaussie] Re: Hack ColdFusion Application

2007-05-08 Thread Andrew Scott
Hmm, well does that mean the mximum of $250 is now gone too? On 5/9/07, Taco Fleur [EMAIL PROTECTED] wrote: Maybe for you it wouldn't be worth it, I tell you, I would do it for $50, I'd probably do it for free just because I think its fun. We don't all think the same... Brett with all due

[cfaussie] Re: CF8 Timeline

2007-05-08 Thread Andrew Scott
Lucas, I know that, and it goes without saying. But Dale knows what I mean from a phone conversation we had. On 5/9/07, Lucas [EMAIL PROTECTED] wrote: Hi All, just to follow up with one point that mike forgot... Andrew, Not everyone is on the Beta, if there is even such a thing... So

[cfaussie] Re: CF8 Timeline

2007-05-08 Thread Andrew Scott
Mike, I am aware that it is no secret, but middle of the year is 1.5 months away and there is no release candidate yet. So to me that means they are going to skip that process rush it out the door and hope for the best. I certainly hope not On 5/9/07, Mike Kear [EMAIL PROTECTED] wrote: