Doug Hughes
Member since Dec 11, 2008
- Profile: /members/1642-doug-hughes.htm
- URL: http://www.alagad.com
- Comments: 4
Recent Blog Comments By Doug Hughes
-
ColdFusion 9's ObjectSave() And ObjectLoad() Life Cycle Removes Object Meta Data
Posted on Feb 14, 2011 at 11:02 AM
Well, I must confess to jumping to conclusions. It would seem that onMissingMethod isn't a problem at all. The only reason I said this was is because the Java stack trace that was output when I tried to use ObjectSave() mentioned onMissingMethod that near the top. Upon further research I've det... read more »
-
ColdFusion 9's ObjectSave() And ObjectLoad() Life Cycle Removes Object Meta Data
Posted on Feb 10, 2011 at 1:37 PM
I'm also seeing issues where ObjectSave() throws errors when you try to serialize an object that uses onMissingMethod. Just FYI.... read more »
-
Apple iPhone 3G Has Been Extremely Frustrating
Posted on Aug 27, 2008 at 11:48 AM
I have an orrignal iphone. Believe it or not, it's my third one. The first one freaked out one day (the screen went a bazillion colors and then faded to black) and ever came back on. The second one wouldn't ring when in stand by. In both cases I went back for tech support, demoed the problems an... read more »
-
How Do I Call Methods On ColdFusion Components In Java
Posted on Oct 9, 2006 at 10:41 PM
I did a lot of playing around with this some time ago. First off, what you want to do isn't "really" possible. A CFC is not one java class, but a collection of classes. For an example look under your cfclasses directory (under coldfusion). Find a class in there that looks familiar and you'll see... read more »