search : marc esher

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

displaying top 100 results

2597567 CF-3043513 Language : Datastructure marc esher Bug 86588:[mesher] Requesting an enhancement to ArraySort() that would provide object sorting capabilities Problem: [mesher] Requesting an enhancement to ArraySort() that would provide object sorting capabilities. Given an array of objects, I
2597557 CF-3043546 Language : CF Component marc esher Bug 86628:-(Watson Migration Closure)[mesher] IsInstanceOf() is much slower when this Problem: [mesher] IsInstanceOf() is much slower when this.customTagPaths is specified in Application.cfc Method: Application.cfc:component{this.name = "is
2597766 CF-3042693 ORM Support marc esher Bug 84960:(Watson Migration Closure)I have a component with a property that links to a CFC Problem: I have a component with a property that links to a CFC. This will result in an array of those components. The Component for that property in addition has
2597922 CF-3041946 Language : CF Component marc esher Bug 83956:Using the new import keyword, I will frequently get errors when attempting to create two different components from the same package Problem: Using the new import keyword, I will frequently get errors when attempting to create two
2598075 CF-3041769 Database : General marc esher Bug 83590:(Watson Migration Closure)The SQL Server 2008 hierarchyid datatype is not supported by the current driver Problem: The SQL Server 2008 hierarchyid datatype is not supported by the current driver. This causes an queries that return a
2598128 CF-3041709 ORM Support marc esher Bug 83442:(Watson Migration Closure)Persistent Components that extend a component with mappedSuperclass="true", but which have no properties of their own, do not result in database tables being created Problem: Persistent Components that extend a component
2598156 CF-3041679 Language marc esher Bug 83389:(Watson Migration Closure)CFML should have for-in loops for all loopable constructs Problem: CFML should have for-in loops for all loopable constructs.Currently, structs have a for-in loop. Arrays get it in 9.0.1. We should be able to loop over
2598158 CF-3041677 Language marc esher Bug 83387:(Watson Migration Closure)I would like to see closures implemented in CFML Problem: I would like to see closures implemented in CFML. Closures are a great fit for a dynamic language like ColdFusion. They are becoming a fundamental programming
2602046 CF-3037290 Language marc esher Bug 75032:(Watson Migration Closure)Requesting API or other support for developing Code Coverage tools Problem: Requesting API or other support for developing Code Coverage tools Most other popular "enterprise" languages take unit testing very seriously
2602047 CF-3037289 Language : CF Component marc esher Bug 75031:(Watson Migration Closure)This is an ER to request support for relative component paths Problem: This is an ER to request support for relative component paths. This would provide the ability to create objects from a location relative
2602089 CF-3037239 AJAX : Plumbing Marc Esher Bug 74909:cfajaxproxy does not honor inheritance Problem: cfajaxproxy does not honor inheritance Method: 1) Create a cfc named Parent.cfc: 2) Create a CFC named "Child.cfc" 3) Create a calling page
2602090 CF-3037237 AJAX : Plumbing Marc Esher Bug 74908:"parent" and "child" (case-sensitive) will not work in the jsclassname attribute of cfajaxproxy Problem: "parent" and "child" (case-sensitive) will not work in the jsclassname attribute of cfajaxproxy Method: 1) created a cfc named "Parent
2597581 CF-3043421 Language : Tags marc esher Bug 86444:[MEsher] We have an application that queries for 1 million + rows, then loops over those rows with cfloop query="records" and performs operations Problem: [MEsher] We have an application that queries for 1 million + rows, then loops over
2598076 CF-3041768 ORM Support marc esher Bug 83587:(Watson Migration Closure)duplicate() on a persistent object causes the entire graph to be fetchedWhile this behavior may sometimes be warranted, I believe we need an option for duplicating the object just as it is, without ha Problem: duplicate
2598110 CF-3041728 ORM Support marc esher Bug 83474:When using Hibernate to create the database tables (via dropcreate=true}, the generated tables have the columns in no predictable order if the entity extends a mappedSuperclass Problem: When using Hibernate to create the database tables (via
2598129 CF-3041708 ORM Support marc esher Bug 83441:(Watson Migration Closure)MappedSuperclass does not honor the entire hierarchy; instead, it only honors the immediate parent Problem: MappedSuperclass does not honor the entire hierarchy; instead, it only honors the immediate parent Method: 1
2598155 CF-3041680 Language marc esher Bug 83390:Better datatype handling when integrating with Java would make java-cfml integration more enjoyableFor example, given a java class that takes a key and a value as arguments, if I pass a 1 as the value Problem: Better datatype handling when
2598990 CF-3040716 AJAX : UI Components marc esher Bug 81416:(Watson Migration Closure)Enable "pass-through" Configuration options in CFGridColumn Problem: Enable "pass-through" Configuration options in CFGridColumn Method: I'm working with CFGrid, and I have a "combobox" column. I wanted to add
2598994 CF-3040712 Document Management : PDF manipulation marc esher Bug 81408:the PDF() getInfo function does not return anything Problem: the PDF() getInfo function does not return anything Method: I do not know where the official documentation is for the PDF() functions (that's another problem
2598995 CF-3040711 Document Management : PDF manipulation marc esher Bug 81407:When using the PDF() service, the "name" attribute is required but is not honored Problem: When using the PDF() service, the "name" attribute is required but is not honored Method: Take the following code:pdf = new PDF
2601958 CF-3037391 AJAX : UI Components marc esher Bug 75224:autosuggest is too aggressive Problem: autosuggest is too aggressive Let me explain: Given this code: if you then go to your form and just hit random keys really fast, the autosuggest will fire off dozens of remote calls
2597280 CF-3044032 ORM Support marc esher Bug 87107:-(Watson Migration Closure)1) Given two components in the same directory c:\somewhere\somedirectory\ and a mapping to that directory in CF ADmin: /somedir =c:\somewhere\some directory CFC1 Problem: 1) Given two components in the same directory
2597859 CF-3042194 AJAX : UI Components marc esher Bug 84237:(Watson Migration Closure)When using a multi-level CFMenu / CFMenuItem with images, the "child" div will show the parent div's image Problem: When using a multi-level CFMenu / CFMenuItem with images, the "child" div will show the parent
2599101 CF-3040586 Document Management : Office Integration marc esher Bug 81154:Creating spreadsheets using spreadsheetAddRows() is too slow to be used for anything other than the lightest production use Problem: Creating spreadsheets using spreadsheetAddRows() is too slow to be used for anything
2597146 CF-3085328 Document Management : PDF generation marc esher Bug 87251:-(Watson Migration Closure)I'm running CF 9 Problem: I'm running CF 9.0.1 on JDK 7, update 2. I know, it's not supported but I'm posting this bug anyways. With CFDocument, if the HTML contains a textarea, I get the error
2596917 CF-3419777 Performance marc esher Severe memory leak when using Java executors. No known workaround Problem Description: When using java.util.concurrent Executor classes on ColdFusion 9, the CFC instances are kept in the thread and not released. Ultimately the system runs out of memory
2613927 CF-3144881 Web Socket marc esher wsPublish() errors when used from within a Java Concurrency Framework Executor NOTE: this is a copy of bug 3143790 in the prerelease forum Problem Description: Dave Ferguson posted an example of using websockets and CFThread to build a web-based log reader
2598335 CF-3041451 General Server marc esher Bug 82884:-(Watson Migration Closure)When running MXUnit tests from the Eclipse Plugin, cftrace will cause the cf server to throw the "Variable DEBUGGER is not defined" error Problem: When running MXUnit tests from the Eclipse Plugin, cftrace will cause