search : nathan strutz

select a category, or use search below
(searches all categories and all time range)

displaying top 100 results

2597372 CF-3043934 Language : CFSCRIPT Nathan Strutz Bug 87011:(Watson Migration Closure)I am unable to define a function argument default value in cfscript annotations Problem: I am unable to define a function argument default value in cfscript annotations. It throws a nullPointerException when I
2597622 CF-3043162 Language : CF Component Nathan Strutz Bug 85965:Can't call the java Problem: Can't call the java.lang.Object' methods on any CFC. This includes common methods like cfcInstance.toString() and cfcInstance.getClass(). Method: // Instantiate a CFC: o = new myCFC;// try to get
2608349 CF-4116747 Administrator Nathan Strutz Client Variable purge time errors without warning Problem Description: When setting the client variable purge time to more than 596 hours, the server interprets that as zero hours. Nothing in the user interface indicates that there is a maximum value
2597258 CF-3044056 General Server Nathan Strutz Bug 87130:-(Watson Migration Closure)Client variables should serialize complex data structures automatically, similar to the way sessions are serialized and transferred across networks for session replication Problem: Client variables should
2597261 CF-3044053 General Server Nathan Strutz Bug 87127:-(Watson Migration Closure)Client Variables continually prepare and unprepare statements when using SQL Server Problem: Client Variables continually prepare and unprepare statements when using SQL Server. This is visible with SQL Server
2599291 CF-3040370 Language : CFSCRIPT Nathan Strutz Bug 80531:(Watson Migration Closure)There is no native cfscript equivalent for looping over a query data set within cfscript Problem: There is no native cfscript equivalent for looping over a query data set within cfscript. This code does
2600626 CF-3038827 ORM Support Nathan Strutz Bug 77753:cfproperty now creates getters and setters no matter what Problem: cfproperty now creates getters and setters no matter what. That's different, but OK. I made a cfc with only this: When I call the methods, I get strange results: UNEXPECTED
2613177 CF-3341256 Language Nathan Strutz CFLOOP needs an implicit index When I am looping over something, such as a file, with cfloop, I often need a loop index. This either forces me to create a manual index, adding +1 on each iteration, or I have to change the type of loop to a for loop
2614040 CF-3135080 Language Nathan Strutz Cannot invoke anonymous functions Problem Description: I can't create and invoke a function in one step. Steps to Reproduce: Code: val = function () { return true; }(); Actual Result: Returns a syntax error: Invalid construct. A script statement must end
2597257 CF-3044057 General Server Nathan Strutz Bug 87131:-(Watson Migration Closure)I would like to integrate pure Java code inside my CFML Problem: I would like to integrate pure Java code inside my CFML. Something like a tag or . I have a handful of use cases. For one, it is difficult
2597259 CF-3044055 General Server Nathan Strutz Bug 87129:-(Watson Migration Closure)The default setting for Global Client Variable Updates is "on," meaning that on every request, CF updates the client variable storage area with updated 'lastvisit' and 'hitcount' values Problem: The default
2597260 CF-3044054 General Server Nathan Strutz Bug 87128:-(Watson Migration Closure)The default client variable storage mechanism on a windows server is the windows registry Problem: The default client variable storage mechanism on a windows server is the windows registry. If this default
2600166 CF-3039319 Language : CF Component Nathan Strutz Bug 78853:Implicit getters and setters are turned off by default, and the only way to turn them on currently is via a setting in the CF Admin Problem: Implicit getters and setters are turned off by default, and the only way to turn them
2614005 CF-3138152 Administrator : HotFix Notification Nathan Strutz Cannot update server behind proxy Problem Description: I am behind a proxy attempting to run the server updater from within the ColdFusion Administrator. I added my proxy server information to the Java and JVM settings. I added
2614039 CF-3135083 Language Nathan Strutz Cannot immediately invoke a function returned from a function Problem Description: I would like to immediately invoke a function when it is returned from calling a function, but CF will not compile it. Steps to Reproduce: {code:java} function function