[cfaussie] Re: onApplicationStart() running more than once

2007-04-23 Thread MrBuzzy
Is onapplicationstart returning true? If it doesn't return true then it will continue to execute as you've described. Then again.. I could be wrong :) On 4/23/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Thanks for your quick reply Andrew. I am unsure of how these certain conditions are

[cfaussie] Re: Java inner classes

2007-04-26 Thread MrBuzzy
Howdy, There's an old article here on inner classes; http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=tn_19580 Also I have seen syntax something like this, but I haven't ever tried it; cfobject type=JAVA action=Create name=xxx class=OuterThing$InnerThing Also, if you're

[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 MrBuzzy
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 are usually fired with no display output as far as I know. On 5/8/07, MrBuzzy [EMAIL PROTECTED] wrote: Howdy, I don't think you need

[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: Verity Custom Fields

2007-05-09 Thread MrBuzzy
OMG, Ray said the F word. On 5/9/07, Raymond Camden [EMAIL PROTECTED] wrote: 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

[cfaussie] Re: Fosters (was RE: [cfaussie] Re: Verity Custom Fields)

2007-05-09 Thread MrBuzzy
: Verity Custom Fields 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

[cfaussie] Re: Fosters (was RE: [cfaussie] Re: Verity Custom Fields)

2007-05-09 Thread MrBuzzy
, Raymond Camden [EMAIL PROTECTED] wrote: So what would you guys recommend? Coopers? Anything else for 'real' Aussie beer. I'd have to actually -find- it in Louisiana. ;) (Sorry if I'm OT folks, I'm a bit new to this list.) On 5/9/07, MrBuzzy [EMAIL PROTECTED] wrote: Charlie, I think you've

[cfaussie] Re: Hack ColdFusion Application

2007-05-10 Thread MrBuzzy
nothing like a bragger On 5/10/07, dsirr [EMAIL PROTECTED] wrote: i can recommend having a go :) i just took $200 off taco for a few hours work... not too shabby ;) cheers david sirr http://labs.redbd.net http://www.saggygreens.com On May 9, 4:43 pm, Taco Fleur [EMAIL PROTECTED] wrote:

[cfaussie] Re: Fosters (was RE: [cfaussie] Re: Verity Custom Fields)

2007-05-12 Thread MrBuzzy
I don't see any good reason to end a thread on beer :) Coopers Sparkling (Red) or Coopers Pale (Green)? Lots of sites on Aussie beer, alas didn't see one built in CF. http://www.brew.com.au/ http://www.beerawards.com/ http://www.coopers.com.au/ On 5/13/07, Raymond Camden [EMAIL PROTECTED]

[cfaussie] Re: Fosters (was RE: [cfaussie] Re: Verity Custom Fields)

2007-05-12 Thread MrBuzzy
Why would you inflict Tooheys upon them?! We're on the same side supposedly :) Is this some sort of Beerowarfare? On 5/13/07, Scott Barnes [EMAIL PROTECTED] wrote: Note to all: I hereby volunteer when I'm next in the US to search out a mainstream US beer that tastes like Tooheys.. It's a

[cfaussie] Re: onSessionEnd Error

2007-05-13 Thread MrBuzzy
It doesn't seem right to hide the errors just because you cant find the cause.. I'd like to help more but i don't think you've posted enough info for anyone to work it out. So what else can you give us? On 5/14/07, Taco Fleur [EMAIL PROTECTED] wrote: I've noticed there is no cgi referer or

[cfaussie] Re: onSessionEnd Error

2007-05-13 Thread MrBuzzy
is: onSessionEnd. referer: remote address: host/script: path: query: Just to be sure I've searched all log, Application, Exception etc. logs for more information, but its not in there. On 5/14/07, MrBuzzy [EMAIL PROTECTED] wrote

[cfaussie] Re: onSessionEnd Error

2007-05-14 Thread MrBuzzy
Taco, I'd just like to know if you tried my suggestion or not? Thanks. On 5/14/07, Andrew Scott [EMAIL PROTECTED] wrote: Actually good point. On 5/14/07, Taco Fleur [EMAIL PROTECTED] wrote: ?? even on that link the onSesisonEnd does not return anything. cffunction

[cfaussie] Re: onSessionEnd Error

2007-05-14 Thread MrBuzzy
not reference the application scope from inside OnsessionEnd. Sheesh. On 5/14/07, Taco Fleur [EMAIL PROTECTED] wrote: Hi, To be honest, no I haven't. Don't think it would make a difference. On 5/14/07, MrBuzzy [EMAIL PROTECTED] wrote: Taco, I'd just like to know if you tried my suggestion

[cfaussie] Re: onSessionEnd Error

2007-05-14 Thread MrBuzzy
That is assuming that OnError is being invoked when the real error happens in OnSessionEnd, or OnApplicationEnd. On 5/14/07, MrBuzzy [EMAIL PROTECTED] wrote: Well you can't be helped then. I thought you actually wanted to fix the problem instead of to-ing and fro-ing about stuff

[cfaussie] Re: onSessionEnd Error

2007-05-14 Thread MrBuzzy
Andrew.. you might be right - bringing me back to my original point; 1. remove OnError. 2. try/catch/dump/email in the OnSessionEnd method for debugging purposes and to hopefully end the 'over complication'. Peter, sessions end (j2ee or not) when they 'expire' too. This is when the on

[cfaussie] Re: onSessionEnd Error

2007-05-14 Thread MrBuzzy
Peter, who are you talking to exactly? I'm so confused on this whole thing... but I'm not giving up on trying to help on this, coz helping is meant to to somehow make the world go round. On 5/14/07, Peter Tilbrook [EMAIL PROTECTED] wrote: You can not reference the application scope from

[cfaussie] Re: onSessionEnd Error

2007-05-14 Thread MrBuzzy
in a name :P .. and I'm on the Corona tonight. On 5/14/07, Peter Tilbrook [EMAIL PROTECTED] wrote: MrBuzzy with all attention and admiration... Who are you lol? On 14/05/07, Peter Tilbrook [EMAIL PROTECTED] wrote: Time for a beer I think - after 9pm - hmmm Tooheys Red will have to suit

[cfaussie] Re: onSessionEnd Error

2007-05-14 Thread MrBuzzy
Okay let's try to help him out then. Please bear with me.. here goes. Observe the following code (which I just wrote and tested). Make an Appication.cfc with ONLY this code; cfset this.name = ApplicationName cfset this.sessionManagement = true cfset this.sessionTimeout = createTimeSpan(0,0,0,1)

[cfaussie] Re: onSessionEnd Error

2007-05-14 Thread MrBuzzy
I made a typo Some might expect session ended to be logged. should have said Some might expect somethingnasty to be logged. The rest still applies. On 5/14/07, MrBuzzy [EMAIL PROTECTED] wrote: Okay let's try to help him out then. Please bear with me.. here goes. Observe the following code

[cfaussie] Re: onSessionEnd Error

2007-05-14 Thread MrBuzzy
, MrBuzzy [EMAIL PROTECTED] wrote: Okay let's try to help him out then. Please bear with me.. here goes. Observe the following code (which I just wrote and tested). Make an Appication.cfc with ONLY this code; cfset this.name = ApplicationName cfset this.sessionManagement = true

[cfaussie] Re: onSessionEnd Error

2007-05-14 Thread MrBuzzy
Are you talkin' to me... are you talking to ME. Yeah, nothing will run after you use cfabort that's the point of cfabort. Seems irrelevant to the discussion, but happy to have read it. On 5/14/07, Peter Tilbrook [EMAIL PROTECTED] wrote: Andy I think I am talking to Mr Buzzy. Does that assist?

[cfaussie] Re: onSessionEnd Error

2007-05-14 Thread MrBuzzy
(Peter, I don't agree with you comment about j2ee being too fast, sorry) If you're taling to me, I am testing Scorpio, but I was talking about mx7. Btw, The code I posted has the same behaviour whether J2ee sessions are turned on or not. I wish Taco would come back :) On 5/14/07, Peter

[cfaussie] Re: onSessionEnd Error

2007-05-14 Thread MrBuzzy
Okay, that was pretty funny-ish. On 5/14/07, Peter Tilbrook [EMAIL PROTECTED] wrote: You must see... this... http://www.actcfug.com/ (click on Flash movie at bottom - Tim Buntel does all the voices - is funny) On 14/05/07, Peter Tilbrook [EMAIL PROTECTED] wrote: Heh has me

[cfaussie] Re: onSessionEnd Error

2007-05-14 Thread MrBuzzy
I'm going to finish with this... TACO: The answer to your problem is in this thread, if you care come back and read it. I was trying to help, you ignored my suggestion and we all wasted a lot of time. If you don't want the background, just add this (or something like this) to your OnError html

[cfaussie] Re: onSessionEnd Error

2007-05-14 Thread MrBuzzy
Bloody Google. Just becuase you know my (very common) name doesn't mean you know who I am... and that's pretty much the point of it. On 5/14/07, Peter Tilbrook [EMAIL PROTECTED] wrote: My Buzzy - after some research - I know who you really are. Your secret is safe with moi! For now. --

[cfaussie] Re: onSessionEnd Error

2007-05-14 Thread MrBuzzy
Sorry not completely following? Was watching Boston Legal. I dunno about angry... confused maybe. Are you and Tim having a sleep over? On 5/14/07, Peter Tilbrook [EMAIL PROTECTED] wrote: No beer in heaven (aparently)! --~--~-~--~~~---~--~~ You received

[cfaussie] Re: onSessionEnd Error

2007-05-15 Thread MrBuzzy
all log, Application, Exception etc. logs for more information, but its not in there. On 5/14/07, MrBuzzy [EMAIL PROTECTED] wrote: It doesn't seem right to hide the errors just because

[cfaussie] Re: Oracle Express vs Oracle?

2007-05-22 Thread MrBuzzy
I've used it. I believe the feature set is the same, it's only limited by volume ie amount of storage, users, etc. Much like cf developer edition :) however i think you can legitimately use oracle express in a production env. Cheers. On 5/22/07, Mark Mandel [EMAIL PROTECTED] wrote: All, I

[cfaussie] Re: Money for nothing and Joost for Free!

2007-05-22 Thread MrBuzzy
Or there's the open source road http://www.getdemocracy.com/ Not saying anything :) On 5/22/07, Dale Fraser [EMAIL PROTECTED] wrote: I have a handful of Joost invites that I thought id share with the good folk on cfaussie. Send me email and i'll invite you. Regards Dale Fraser

[cfaussie] Re: CF Argument issues

2007-05-25 Thread MrBuzzy
Ah funny stuff peter is still banging on about request scope :) peter.. I reckon you should start a new thread on that topic, but you need to be prepared to hear some different ideas. As for the mapping/package stuff.. I think i want in on this discussion! But i'm still on the train and my thumb

[cfaussie] Re: Cool contest.

2007-05-26 Thread MrBuzzy
Andrew, are you saying there's some sort of secret discussion going on about this tag? (say in some hidden cave on a remote island somewhere) So, you want 'other' people to find a use for this tag (because you don't see one) and then you'll deliver this information to the cave? On 5/27/07, Lucas

[cfaussie] Re: Cool contest.

2007-05-27 Thread MrBuzzy
, but the discussion is why would we un document this tag? Andrew Scott Senior Coldfusion Developer Aegeon Pty. Ltd. www.aegeon.com.au Phone: +613 8676 4223 Mobile: 0404 998 273 From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of MrBuzzy Sent: Sunday, 27 May 2007 12:08

[cfaussie] Re: Cool contest.

2007-05-28 Thread MrBuzzy
On 28/05/07, MrBuzzy [EMAIL PROTECTED] wrote: Who is we? Maybe it's not documented because it can be used to do admin tasks but it's not secured. Ie. You can re build a war without loginng in. I guess it was meant to be exposed by the admin api but it never happened

[cfaussie] Re: Release Candidate? Where's the Public Beta?

2007-05-29 Thread MrBuzzy
A friend recieved an email from adobe notifying him of the RC availability. We are both on the pre release program but i didn't recieve the email. Argh. On 5/30/07, Dale Fraser [EMAIL PROTECTED] wrote: Ok, More hunting reveals that there are just too many mentions of a Public Beta going

[cfaussie] Re: Free CF8 Beta Hosting

2007-05-31 Thread MrBuzzy
Argh. You have to provide your credit card to sign up. In my opinion that's not cool. Free is obviously not free. Agreed it's marketing. You also have to agree to terms and conditions that your information will be provided to Adobe. I think they're using this to to trap more bugs and iron out

[cfaussie] Re: Free CF8 Beta Hosting

2007-05-31 Thread MrBuzzy
something stupid. Regards Dale Fraser http://dalefraser.blogspot.com *From:* cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] *On Behalf Of *MrBuzzy *Sent:* Thursday, 31 May 2007 7:22 PM *To:* cfaussie@googlegroups.com *Subject:* [cfaussie] Re: Free CF8 Beta Hosting Argh. You have

[cfaussie] Re: isDefined() bad?

2007-06-04 Thread MrBuzzy
ParameterExists() is bad. In fact forget I even mentioned it :) --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups cfaussie group. To post to this group, send email to cfaussie@googlegroups.com To unsubscribe from this

[cfaussie] Re: CFAussie Community Head Count

2007-06-05 Thread MrBuzzy
George, Chris, You should probabyl ping the original email 'CFAussie Community Head Count' too, if possible. Cheers On 6/5/07, Chris Dawes [EMAIL PROTECTED] wrote: +1 Chris Dawes - Croydon Vic for last few months - ex Sydney On 05/06/07, Barry Beattie [EMAIL PROTECTED] wrote: Mark,

[cfaussie] Re: CFAussie Community Head Count

2007-06-06 Thread MrBuzzy
You wish Peter! That's 3 pings gone wayward now, nice one Barrie ;) On 6/5/07, Peter Tilbrook [EMAIL PROTECTED] wrote: Yeah but Buzzy is on drugs and in Europe so does not count! On 05/06/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: ping ping ping ping

[cfaussie] Re: implementing coldfusion IM gateway

2007-06-25 Thread MrBuzzy
I guess I could try it... which gateway type did you choose? On 6/25/07, Steve Onnis [EMAIL PROTECTED] wrote: Ok next thing... Created it all ok, but it wont start. Just sits there saying Starting. The sms one starts so nothing wrong with the system. Anyone have any idea?

[cfaussie] Re: CF8 and LifeCycle

2007-06-29 Thread MrBuzzy
You only need LCDS if you are doing Flex. Steve, here's a few things you ca do with it; Connect it to your CF Gateways - flex messaging service, flex data service, etc - CF can 'push' data to Flex clients via LCDS (this is the only way to do 'push'). - Use CFCs to 'manage' data updates and

[cfaussie] Re: CF8 and LifeCycle

2007-06-29 Thread MrBuzzy
LCDS can be used to manipulate and generate PDF, for delivery on Flex, etc. Unless I was dreaming. On 6/29/07, Chris Velevitch [EMAIL PROTECTED] wrote: On 6/29/07, Steve Onnis [EMAIL PROTECTED] wrote: I was just about to say that. Looking at the write up at Adobe, that's all it is, so

[cfaussie] Re: CF8 and LifeCycle

2007-06-29 Thread MrBuzzy
use a raw XDP file; this requires a valid LiveCycle Data Services license. On 6/29/07, Peter Tilbrook [EMAIL PROTECTED] wrote: Well you need the LiveCycle Designer 8 (with Acrobat 8) to prepare your PDF's at least. Will that ship with CF8 I wonder? On 29/06/07, MrBuzzy [EMAIL PROTECTED] wrote

[cfaussie] Re: column order

2007-06-29 Thread MrBuzzy
Yay something about CF. Attaboy Ray get us back on track :) I didn't quite understand the question either. I guess a query as WDDX could maintain a column order ...? Or be sorted appropriately. On 6/29/07, Raymond Camden [EMAIL PROTECTED] wrote: What do you mean by column order not in

[cfaussie] Re: Remotely restart CF service

2007-07-06 Thread MrBuzzy
Steve, I reckon there's a couple way you can do that and from CF. - Touch a watched file ie; web.xml to cause a reload (ok, not all CF setups will do this) - Use cfexecute with no output/timeout so CF isn't 'waiting' for completion. On 7/6/07, Steve Onnis [EMAIL PROTECTED] wrote: Anything

[cfaussie] Re: CFHTTP Resolving Host Names

2007-07-08 Thread MrBuzzy
Hmmm... HOSTS should work, it has for me. On windows you might need to ipconfig /flushdns CF also caches the names, or at least it used to (?). It might need a kick over. On 7/8/07, Steve Onnis [EMAIL PROTECTED] wrote: Can anyone shed some light on what CFHTTP uses to resolve host names? I

[cfaussie] Re: NoRelease Candidate 2 for ColdFusion 8

2007-07-10 Thread MrBuzzy
You hope they hammer you. Oky. On 7/10/07, Peter Tilbrook [EMAIL PROTECTED] wrote: Yeah! Ouch and all that. Fingers crossed but no RC2 for Scorpio. They will hammer me (I hope) but I think one more RC would have been OK. --~--~-~--~~~---~--~~

[cfaussie] Re: NoRelease Candidate 2 for ColdFusion 8

2007-07-10 Thread MrBuzzy
That part I get. On 7/10/07, Dale Fraser [EMAIL PROTECTED] wrote: No RC = Quicker Release. Regards Dale Fraser http://dalefraser.blogspot.com *From:* cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] *On Behalf Of *MrBuzzy *Sent:* Tuesday, 10 July 2007 8:44 PM *To:* cfaussie

[cfaussie] Re: CF8 beta on Intel OSX

2007-07-10 Thread MrBuzzy
bump seriously, no one runs cf8 on mac? On 7/7/07, MrBuzzy [EMAIL PROTECTED] wrote: Good mornin' Does anyone out there have the CF8 beta (multi-server/j2ee) running on Intel OSX? It's meant to work, right? ... No joy for me :( Thanks

[cfaussie] Re: CF8 beta on Intel OSX

2007-07-10 Thread MrBuzzy
Actually I didn't need to mention multi-server, anything would do. Thanks anyhow Barry :) On 7/10/07, Barry Beattie [EMAIL PROTECTED] wrote: someone should, surely? sadly, my install is not multi-server and I'm still on a PPC mac - no help from me. sorry. best of luck, MrBuzzy On 7

[cfaussie] Re: CF8 beta on Intel OSX

2007-07-11 Thread MrBuzzy
. I'll try the latest RC later today and report. Robin Robin Hilliard CEO - RocketBoots Pty Limited Consulting . Recruitment . Software Licensing . Training http://www.rocketboots.com.au m +61 418 414 341 e [EMAIL PROTECTED] On 10/07/2007, at 9:38 PM, MrBuzzy wrote: bump seriously

[cfaussie] Re: [OT] Weekend Distraction

2007-07-13 Thread MrBuzzy
Oh man that's annoying after a while... 59.379 :) On 7/14/07, Brett Payne-Rhodes [EMAIL PROTECTED] wrote: Because it is the weekend... http://flightsimx.archive.amnesia.com.au/ 33.079m - try to get it out the window... B) --~--~-~--~~~---~--~~ You

[cfaussie] CF8 beta on Intel OSX

2007-07-15 Thread MrBuzzy
Good mornin' Does anyone out there have the CF8 beta (multi-server/j2ee) running on Intel OSX? It's meant to work, right? ... No joy for me :( Thanks. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups cfaussie

[cfaussie] Re: How do you time out CFOBJECT?

2007-07-18 Thread MrBuzzy
Matthew, as you said there's no way to set the time out on cfobject (or createobject). A couple of things of interest (maybe); !--- Normal invocation --- cfset ws = CreateObject(webservice,http://whatever/whatever.cfc?wsdl;) cfset ws.settimeout(15000) !--- This doesn't throw an error or enforce

[cfaussie] Re: Coldfusion CFC argument typing

2007-08-02 Thread MrBuzzy
Hi this is probably a bug or two in your app :) This should be pretty easy to debug, for example log the object/value before the read() call and you should be able work out when it's the wrong type. Then work out what's creating the incorrect type. The problem might be related to a cfparam or

[cfaussie] Re: cfthrow in CFC

2007-08-27 Thread MrBuzzy
Hi, So are you seeing an error when you run the page? Or is it all quiet? On 8/27/07, AJ Mercer [EMAIL PROTECTED] wrote: If the second email is in the try / catch, and there is an error, I wont get the email I commented out the second email, but that didn't help On 8/27/07, Andrew Scott

[cfaussie] Re: ColdFusion sessions playing up? showing info that belongs to others? ....

2007-08-30 Thread MrBuzzy
Taco, you should also check your vars (just in case) http://code.google.com/p/var-scope-checker-fb/downloads/list It's worth doing before or while you check the isp stuff. On 8/30/07, David Heacock [EMAIL PROTECTED] wrote: We had the same problem last week with a client. Several people were

[cfaussie] Re: learncf.com is Coming!

2007-08-30 Thread MrBuzzy
Barry, bad press, huuh? Okay I just need to say I wasn't having a go at Dale. 'mozz' is aussie, right. Was trying to be funny. I don't know about Ante's but in general I do believe in CF and the more sites the more people the better :) To be clear - you've got my support, and I'm not a

[cfaussie] Re: learncf.com is Coming!

2007-08-30 Thread MrBuzzy
some time. If you want to do it for your site, it may help increase the level of contribution. On 8/31/07, MrBuzzy [EMAIL PROTECTED] wrote: Sorry, I should try to avoid being so emotive. Although I am passionate about my CF :) Um, from memory I may have submitted some stuff to the site

[cfaussie] Re: learncf.com is Coming!

2007-08-30 Thread MrBuzzy
to resubmit to me directly ([EMAIL PROTECTED]). That isn't a promise to publish it - but a promise that I'll give it a look. I will admit to being a bit protective about my sites and that DOES limit things. Maybe I need to trust my common man more. ;) On 8/30/07, MrBuzzy [EMAIL PROTECTED

[cfaussie] Re: learncf.com is Coming!

2007-08-30 Thread MrBuzzy
know 'best' is a matter of opinion, but if you look at most cookbooks I think you will see one main solution provided to a problem. And CFlib does have a few dupes in it -mainly because it is a bit hard to keep track of 1000 udfs. ;) On 8/30/07, MrBuzzy [EMAIL PROTECTED] wrote: Thanks, I'm

[cfaussie] Re: learncf.com is Coming!

2007-09-02 Thread MrBuzzy
Thanks for the thanks :) Charlie, to answer your question I guess MrBuzzy is my identity online and used out of work hours. In real life and during the 9 to 5 I use my real name. Re:the rest - some great stuff there, it'd be nice to hear others thoughts too. Maybe on Monday :) On 8/31/07

[cfaussie] Re: Web Service weirdness

2007-09-03 Thread MrBuzzy
Oh yeah, this isn't a CF webservice. It's something out of Business Objects. It's probably the wsdl that is at fault. But maybe someone's already hit this... On 9/3/07, AJ Mercer [EMAIL PROTECTED] wrote: what is access set to for a web service it needs to be set to remote On 9/3/07, MrBuzzy

[cfaussie] Re: MS Outlook Appointment Email Notification Using CF

2007-09-10 Thread MrBuzzy
Claude, Although I've not used it, I'm thinking you could use cfexchangecalendar in CF8. http://cfquickdocs.com/cf8/#cfexchangecalendar It looks like you can create appointments (which might send out the emails). Or you could send emails containing links to accept/tentative/decline and do

[cfaussie] Re: ShadoMX content management

2007-09-14 Thread MrBuzzy
Hi... is there a clear cut leader in the CF CMS world? I've seen Paper Thin, Hot Banana and FarCry, but never heard of Shado... On 9/14/07, M@ Bourke [EMAIL PROTECTED] wrote: Maybe the problem is with the shado knife, I'm pretty sure I got a knife in my goodie bag that was a shado knife or a

[cfaussie] Re: ShadoMX content management

2007-09-14 Thread MrBuzzy
Nope, s what's so good about it? (assuming it's good) On 9/14/07, M@ Bourke [EMAIL PROTECTED] wrote: w0w I would have thought everyone would have heard of Shado On 9/14/07, MrBuzzy [EMAIL PROTECTED] wrote: Hi... is there a clear cut leader in the CF CMS world? I've seen Paper

[cfaussie] Re: Connection Pooling

2007-09-20 Thread MrBuzzy
Maybe you just need to reduce the number of connections in the pool. Did your web host say how many connections they'd like you to have??? Also, it is possible to use up all those connections with some dodgey CF coding, sorry I can't think of a concrete example right now :) On 9/20/07, Mark

[cfaussie] Re: Cfflush question

2007-09-25 Thread MrBuzzy
@Andrew - actually it won't because he said it was a function (not a tag) :P When I see a question like this (posted at 9:22am) with no follow up, I assume he worked it out. Is that a fair assumption? Scott, come back and finish what you started :) On 9/25/07, Andrew Scott [EMAIL PROTECTED]

[cfaussie] Re: Posting to Adobe forums

2007-09-25 Thread MrBuzzy
This might have something to do with it :) The Adobe user forums will be unavailable on Sunday and Monday, September 23-24, 2007. The forums are undergoing major renovation and will be relaunched with a new look and feel. The relaunch is scheduled for Tuesday, September 25. This relaunch is the

[cfaussie] Re: Cfflush question

2007-09-26 Thread MrBuzzy
=somevalue Meanwhile, I have removed the cfsilent's and will re-look at the problem after we upgrade to cf8. Thanks for all replies. MrBuzzy [EMAIL PROTECTED] 25/09/2007 5:36 pm @Andrew - actually it won't because he said it was a function (not a tag) :P When I see a question like

[cfaussie] Re: AES decryption problem

2007-10-16 Thread MrBuzzy
Hi Duncan, you had a lot of stuff going on there :) When you say 'it works fine'... have you soled your problem? Or only part? Perhaps you could post the updated source code. Cheers. On 10/16/07, Duncan [EMAIL PROTECTED] wrote: So far in my investigation and trial and error, I have

[cfaussie] Re: Anyone seen this error before?

2007-10-18 Thread MrBuzzy
This one is a bit of a pain when using the default multi-server setup. There's only one jvm.config to edit, making the debug port the same for all CF instances. There are ways to have more than one jvm.config but bah, who'd wannna do that. On 10/18/07, Andrew Scott [EMAIL PROTECTED] wrote:

[cfaussie] Re: Anyone seen this error before?

2007-10-23 Thread MrBuzzy
The same (listening) port can't be used by more than one program/process/whatever. This is the case with any port and application running on the same machine. It doesn't matter what OS. For example, you can't start two IIS or Apache servers both using port 80. With this in mind, the fact that

[cfaussie] Re: Call For Papers: webDU 2008

2007-10-23 Thread MrBuzzy
http://globalfreeloaders.com/ support local talent :) On 10/23/07, M@ Bourke [EMAIL PROTECTED] wrote: any Sydney-siders willing to billet people from regional NSW? www.couchsurfing.com brilliant way to travel and meet the locals, me and friends have used it all over europe and we host people

[cfaussie] Re: Coldspring error - what does this mean please?

2007-10-23 Thread MrBuzzy
Mike, I don't see where getClass() is being called from. Any clue? getClass() belongs to the underlying java object. You mentioned prod is CF8, so you could check if ''Disable Access to internal ColdFusion Java components'' is checked or not in CF Admin. Although it probably makes no difference

[cfaussie] Re: Adobe Refresh

2007-11-01 Thread MrBuzzy
So... who went? I was there, saw some cool stuff. Nothing about CF but that was expected. CFCAMP just around the corner. On 10/16/07, Dale Fraser [EMAIL PROTECTED] wrote: In Melbourne Sydney in case you haven't seen this.

[cfaussie] Re: Web-blast 07: Web Community Get Together (Sydney)

2007-11-15 Thread MrBuzzy
I'd almost consider flocking to Canberra for free piss. On Nov 15, 2007 5:43 PM, Mark Mandel [EMAIL PROTECTED] wrote: You know any city that won't flock for free piss? Mark On Nov 15, 2007 5:42 PM, Barry Beattie [EMAIL PROTECTED] wrote: ROTFL! they won't turn up for bloody user

[cfaussie] Re: Friday arvo O.T - thinking of giving up Apple and going back to Windows.

2007-11-16 Thread MrBuzzy
Barry, I reckon Parallels+Bootcamp on Mac-Intel would work pretty well for you. I had this set up running nicely on my MacbookPro (before it died). The 'emulation' as you put it was highly compatible. You can dual boot to windows using bootcamp. Or, use parallels to load the same os partition

[cfaussie] Re: Friday arvo O.T - thinking of giving up Apple and going back to Windows.

2007-11-16 Thread MrBuzzy
So what are these deep down Adobe products? Sounds like you've already decided. On Nov 17, 2007 1:42 PM, Barry Beattie [EMAIL PROTECTED] wrote: just recently someone has said this for one of the two Adobe products I'm needing to cater for Runs under VMWare's Fusion, but not Parallels 3.0.

[cfaussie] Re: Friday arvo O.T - thinking of giving up Apple and going back to Windows.

2007-11-17 Thread MrBuzzy
So you won't name these products,,,? On Nov 17, 2007 6:07 PM, Barry Beattie [EMAIL PROTECTED] wrote: Sounds like you've already decided more, sounds like the decision has been made for me. It's not a willing decision. So what are these deep down Adobe products? there's quite a few Adobe

[cfaussie] Re: CF8 enterprise displaying Adobe Coldfusion 8 Developer Edition Not For Production Use water mark?

2007-11-18 Thread MrBuzzy
Sorry haven't seen this one. Got a couple of (possibly obvious) suggestions; * does cfadmin display that it is running as enterprise? * did you upgrade all cf instances? Tou might need to upgrade each one. * is it only charting? What other features are still behaving like the developer

[cfaussie] Role call: CFCAMP Melbourne

2007-11-20 Thread MrBuzzy
Hi y'all, I've seen this work on other mailing lists. Who's coming tomorrow? See you there ;) Cheers. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups cfaussie group. To post to this group, send email to

[cfaussie] Re: Role call: CFCAMP Melbourne

2007-11-20 Thread MrBuzzy
Oh it's me + 3 actually :) I've lost count already... On Nov 21, 2007 3:47 PM, Adam Chapman [EMAIL PROTECTED] wrote: Hey.. Myself and one of my workmates will be there.. -- *From:* MrBuzzy [mailto:[EMAIL PROTECTED] *Sent:* Wednesday, 21 November 2007 1:24 PM

[cfaussie] Re: Role call: CFCAMP Melbourne

2007-11-21 Thread MrBuzzy
You better be there dale :) Mark - no name tags for me... But I won't say no to a post CFCAMP meet and drink... On 11/21/07, Dale Fraser [EMAIL PROTECTED] wrote: Now I think I'm going to come just to see how many people turn up. I think there are sleepers in there that might show.

[cfaussie] Re: CFCAMP Brisbane today - it was great!

2007-11-21 Thread MrBuzzy
This should almost come with a spoiler warning ;) On Nov 21, 2007 10:56 PM, Barry Beattie [EMAIL PROTECTED] wrote: highlights: for me: Geoff Bowers with Farcry for work reasons Robin Hilliard making CFInterface easier to understand (and why it's good to use) Adam Leyham - with how (and

[cfaussie] Re: Role call: CFCAMP Melbourne

2007-11-21 Thread MrBuzzy
afterwards. PS: Anyone get a spare minute in their preso, give learncf.com a plug. Cough Mark Cough Regards Dale Fraser http://learncf.com -Original Message- From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of MrBuzzy Sent: Wednesday, 21 November

[cfaussie] Re: Role call: CFCAMP Melbourne

2007-11-22 Thread MrBuzzy
We almost met... I couldn't get a word in :) I didn't want to curb your enthusiam. Looks like I missed the post-event-drinkies. There's always next time... On Nov 23, 2007 6:51 AM, Mark Mandel [EMAIL PROTECTED] wrote: MrBuzzy, did we manage to meet, and i just didn't know it? or did I manage

[cfaussie] CF8 on Solaris's?

2007-11-22 Thread MrBuzzy
I've been looking at the system requirements for CF8; http://www.adobe.com/products/coldfusion/pdfs/cf8_systemsupportmatrix.pdf I was hoping to install it on OpenSolaris 11 - but it's not supported. Any suggestions? Would there be a way to make it happen? Maybe I could deploy it inside

[cfaussie] Re: CF8 on Solaris's?

2007-11-23 Thread MrBuzzy
Thanks, that looks encouraging, although no mention of v11. Unfortunately I don't think I'll be able to get CF across the net and on to the server :( On Nov 23, 2007 7:07 PM, Chris Velevitch [EMAIL PROTECTED] wrote:

[cfaussie] Re: CF8 on Solaris's?

2007-11-22 Thread MrBuzzy
On Nov 23, 2007 1:03 PM, Barry Beattie [EMAIL PROTECTED] wrote: not supported may not mean it won't work Yeah I guess so. With my limited knowledge of Unix systems, I assume the Solaris installer wouldn't run on a Open Solaris 11 (running on a VM) with an Intel chip :( For now, I can't even

[cfaussie] Re: CF8 - Getting more than 1.4 GB in the heap?

2007-11-25 Thread MrBuzzy
Hi Mark, I believe the 1.4GB limit is a side effect of running on Windows. To make full use of the servers available memory, you migth need to run multiple instances of CF and load balance them. I did read (somewhere) that you need a 64bit OS to utilize the 4GB memory. Ie: Running 32bit Tomcat on

[cfaussie] Re: Free Forum for FEMALES

2007-11-27 Thread MrBuzzy
Oh, I am so there. I think 'Shoes' should be a category on it's own. On Nov 27, 2007 9:31 PM, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: A forum dedicated to female where you can find each and everything about female, some topics covers in this forum are: - Fashion and Lifestyle - Beauty

[cfaussie] Re: How to purchase coldfusion support

2007-11-27 Thread MrBuzzy
Something like this? http://www.adobe.com/support/programs/coldfusionstd/?tab:plans=1 On Nov 27, 2007 9:01 PM, Geoff Bowers [EMAIL PROTECTED] wrote: On Nov 27, 12:27 pm, Simon Haddon [EMAIL PROTECTED] wrote: If I have purchased coldfusion 8 but didn't get it with support (but I did get

[cfaussie] Re: CFCAMP Melbourne Wrapup

2007-11-27 Thread MrBuzzy
Warning, expectation may lead to disappointment :) Dale, you've got my support and I'd like to be there. I'll try, but no promises. On 11/28/07, Dale Fraser [EMAIL PROTECTED] wrote: Ok, So Mark will officially announce closer to the event, and while it's close to Christmas and not suit

[cfaussie] Re: CF5 invoking .NET 2.0 webservices

2007-11-28 Thread MrBuzzy
I don't know of anything. You *could* post the soap requests using cfhttp. It's not impossible. On 11/29/07, Jeremy [EMAIL PROTECTED] wrote: Can this be done? Or is there a CFX tag I can get that does it...Or am I really streching the boundaries of the Internet... Jeremy

[cfaussie] Re: What do Charlie Arehart, Sean Corfield, Ray Camden, Ben Forta Ben Nadel have in common?

2007-12-03 Thread MrBuzzy
Dale's an Aussie, I reckon it's ok. Welcome to learncf.com. This is a 100% free community website... On Dec 3, 2007 10:04 PM, Steve Onnis [EMAIL PROTECTED] wrote: is this really the place for this? maybe the water cooler would be better. If it is against the posting rules to advertise

[cfaussie] Re: What do Charlie Arehart, Sean Corfield, Ray Camden, Ben Forta Ben Nadel have in common?

2007-12-03 Thread MrBuzzy
previously denied said rights)? On Dec 3, 2007 10:16 PM, Steve Onnis [EMAIL PROTECTED] wrote: so you are saying it wouldnt be ok for me? -- *From:* cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] *On Behalf Of *MrBuzzy *Sent:* Monday, 3 December 2007 10:15 PM

[cfaussie] Re: OT: Mac Exchange Calendars

2007-12-03 Thread MrBuzzy
How about Outlook Web Access (OWA)? On Dec 4, 2007 2:32 PM, Dale Fraser [EMAIL PROTECTED] wrote: I know a lot of you are on Macs and we have one guy here who is on a Mac which is a pain as he can't accept Meeting requests. He is using Mail I think or iMail, he seems reluctant to change

  1   2   3   >