[cfaussie] Re: Are there any mid-snr CF devs left in Australia

2014-03-03 Thread Dave
. Dave On Wednesday, 26 February 2014 07:48:29 UTC+11, Dave wrote: Hi there, I was wondering if there are any mid-senior level ColdFusion developers left in Australia (specifically, Melbourne). We are finding is really tough to hire people that have written enterprise (ie, complex

[cfaussie] Are there any mid-snr CF devs left in Australia

2014-02-25 Thread Dave
Hi there, I was wondering if there are any mid-senior level ColdFusion developers left in Australia (specifically, Melbourne). We are finding is really tough to hire people that have written enterprise (ie, complex, framework driven) applications. dave -- You received this message because

Re: [cfaussie] Strange ColdFusion Multi-Instance Stopping Error

2013-05-08 Thread Dave G
the ColdFusion service. We were able to fix this by restoring the registry to an earlier state before the corruption (and of course cleaning the virus off the machine) The disk corruption errors you are seeing may be causing the same issue for you. Cheers Dave -- David Grubb, CAPM, PSM1 http

[cfaussie] CF ORM Memory Leak - Exception in OnApplicationStart leaks org.hibernate.impl.SessionFactory.Impl objects

2012-07-08 Thread Dave
of org.hibernate.impl.SessionFactory.Impl This could get nasty if you have a regular scheduled task running on a multi-application server. Bug info here if you want to vote for it: https://bugbase.adobe.com/index.cfm?event=bugid=3263093 dave -- You received this message because you are subscribed

[cfaussie] Re: CF 9.01 memory leak - coldfusion.util.key

2012-02-26 Thread Dave
/questions/5898291/coldfusion-util-key-memory-leak-issue-with-structure-keys for more details. dave On Feb 23, 6:54 am, Dave davidame...@gmail.com wrote: Adobe has verified this is a bug in CF9.01.  Here is the bug report. Please vote up:https://bugbase.adobe.com/index.cfm?event=bugid=3119991

[cfaussie] Re: CF 9.01 memory leak - coldfusion.util.key

2012-02-22 Thread Dave
Adobe has verified this is a bug in CF9.01. Here is the bug report. Please vote up: https://bugbase.adobe.com/index.cfm?event=bugid=3119991 The problem also exists in CF10 beta. On Feb 22, 2:38 pm, Dave davidame...@gmail.com wrote: Hey all, I believe I had discovered/confirmed a memory leak

[cfaussie] Re: CF 9.01 memory leak - coldfusion.util.key

2012-02-21 Thread Dave
in depth later tonight. On Feb 22, 4:02 pm, charlie arehart charlie_li...@carehart.org wrote: Dave, I've run that code on a 9.01 server, and run it over and over, and I am not finding there to be any leak. I know that's a frequent assertion made against CF. Let's see if we are on the same page

[cfaussie] Re: CF 9.01 memory leak - coldfusion.util.key

2012-02-21 Thread Dave
, and given the above test, I think he is right. The same problem exists using myStruct.key notation. On Feb 22, 4:02 pm, charlie arehart charlie_li...@carehart.org wrote: Dave, I've run that code on a 9.01 server, and run it over and over, and I am not finding there to be any leak. I know that's

[cfaussie] Re: CF 9.01 memory leak - coldfusion.util.key

2012-02-21 Thread Dave
key, and given the above test, I think he is right. The same problem exists using myStruct.key notation. On Feb 22, 4:02 pm, charlie arehart charlie_li...@carehart.org wrote: Dave, I've run that code on a 9.01 server, and run it over and over, and I am not finding there to be any leak. I know

[cfaussie] Re: OO Application Architecture

2012-01-09 Thread Dave
I just saw this on another group - http://www.silverwareconsulting.com/index.cfm/2009/5/31/Building-An-Object-Oriented-Model--Recording-and-Sample-Code-Available is a presentation that gives you a great overview of OO in cf. On Jan 4, 11:46 am, Gavin Baumanis beauecli...@gmail.com wrote: Hi

[cfaussie] Re: OO Application Architecture

2012-01-04 Thread Dave
- but there is no point in trying to learn perfect OO all in one day. Dave On Jan 4, 4:15 pm, Gavin Baumanis beauecli...@gmail.com wrote: It's kind of funny - but just after having writtemn the initial post I was doing some work that was perfect for a service ayer / manager CFC. Although very new, the DAO

[cfaussie] Re: OO Application Architecture

2012-01-03 Thread Dave
. The duplication isn't too hard to deal with either. Write your wrapper cfFunction in the service layer, copy/paste it to the gateway layer and replace the contents with a cfquery tag. Probably adds a minute or two per method. dave On Jan 4, 11:46 am, Gavin Baumanis beauecli...@gmail.com

[cfaussie] 2.2250738585072012e-308 crash

2011-10-27 Thread Dave
more info: http://www.cfconsultant.com/blog/2011/02/09/cve-2010-4476-coldfusion-java-hangs-when-converting-2-2250738585072012e-308-or-2-2250738585072011e-308/ Dave -- You received this message because you are subscribed to the Google Groups cfaussie group. To post to this group, send email

[cfaussie] Varscoping and CF9

2011-10-03 Thread Dave
I've noticed on a few of the CF Groups, people are posing all cfScript code, eg, all Property, Component and Function tags now written in script. What are people who are doing this using for var scoping of code? Mike's varscoper won't work with this sort of code. Dave -- You received

[cfaussie] Re: Varscoping and CF9

2011-10-03 Thread Dave
for cfscript, with the caveats of some runtime overhead and the need to add some code to each function :( On 04/10/2011, at 10:09 AM, Dave dave1...@gmail.com wrote: I've noticed on a few of the CF Groups, people are posing all cfScript code, eg, all Property, Component

[cfaussie] Re: Varscoping and CF9

2011-10-03 Thread Dave
fully baked into the language. dave On Oct 4, 11:48 am, Sean Corfield seancorfi...@gmail.com wrote: On Mon, Oct 3, 2011 at 4:09 PM, Dave dave1...@gmail.com wrote: What are people who are doing this using for var scoping of code? Given that you can declare the var at the point of first use

[cfaussie] Re: SeeFusion / Fusion Reactor

2011-05-05 Thread Dave
it for production monitoring. SeeFusion can be handy on dev workstations for seeing what queries your code is executing - it can append the queries to the bottom of the page. dave On May 6, 11:33 am, Gavin Baumanis beauecli...@gmail.com wrote: Hi Everyone, We run CF Standard edition and so don;t have access

[cfaussie] XMLBeans or similar for CF

2011-05-02 Thread Dave
into objects which I can walk. I can't seem to find anything similar for CF, and this style of dev seems quite common in the java world. Dave -- 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

[cfaussie] Re: Best practices for retrieving foreign key display names in Entity Beans / DAOs

2010-12-13 Thread Dave
For your simple examples, I have used the concept of an object having lookup properties. IE, your object defines variables.instance.name, variables.instance.dob, etc as standard properties, then variables.lookup.UserTypeName. The load method for the object will populate these properties. (you

[cfaussie] Re: CF 9 Microsoft Exchange

2010-11-16 Thread Dave
I have had to solve a problem with similar requirements in the past. I took a slightly different approach which may work for you. Instead of creating a new exchange account per loan, we configured the e-mail server with a catch-All address on a subdomain. For example,

[cfaussie] Re: Garbage Collection viewers

2010-05-11 Thread Dave
VisualGC under VisualVM run as console. IE, when we want to keep an eye on a particular server, we restart CF in console mode and connect to it with VisualVM. dave On May 12, 7:03 am, BarryC barrychester...@gmail.com wrote: Hi, Does anyone have any recommendations for garbage collection

[cfaussie] Re: Seefusoin Vs Fusion Reactor

2010-02-18 Thread Dave
for details It takes a while to get the hang of it, but AFAIK, it's the only way. dave On Feb 18, 1:46 pm, Steve Onnis st...@cfcentral.com.au wrote: Yeah i can see that but i want to see whats in memory which it cant seem to do...or am i missing something?   _   From: Kai Koenig [mailto:k

[cfaussie] CF9 Hosting in Aus?

2010-01-17 Thread Dave
Hi All, Can anyone recommend a good CF9 Hosting provider in Aus? I'm after someone that plays nicely with the Mach-II and Coldspring frameworks. Thanks, Dave -- You received this message because you are subscribed to the Google Groups cfaussie group. To post to this group, send email