Re: Adding Coldfusion to an existing J2EE java system

2014-02-09 Thread Chris Velevitch
thinking of: 1) since you can load any Java jar file from within CF, I wanted know if you can do it the other way around 2) have a mix of remote calls to either java or cf components Chris -- Chris Velevitch Manager - Adobe Platform Users Group, Sydney m: 0415 469 095 www.apugs.org.au Adobe

Adding Coldfusion to an existing J2EE java system

2014-02-08 Thread Chris Velevitch
Has anyone had any success in adding coldfusion to an existing application built on Java (J2ee server) and Blazds? Chris -- Chris Velevitch Manager - Adobe Platform Users Group, Sydney m: 0415 469 095 www.apugs.org.au Adobe Platform Users Group, Sydney Topic: TBD Date: Monday, 24th February

Location of custom channel endpoint URI

2013-08-29 Thread Chris Velevitch
/properties /channel-definition I'm trying to find information where and how this URI [1] is defined and how to define my own. [1] https://{server.name }:{server.port}{context.root}/flex2gateway/customsecurepollingamf Chris -- Chris Velevitch Manager - Adobe Platform Users Group, Sydney m: 0415 469

Future Proofing/Backward compatibility

2012-12-05 Thread Chris Velevitch
(StructKeyExists(struct,'new_field'),Evaluate(DE('struct.new_field')),0)# Is this the best way or there a better way of handling this? Chris -- Chris Velevitch Manager - Adobe Platform Users Group, Sydney m: 0415 469 095 www.apugs.org.au Adobe Platform Users Group, Sydney Topic: TBD Date: Wednesday

Re: Future Proofing/Backward compatibility

2012-12-05 Thread Chris Velevitch
. It would be good if structAppend return the resultant struct so that:- value = structAppend( struct, { 'new_field' = 0 }, false ).new_field would return the passed in value or the default. On 12/5/12 3:50 PM, Chris Velevitch wrote: value = #iif(StructKeyExists(struct,'new_field'),Evaluate(DE

[ANN SYD AU] Tomorrow (Monday) Coldfusion 10 Launch

2012-05-27 Thread Chris Velevitch
in and join the group to RVSP. The venue is courtesy of Rocketboots. Please RSVP to help with the catering numbers. You need to sign in and join the group to RSVP. Please RSVP at http://apugs.groups.adobe.com/index.cfm?event=post.displaypostid=42516 The venue is courtesy of Rocketboots. Chris -- Chris

Re: [ANN SYD AU] Tomorrow (Monday) Coldfusion 10 Launch

2012-05-27 Thread Chris Velevitch
Yes, it is tonight Monday 28th May. Thanks for pointing that out. On Mon, May 28, 2012 at 6:33 AM, Maureen mamamaur...@gmail.com wrote: Shouldn't that be May 28 as April 28 is long past. On Sun, May 27, 2012 at 5:12 AM, Chris Velevitch chris.velevi...@gmail.com wrote: Tomorrow, Monday

[ANN SYD] Tonight (Monday) Coldfusion 10 Launch

2012-05-27 Thread Chris Velevitch
the group to RVSP. The venue is courtesy of Rocketboots. Please RSVP to help with the catering numbers. You need to sign in and join the group to RSVP. Please RSVP at http://apugs.groups.adobe.com/index.cfm?event=post.displaypostid=42516 The venue is courtesy of Rocketboots. Chris -- Chris

Re: ColdFusion developers in Australia

2012-04-30 Thread Chris Velevitch
please come and join us. [1] http://www.webdu.com.au [2] http://www.cfobjective.com.au Chris -- Chris Velevitch Manager - Adobe Platform Users Group, Sydney m: 0415 469 095 www.apugs.org.au Adobe Platform Users Group, Sydney Topic: TBA Date: 28th May at 6pm for 6:30 start Details coming soon

Re: ColdFusion developers in Australia

2012-04-30 Thread Chris Velevitch
topics, one of them was at the Short Talks night where there CFWheels as one of the short talks. Looking forward to your ideas and suggestions. Chris -- Chris Velevitch Manager - Adobe Platform Users Group, Sydney m: 0415 469 095 www.apugs.org.au Adobe Platform Users Group, Sydney Topic: TBA Date

Re: Stack overflow in self nested custom tag

2010-03-09 Thread Chris Velevitch
-- Chris Velevitch Manager - Adobe Platform Users Group, Sydney m: 0415 469 095 www.apugs.org.au Adobe Platform Users Group, Sydney March 2010: ColdFusion Application Architecture for the Impatient and Using jQuery when Flash is Overkill Date: 29nd Mar 6pm for 6:30 start Details and RVSP on http

Stack overflow in self nested custom tag

2010-03-08 Thread Chris Velevitch
tags state:- cfset lvData=GetBaseTagData(ListGetAt(GetBaseTagList(),2)) But the assignment creates a stack overflow and I don't understand why? Chris -- Chris Velevitch Manager - Adobe Platform Users Group, Sydney m: 0415 469 095 www.apugs.org.au Adobe Platform Users Group, Sydney March

Re: Stack overflow in self nested custom tag

2010-03-08 Thread Chris Velevitch
to the right by one parenthesis will probably solve your problem. Again, I haven't actually tested, but that's what I'd try first. That worked. Thanks. Chris -- Chris Velevitch Manager - Adobe Platform Users Group, Sydney m: 0415 469 095 www.apugs.org.au Adobe Platform Users Group, Sydney March 2010

Re: Directory Watcher Skipping Files

2007-09-13 Thread Chris Velevitch
filesystems your own way as you know your situation the best.. Chris -- Chris Velevitch Manager - Sydney Flash Platform Developers Group m: 0415 469 095 www.flashdev.org.au ~| Create robust enterprise, web RIAs. Upgrade

Re: Directory Watcher Skipping Files

2007-09-12 Thread Chris Velevitch
into the Java code and work out the bugs. I hope I don't have to re-write it to make it work robustly. Chris -- Chris Velevitch Manager - Sydney Flash Platform Developers Group m: 0415 469 095 www.flashdev.org.au ~| Create robust

Directory Watcher Skipping Files

2007-09-11 Thread Chris Velevitch
done 10:29:17 skipped What is causing this and what can I do to fix it? Chris -- Chris Velevitch Manager - Sydney Flash Platform Developers Group m: 0415 469 095 www.flashdev.org.au ~| Check out the new features

Re: Directory Watcher Skipping Files

2007-09-11 Thread Chris Velevitch
. If there was a problem reading the file, I would at least see an entry in my log for the file with no other process traces. But the file is completely skipped, it's never read at all. Chris -- Chris Velevitch Manager - Sydney Flash Platform Developers Group m: 0415 469 095 www.flashdev.org.au

Custom Tag in CFC not working

2006-11-15 Thread Chris Velevitch
I am using a cf custom tag in a cfc and it doesn't appear to be working. The method the custom tag appears in executes correctly but the custom tag doesn't seem to execute. The custom tag writes an entry to a log file. Has anyone experience this problem? Chris -- Chris Velevitch Manager

Re: Custom Tag in CFC not working

2006-11-15 Thread Chris Velevitch
taglib=... cffunction name=method mycustomtag text=... /cffunction /component The tag mycustomtag appends the text to the end of a file. Chris -- Chris Velevitch Manager - Sydney Flash Platform Developers Group m: 0415 469 095 www.flashdev.org.au

Re: Custom Tag in CFC not working

2006-11-15 Thread Chris Velevitch
On 11/16/06, Tom Chiverton [EMAIL PROTECTED] wrote: On Wednesday 15 November 2006 13:01, Chris Velevitch wrote: cfimport taglib=... Why do you do this and not just call cf_mycustomtag ? This application will be deployed to a shared hosting environment so I can't place the custom tag

Flashing Remoting, Application.cfc and global tag libraries

2006-07-04 Thread Chris Velevitch
? Chris -- Chris Velevitch Manager - Sydney Flash Platform Developers Group www.flashdev.org.au ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:245359 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4

CF7.0.2 updater backward compatible?

2006-06-28 Thread Chris Velevitch
Is the Flash Remoting in CF 7.0.2 backward compatible with FR in 7.0.1? Chris -- Chris Velevitch Manager - Sydney Flash Platform Developers Group www.flashdev.org.au ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4

Scope of http posts

2006-05-15 Thread Chris Velevitch
When a page is called by a http post, in which scope does the data appear? Chris -- Chris Velevitch Manager - Sydney Flash Platform Developers Group www.flashdev.org.au ~| Message: http://www.houseoffusion.com/lists.cfm/link=i

Model-Glue, ColdSpring, Reactor

2006-05-14 Thread Chris Velevitch
Recently, Sean Corfield mentioned on his blog that he's using Model-Glue, ColdSpring, Reactor altogether, and I'm assuming as single combined framework. Are there any references on how to use all 3 together? Chris -- Chris Velevitch Manager - Sydney Flash Platform Developers Group

Re: When to read XML configuration file

2006-04-30 Thread Chris Velevitch
up the config items? Saves you from having to maintain 2 files. Chris -- Chris Velevitch Manager - Sydney Flash Platform Developers Group www.flashdev.org.au ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:239133

Directory watcher for standard edition

2006-04-19 Thread Chris Velevitch
Where can I find the equivalent of the directory watcher gateway for cf standard edition? I want to be able to use my existing directory watcher code without change. Chris -- Chris Velevitch Manager - Sydney Flash Platform Developers Group www.flashdev.org.au

Re: Directory watcher for standard edition

2006-04-19 Thread Chris Velevitch
So, how would I call my cfc from a cron job or win service? Chris -- Chris Velevitch Manager - Sydney Flash Platform Developers Group www.flashdev.org.au ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:238226

Re: Flash remoting alternative

2006-03-03 Thread Chris Velevitch
FlashTide from http://bob.pythonmac.org/archives/2006/01/06/in-development-flashticle which runs on Python via Turogrears (http://turbogears.org) Hope one of these is the one you're thinking of. Chris -- Chris Velevitch Manager - Sydney Flash Platform Developers Group www.flashdev.org.au

Re: CF Licensing on a VMWARE Server instance?

2006-02-15 Thread Chris Velevitch
. Chris -- Chris Velevitch Manager - Sydney Flash Platform Developers Group www.flashdev.org.au ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:232396 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4

Re: cfdocument how to use on a .cfm to print a form?

2006-02-15 Thread Chris Velevitch
, it's a server processing tag. Chris -- Chris Velevitch Manager - Sydney Flash Platform Developers Group www.flashdev.org.au ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:232398 Archives: http

Re: version control and IDEs

2006-02-14 Thread Chris Velevitch
Eclipse comes standard with CVS support. There are plugins for SVN, VSS, Darcs and there may be more. Chris -- Chris Velevitch Manager - Sydney Flash Platform Developers Group www.flashdev.org.au ~| Message: http

Re: CF Licensing on a VMWARE Server instance?

2006-02-14 Thread Chris Velevitch
If it's for development/testing purposes the developer version is free, so there's no limit to the number of machines (virtual or otherwise) you can install it on. Chris -- Chris Velevitch Manager - Sydney Flash Platform Developers Group www.flashdev.org.au

Re: How to test for null in a query object

2005-12-28 Thread Chris Velevitch
in the outer join to the main table. Your suggestion sounds messy to implement. Chris -- Chris Velevitch Manager - Sydney Flash Platform Developers Group www.flashdev.org.au ~| Logware (www.logware.us): a new and convenient web-based

How to test for null in a query object

2005-12-27 Thread Chris Velevitch
I have a query object created from a left outer join of 2 tables and I want to test to see if the values in the join result are null. How do I do this? Chris -- Chris Velevitch Manager - Sydney Flash Platform Developers Group www.flashdev.org.au

Re: Extending cftransaction

2005-12-14 Thread Chris Velevitch
On 12/14/05, Sean Corfield [EMAIL PROTECTED] wrote: On 12/13/05, Chris Velevitch [EMAIL PROTECTED] wrote: I agree, so why doesn't cf support this natively? One should be able to say:- cftransaction retrycount=5 !-- my transaction, however complex, goes here

Re: Extending cftransaction

2005-12-13 Thread Chris Velevitch
/ should be testable in isolation). Transactions are almost always a business tier issue. I agree, so why doesn't cf support this natively? One should be able to say:- cftransaction retrycount=5 !-- my transaction, however complex, goes here -- /cftransaction Chris -- Chris

Extending cftransaction

2005-12-12 Thread Chris Velevitch
any information on creating paired CFX tags in Java. Has anyone done this? Chris -- Chris Velevitch Manager - Sydney Flash Platform Developers Group www.flashdev.org.au ~| Discover CFTicket - The leading ColdFusion Help Desk

Re: Extending cftransaction

2005-12-12 Thread Chris Velevitch
On 12/13/05, Sean Corfield [EMAIL PROTECTED] wrote: On 12/12/05, Chris Velevitch [EMAIL PROTECTED] wrote: When I use paired custom tags (see below), I get errors saying I need a closing cftry or cfcatch tags. Your tags don't match (i.e., they are not correctly nested). You cannot split

Re: Extending cftransaction

2005-12-12 Thread Chris Velevitch
On 12/13/05, Sean Corfield [EMAIL PROTECTED] wrote: On 12/12/05, Chris Velevitch [EMAIL PROTECTED] wrote: On 12/13/05, Sean Corfield [EMAIL PROTECTED] wrote: Your tags don't match (i.e., they are not correctly nested). You cannot split a try/catch across multiple tag executions like

Fwd: How to get last inserted serial value

2005-12-07 Thread Chris Velevitch
not exist or schema table does not exist. The objective here is to get the value of the serialfield generated from the last insert. How do I get the value of serialfield of the last inserted record? Chris -- Chris Velevitch Manager - Sydney Flash Platform Developers Group www.flashdev.org.au

Handling 404 errors

2005-11-24 Thread Chris Velevitch
I'm running CF 7 Enterprise and using the built in web server on my development machine, how do I handle 404 errors? I've gotten it working for *.cfm and *.cfc files but not for anything else. Chris -- Chris Velevitch Manager - Sydney Flash Platform Developers Group www.flashdev.org.au

Re: Handling 404 errors

2005-11-24 Thread Chris Velevitch
On 11/25/05, Dave Watts [EMAIL PROTECTED] wrote: If this is just your development machine, and you don't plan to deploy using the built-in web server, why bother? Because I'm trying develop, test and version control a 404 handler. Chris -- Chris Velevitch Manager - Sydney Flash Platform

Re: Handling 404 errors

2005-11-24 Thread Chris Velevitch
handler would be web server dependent, but the implementation and execution is application server dependent. Chris -- Chris Velevitch Manager - Sydney Flash Platform Developers Group www.flashdev.org.au ~| Logware

Invalid CFML construct found on line 20 at column 9.

2005-11-10 Thread Chris Velevitch
this is referring to? Chris -- Chris Velevitch Manager - Sydney Flash Platform Developers Group www.flashdev.org.au ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking

Passing null dates via WDDX

2005-11-03 Thread Chris Velevitch
ideas? Chris -- Chris Velevitch Manager - Sydney Flash Platform Developers Group www.flashdev.org.au ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours

Re: Flex Builder 2 and the CFadapter

2005-10-25 Thread Chris Velevitch
On 10/26/05, Joshua O'Connor-Rose [EMAIL PROTECTED] wrote: Is this ok to post on this list? You could also try posting uqestions to http://groups.yahoo.com/group/flexcoders/ Chris -- Chris Velevitch Manager - Sydney Flash Platform Developers Group www.flashdev.org.au

Re: google-search 2

2005-10-11 Thread Chris Velevitch
On 10/11/05, Daniel Kessler [EMAIL PROTECTED] wrote: As y'all have read, I'm trying to replicate a google-like search on our database. I think that I have the CF and DB (Oracle) logic Doesn't Verity provide some if not most of this? Chris -- Chris Velevitch Manager - Sydney Flash Platform

How to access AMF header data

2005-09-27 Thread Chris Velevitch
When you use Flash Remoting you can add a context header to a AMF packet using the addHeader on the connection object. How can I access this header data from coldfusion? Chris -- Chris Velevitch Manager - Sydney Flash Platform Developers Group www.flashdev.org.au

Re: Flash Remoting Framework

2005-09-27 Thread Chris Velevitch
If you're talking about the Flash Client side of the application, I use ARP (http://www.osflash.org/doku.php?id=arp). If you're talking about the CF side, suggest you look at Tartan (http://www.tartanframework.org). Chris -- Chris Velevitch Manager - Sydney Flash Platform Developers Group

Re: Create SWF from CF

2005-07-27 Thread Chris Velevitch
Paul, what are you trying to achieve? Why have choosen SWF generated from CF solution? How often will the images change? Will the number of images vary from time to time? How far in Flash are you willing to go? Chris -- Chris Velevitch Manager - Sydney Flash Developers Group www.flashdev.org.au

Re: Binds and CFGRIDS in Flash Forms

2005-07-26 Thread Chris Velevitch
For 2 and 3, do it in the query For 1 you'll need to use actionscript in the on change handler to check and uncheck the appropriate check boxes. Chris -- Chris Velevitch Manager - Sydney Flash Developers Group www.flashdev.org.au

Re: Rails like Framework

2005-07-21 Thread Chris Velevitch
On 7/21/05, Dave Carabetta [EMAIL PROTECTED] wrote: We just had a post on the Model Glue list at Topica this morning about it. Where is this post? What is subject? Chris -- Chris Velevitch Manager - Sydney Flash Developers Group www.flashdev.org.au

Re: Rails like Framework

2005-07-21 Thread Chris Velevitch
I am a subscriber to the model glue list and I don't know which posting you are referring to. What is the subject of this post? Chris -- Chris Velevitch Manager - Sydney Flash Developers Group www.flashdev.org.au ~| Logware

Re: Rails like Framework

2005-07-21 Thread Chris Velevitch
That topic doesn't say anything about rails like frameworks nor does compare mg with rails. There's no mention of the differences between 1.0 and 0.9. Nor does it discuss Rocket. ~| Logware (www.logware.us): a new and convenient

Re: Rails like Framework

2005-07-20 Thread Chris Velevitch
On 6/17/05, Joe Rinehart [EMAIL PROTECTED] wrote: Wait two weeks :) (that's all I'll say for now) -Joe Two weeks is more than up. What's the story Joe? ~| Logware (www.logware.us): a new and convenient web-based time

Bind Expressions in repeated CFForm pages

2005-06-28 Thread Chris Velevitch
this working? If so, how did you do it? Chris -- Chris Velevitch Manager - Sydney Flash Developers Group www.flashdev.org.au ~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket application http

Flash Form future date validation

2005-05-26 Thread Chris Velevitch
How do I create a validation that only allows future dates in a datefield without having to resort to server logic? ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and

Flash form group of checkboxes

2005-05-26 Thread Chris Velevitch
How do I create a requirement that at least one checkbox out of a group of checkboxes must be checked without having to resort to server logic? ~| Logware (www.logware.us): a new and convenient web-based time tracking

Re: Is this campsite available

2005-04-01 Thread Chris Velevitch
If you're using CFMX7 you can release the reservation on session end. ~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket application http://www.houseoffusion.com/banners/view.cfm?bannerid=48 Message:

Problem with mappings in CF7

2005-03-29 Thread Chris Velevitch
I've installed JRun and installed the J2EE versions of CF6.1 and CF7. I've setup mappings for CF 6.1 and it works but when I setup mappings for CF7 it doesn't. I've setup CF7 to run as localhost:8500/cfmx7 and CF6.1 to run as localhost:8300/. In CF7 i've created a mapping called /projects to map

Re: MX CHR(10)

2005-02-22 Thread Chris Velevitch
On Tue, 22 Feb 2005 16:38:59 -0500, Jerry Johnson [EMAIL PROTECTED] wrote: I like ultraedit. $40.00 (www.ultraedit.com) I use ultraedit as well. There are some plugins for the free programmers editor jedit (jedit.org). I haven't used it, but I hear it's good.

Re: CF_HTML2PDF3

2005-02-21 Thread Chris Velevitch
If you are currently using CFMX 6.1 then the switch to CFMX 7 should be painless. In CFMX 7 the new cfdocument tag will give the choice of PDF or Flashpaper output which does support images. (see http://www.macromedia.com/examples/cfgettingstarted/experience/index_content.cfm select quick tour and

Re: MX CHR(10)

2005-02-21 Thread Chris Velevitch
Look more closely at the output of CF 5 with a binary file viewing tool. Check to see if for every chr(10) there's also a chr(13) before or after the chr(10). Then do the same for the MX output. I'm guessing CF 5 is automatically outputting a chr(13) with every chr(10) whereas MX is not.

Re: Installing Flex on CFMX 6.1

2004-05-04 Thread Chris Velevitch
From: Steven Erat It sounds like you are making things unnecessarily difficult by trying to merge CFMX server configuration with Flex in order to gain access to Web Service and Flash Remoting integration. You're probably right. At this stage, all I want to do is understand Flex and how it works