[cfaussie] Re: UML Tool

2007-10-10 Thread Pat Branley
This is my fav: http://qse.ifs.tuwien.ac.at/~auer/umlet/ Just lets you draw diagrams and save them to PDF, JPG or SVG. Better than a napkin, not quite as good as full CASE tool. If i want anything more formal where im using the CASE tool for keeping track of the design then i use Visio or

[cfaussie] Re: installing CF8 on Apache 2.2.6 (Win32) connector woes

2007-10-10 Thread Barry Beattie
at least I've narrowed it down to not being an Apache problem - IIS has exactly the same issues. and it can't be a CF8 problem because every man and his dog was a beta tester, esp for something this simple. no, everything points to firewall blocking port 51800 - on this dev box. and yet the

[cfaussie] Re: Is there a delete version of queryAddRow()?

2007-10-10 Thread Seona Bellamy
Oh yeah! Thanks. :) *slaps forehead and walks away muttering about forests and trees* On 11/10/2007, Blair McKenzie [EMAIL PROTECTED] wrote: select * from yourquery where primarykey not in (list,of,items,to,remove) Blair On 10/11/07, Seona Bellamy [EMAIL PROTECTED] wrote: Heya,

[cfaussie] Is there a delete version of queryAddRow()?

2007-10-10 Thread Seona Bellamy
Heya, Working with a large cached query here (it's used several different times on the page in several different ways, so we've cached the whole big query and then just perform QoQ's on it to get the various sub-sets we need). I've run into a situation where I want to be able to selectively

[cfaussie] Re: Is there a delete version of queryAddRow()?

2007-10-10 Thread Blair McKenzie
select * from yourquery where primarykey not in (list,of,items,to,remove) Blair On 10/11/07, Seona Bellamy [EMAIL PROTECTED] wrote: Heya, Working with a large cached query here (it's used several different times on the page in several different ways, so we've cached the whole big query and

[cfaussie] Re: Is there a delete version of queryAddRow()?

2007-10-10 Thread Barry Beattie
Query'o;Query o how I hate this horrible hack for deletes and updates (but there's no choice) I've suggested this for the CF9 wish list - native SQL syntax to do this. and updates to (otherwise you delete then addRow with new values) feel free to do the same

[cfaussie] Re: UML Tool

2007-10-10 Thread Dale Fraser
Thanks, For anyone interested, this flash one is very nice. http://www.gskinner.com/gmodeler/launch.html Regards Dale Fraser http://learncf.com -Original Message- From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Pat Branley Sent: Wednesday, 10 October 2007 5:45

[cfaussie] Session Variables Stopped Working

2007-10-10 Thread Dale Fraser
I have an app that was working yesterday and isn't today. I've pinned it down to session variables not working. I've checked the admin settings and restarted cf but still nothing. Take this example. cfif isDefined(session.me) cfoutput#session.me#/cfoutput cfelse Not

[cfaussie] Re: Session Variables Stopped Working

2007-10-10 Thread paulineb
I had a similar thing happen yesterday. I think my instance restarted itself and suddenly session variables weren't working. Our resident guru said to click Use J2EE session variables in CF Admin which apprently is not enabled by default when the server/instance starts On Oct 11, 1:29 pm, Dale

[cfaussie] Re: Session Variables Stopped Working

2007-10-10 Thread Andrew Scott
Dale, Might be a stupid question, but is JSessionId switched on? That can have the same effect you are talking about. Andrew Scott Senior Coldfusion Developer Aegeon Pty. Ltd. www.aegeon.com.au Phone: +613 8676 4223 Mobile: 0404 998 273 From: cfaussie@googlegroups.com

[cfaussie] Re: Session Variables Stopped Working

2007-10-10 Thread Andrew Scott
When you use J2EE session variables, this forces CF to expire the session after each page request. As opposed to using the standard CFID CFToken. When using the J2EE session variables, you have to rewrite your applications to be persistant with that ID rather than the normal cookies, or use a

[cfaussie] Re: Session Variables Stopped Working

2007-10-10 Thread Andrew Scott
Dale, The only other thing I can think of is that the application name doesn't exist for some reason, I can't think of any other reason why you are experiencing this problem. Andrew Scott Senior Coldfusion Developer Aegeon Pty. Ltd. www.aegeon.com.au Phone: +613  8676 4223 Mobile: 0404 998

[cfaussie] Re: Session Variables Stopped Working

2007-10-10 Thread Dale Fraser
Ok, I'm an idiot. I removed Engine from application the other day, thus every request was clearing session. I didn't realise however as the application hadn't restarted thus application.Engine did still exist. cffunction name=onRequestStart returntype=boolean output=true cfif not

[cfaussie] Re: Session Variables Stopped Working

2007-10-10 Thread paulineb
Andrew, Do you mean when the browser is closed rather than after each page request? I have J2EE session vars switched on and they only expire after the browser is closed. On Oct 11, 1:42 pm, Andrew Scott [EMAIL PROTECTED] wrote: When you use J2EE session variables, this forces CF to expire the

[cfaussie] Re: Session Variables Stopped Working

2007-10-10 Thread Andrew Scott
Yes, when the browser is closed. Sorry for the confusion Andrew Scott Senior Coldfusion Developer Aegeon Pty. Ltd. www.aegeon.com.au Phone: +613  8676 4223 Mobile: 0404 998 273 -Original Message- From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of paulineb Sent:

[cfaussie] Re: Is there a delete version of queryAddRow()?

2007-10-10 Thread Charles Condon
I came across this a while ago http://www.bennadel.com/blog/204-Using-ColdFusion-Query-s-Underlying-Java-Methods-For-Query-Manipulation-And-Logic.htm On 10/11/07, Barry Beattie [EMAIL PROTECTED] wrote: Query'o;Query o how I hate this horrible hack for deletes and updates (but there's no

[cfaussie] Re: Is there a delete version of queryAddRow()?

2007-10-10 Thread Andrew Scott
But also take into consideration, that these are internal methods to coldfusion an may become obsolete or changed. I was trying to recall what the delete row was, as I have used it before but couldn't recall where I had used itL Andrew Scott Senior Coldfusion Developer Aegeon Pty. Ltd.