coldfusion-9

How to cache rarely changed many-to-one entity in CF ORM?

How to cache rarely changed many-to-one entity in CF ORM, such as, userType where there are only < 10 types? I don't want the extra select to get the type name. EhCache? Any XML needed to be config first? Any thing I need to add in the many-to-one cfproperty? Thank you. ...

Migrating from ColdFusion MX7 to ColdFusion 9. Any issues?

I'm planning a migration on a server from ColdFusion MX7 to ColdFusion 9. Does anyone know which steps I should take in order to achieve this without major issues? I can't find anything on the web that talks about this and I don't want to jump into this task without knowing what I'm up against. Any suggestions, link to articles, etc. wo...

ColdFusion: Recursion too deep; the stack overflowed.

For the last few years we've been randomly seeing this message in the output logs when running scheduled tasks in ColdFusion: Recursion too deep; the stack overflowed. The code inside the task that is being called can vary, but in this case it's VERY simple code that does nothing but reset a counter in the database and then send me an ...

Dynamically loaded comboboxes in cfgrid (Flash)

ok..so I am creating combobox grid cell renderers with Flash .as code for a ColdFusion routine that has 4 pages..I need two of these comboboxes - one each in two different cfgrids on seperate pages...I can create the cell renderer for one or the other of the comboboxes consistently..but need both to be available.. I finally figured out ...

Application.cfm not run in Coldfusion app

I've got 2 coldfusion apps built with a similar layout. They were built about the same time. I've recently upgraded my local server to Coldfusion 9. They both work fine locally but when I visit them through my IP one doesn't run the application.cfm. The other does. They're both running on the same server. Any ideas? ...

Which Perform fast CFPOP or CFIMAP??

For retrive mail in coldfusion, which tag execute fast?? CFPOP or CFIMAP?? ...

Coldfusion REST API returning 'connection failure. status code unavailable.' when called remotely

Now I want to prefix this with I am unsure whether this should be here or on server fault so I'll post it here to begin with. We are developing a REST API in Coldfusion 9 which is being hosted on IIS 7 for a client which on certain calls must call another internal webservice. When making these calls from the server that the API is host...

ColdFusion & Ajax: Error Invoking CFC

I have tried multiple tutorials on this topic from Forta.com and yet run into the same error: "Error invoking CFC/....(file path)../wgn.cfc: Internal Server Error [Enable debugging by adding 'cfdebug to your URL parameters to see more info]" I am working on my local machine and testing as localhost. Running WinXP Pro with sp3. Using ...

Sorting on Column in Type Table with ColdFusion ORM

Hi all, I have three tables, with the following structure: http://dl.dropbox.com/u/2586403/ORMIssues/TableLayout.png The three objects I'm dealing with are here: http://dl.dropbox.com/u/2586403/ORMIssues/Objects.zip I need to be able to get a PartObject, and then pull all of its Attributes, sorted by the AttributeName in the Type...

Is there a reason/setting that would prevent a Coldfusion server from running recursive functions

I am using Hostek.com, shared hosting, and can't seem to get a recursive function to run. ...

timestamp case sensetive

Is the function Now() in ColdFusion case sensitive? Can I use now() instead of Now()? ...

Check health of scheduled tasks?

We recently had an issue where a ColdFusion scheduled task didn't resume after a Windows upgrade and a CF server restart. Is there a way to monitor the health of scheduled tasks and be alerted if they are not running properly? Or would I need to write a task to parse the log files for that information? ...

Accessing file on remote server with Adobe Air and ColdFusion remoting

SOLVED. Dumb error. Failed to check that table specified was on remote server! I have a Flex project which uses ColdFusion remoting to access an SQL database The html/swf works fine both locally and remotely (where the coldfusion cfc is in the same folder struture as locally) I have adapted the project to an Air application. Again thi...