displaying top 100 results
2615160 CF-3043875 Core Runtime : Application Eric Twilegar Bug 86955:There is no way to "get" the default datasource set in the application Problem:
There is no way to "get" the default datasource set in the application.cfc from other code.
Method:
Create an application.cfc. Put a in it.In a
2597828 CF-3042445 Language Eric Twilegar Bug 84633:(Watson Migration Closure)CFCDoc was a project on RAIForge that is no dead Problem:
CFCDoc was a project on RAIForge that is no dead. Javadoc like tool for ColdFusion is critical when you start getting a large CFC API layer in your app. A native
Tracker Issue Bug 80502:(Watson Migration Closure)JRun
2599305 CF-3040353 General Server Eric Twilegar Bug 80502:(Watson Migration Closure)JRun Problem:
JRun.Jar in c:\coldfusion9\runtime\lib has very old versions of many open source libraries. Xalan and other Apache.org Java libs are embedded in this JAR and are old? Is there a reason
2599390 CF-3040256 Language : Datastructure Eric Twilegar Bug 80256:In CF 8 even when making a HTTP GET request FORM Problem:
In CF 8 even when making a HTTP GET request FORM.fieldnames was still present. In CF 9 the FORM structure is still present, but form.fieldnames is not defined.
Method
Tracker Issue Bug 85495:Mongo is becoming one of the more popular non relational databases out there
2615639 CF-3043020 Language Eric Twilegar Bug 85495:Mongo is becoming one of the more popular non relational databases out there Problem:
Mongo is becoming one of the more popular non relational databases out there. It is also fairly straightforward making it a good fit for ColdFusion. Can we
Tracker Issue Bug 85248:There are many times when I need to use HQL or other statements and use filters
2597704 CF-3042896 ORM Support Eric Twilegar Bug 85248:There are many times when I need to use HQL or other statements and use filters Problem:
There are many times when I need to use HQL or other statements and use filters. Without them I'm running into many issues.If I call get
2615679 CF-3042895 Language Eric Twilegar Bug 85247:It would be nice if CF had a built-in function called Null() or None() which would return a special object (like struct/array) that can be used Problem:
It would be nice if CF had a built-in function called Null() or None() which would return a
2597855 CF-3042199 Language Eric Twilegar Bug 84263:(Watson Migration Closure)As we all know RegExs can get very cryptic Problem:
As we all know RegExs can get very cryptic. Java I believe supports free spacing and comments that could make these easier to write.Check out the URLhttp
2598380 CF-3041400 Application Deployment Eric Twilegar Bug 82789:Say you setup an application level mapping in application Problem:
Say you setup an application level mapping in application.cfc Say it is core and points at c:\somedir\coreIn IIS you then have a directory called core in wwwroot
Tracker Issue Bug 81189:(Watson Migration Closure)Many tags like CFMAIL and CFOUTPUT allow for large pieces of content to be constructed
2599075 CF-3040614 Language : CFSCRIPT Eric Twilegar Bug 81189:(Watson Migration Closure)Many tags like CFMAIL and CFOUTPUT allow for large pieces of content to be constructed Problem:
Many tags like CFMAIL and CFOUTPUT allow for large pieces of content to be constructed. This is much nicer than
2597405 CF-3043891 Security : General Eric Twilegar Bug 86971:If you upload a file to CF using a
Tracker Issue Bug 81588:Table columns which or foreign keys to another table can often be set to NULL to reflect someting
2598941 CF-3040771 ORM Support Eric Twilegar Bug 81588:Table columns which or foreign keys to another table can often be set to NULL to reflect someting Problem:
Table columns which or foreign keys to another table can often be set to NULL to reflect someting. Generally this occurs in one to one
Tracker Issue Bug 82785:When using EntitySave on a table with column defaults you often need to reload the data
2598383 CF-3041397 ORM Support Eric Twilegar Bug 82785:When using EntitySave on a table with column defaults you often need to reload the data Problem:
When using EntitySave on a table with column defaults you often need to reload the data. You call EntitySave and then ORMFlush in order write
2598450 CF-3041319 Application Deployment Eric Twilegar Bug 82679:(Watson Migration Closure)Application mapping to a * Problem:
Application mapping to a *.zip\*.jar file
We are currently heavily using Application level mappings. It is a huge deal for us. This allows us to have many version of our