displaying top 100 results
2613618 CF-3199283 External U. Here is Rob Brooks-Bilson's paper on this issue: http://bit.ly/LvZlyX
2613619 CF-3199281 External U. Here is Rob Brooks-Bilson's paper on this issue: http://bit.ly/LvZlyX
Tracker Issue Bug 86365:CFCookie tag see comments
2597587 CF-3043373 Core Runtime : Session Management Rob Brooks-Bilson Bug 86365:CFCookie tag see comments Problem:
CFCookie tag see comments
Method:
Result:
N/A
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3043373
External Customer
2597584 CF-3043383 Core Runtime : Session Management Rob Brooks-Bilson Bug 86387:-(Watson Migration Closure)Session cookies see comments Duplicate ID: CF-3044031
Problem:
Session cookies see comments
Method:
Result:
----------------------------- Additional Watson Details
Tracker Issue Bug 84013:(Watson Migration Closure)I'd like to see support for Excel AutoFilters added to cfspreadsheet
2597899 CF-3042117 Document Management : Office Integration Rob Brooks-Bilson Bug 84013:(Watson Migration Closure)I'd like to see support for Excel AutoFilters added to cfspreadsheet Problem:
I'd like to see support for Excel AutoFilters added to cfspreadsheet. AutoFilter support was recently
2603268 CF-3035817 Administrator : Administrator Console Rob Brooks-Bilson Bug 72689:(Watson Migration Closure)Better reporting on task execution Problem:
Better reporting on task execution. I'd love to see a new column on the ColdFusion Administrator page for scheduled tasks that shows the last
2597979 CF-3041875 Caching Rob Brooks-Bilson Bug 83805:(Watson Migration Closure)Support for custom caches in CacheGetProperties() and cacheSetProperties() needs to be added Problem:
Support for custom caches in CacheGetProperties() and cacheSetProperties() needs to be added. Right now
Tracker Issue Bug 72688:Task execution redundancy
2603269 CF-3035816 Scheduler Rob Brooks-Bilson Bug 72688:Task execution redundancy Problem:
Task execution redundancy. Currently, if a scheduled task fails to execute (for instance if the server is being rebooted during execution time), there's no mechanism in place to automatically attempt to re
Tracker Issue Bug 72687:Addition of weekday and weekend only durations
2603270 CF-3035815 Scheduler Rob Brooks-Bilson Bug 72687:Addition of weekday and weekend only durations Problem:
Addition of weekday and weekend only durations. Currently, you can schedule a task to execute daily every n hours/minutes/seconds, but there's no way to specify you want this to occur
Tracker Comment Comment on cacheGet returns values by reference by External U.
2608808 CF-3989480 External U. This is actually expected behavior. I previously blogged about it (sorry, my blog is currently offline, so you'll have to read the cached version):
https://web.archive.org/web/20120415123407/http://rob.brooks-bilson.com/index.cfm/2010/8/9/Bug-with-Ehcache-and-ColdFusion-Query-Objects
2603271 CF-3035814 Administrator : Administrator Console Rob Brooks-Bilson Bug 72686:Further enhance the cf scheduler to use its own thread count (as opposed to the one that's defined in the CF Admin now) Problem:
Further enhance the cf scheduler to use its own thread count (as opposed to the one
2598871 CF-3040848 Caching Rob Brooks-Bilson Bug 81845:(Watson Migration Closure)Naming Inconsistencies for Removing Cache ItemsThere are some naming inconsistencies between the cfcache tag and the new caching functions Problem:
Naming Inconsistencies for Removing Cache ItemsThere are some naming
Tracker Issue Bug 83783:In ColdFusion 9
2597998 CF-3041864 Caching Rob Brooks-Bilson Bug 83783:In ColdFusion 9 Duplicate ID: CF-3041863
Problem:
In ColdFusion 9.x, if you take a query object and place it in cache (ehcache using cachePut()), then make any changes to the original query object such as adding colums, ColdFusion is also
Tracker Issue Bug 83782:(Watson Migration Closure)In ColdFusion 9
2597999 CF-3041863 Caching Rob Brooks-Bilson Bug 83782:(Watson Migration Closure)In ColdFusion 9 Problem:
In ColdFusion 9.x, if you take a query object and place it in cache (ehcache using cachePut()), then make any changes to the original query object such as adding colums, ColdFusion is also
Tracker Issue Bug 81844:Inability to Specify Cache Key in Functions
2598872 CF-3040847 Caching Rob Brooks-Bilson Bug 81844:Inability to Specify Cache Key in Functions Problem:
Inability to Specify Cache Key in Functions
The cfcache tag has the key attribute which allows you to specify a custom cache region other than the default template or object cache
2599685 CF-3039829 Caching Rob Brooks-Bilson Bug 79647:While looking at the CFCACHE entry in the CFML Lang Ref for Beta 2 (pp 54-59), I noticed several attributes listed under the History section of the docs aren'tlisted in the Syntax section nor are they Problem:
While looking at the CFCACHE
Tracker Issue Bug 72685:(Watson Migration Closure)Enhance the CF Scheduler so that it can operate in a cluster
2603272 CF-3035813 Administrator : Administrator Console Rob Brooks-Bilson Bug 72685:(Watson Migration Closure)Enhance the CF Scheduler so that it can operate in a cluster Problem:
Enhance the CF Scheduler so that it can operate in a cluster. I want to synchronize events between servers in a
Tracker Issue CFCExplorer Shows CF 10 Branding
Name: Rob Brooks-Bilson
External Customer Email:
External Test Config: My Hardware and Environment details:
Tracker Issue Incorrect findTask Description in Scheduler Admin API
-----------------------------
Watson Bug ID: 3135625
External Customer Info:
External Company:
External Customer Name: Rob Brooks-Bilson
External Customer Email:
External Test Config: My Hardware and Environment details:
-----------------------------
Watson Bug ID: 3364796
External Customer Info:
External Company:
External Customer Name: Rob Brooks-Bilson
External Customer Email:
External Test Config: My Hardware and Environment details:
Tracker Issue Scheduled Task Execution is not Logged
execution is not being logged.
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3140161
External Customer Info:
External Company:
External Customer Name: Rob Brooks-Bilson
External Customer Email:
External Test Config: My Hardware and Environment
Tracker Issue Displayed Datasources for Clustered Setup Should Filter Out Non-Supported Database Types
:
Expected Result:
Any Workarounds:
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3139294
External Customer Info:
External Company:
External Customer Name: Rob Brooks-Bilson
External Customer Email:
External Test Config: My Hardware
Tracker Issue Bug 83804:(Watson Migration Closure)Ehcache 2
2597990 CF-3041874 Caching Rob Brooks-Bilson Bug 83804:(Watson Migration Closure)Ehcache 2 Problem:
Ehcache 2.1.0 added two new configurable parameters to caches: copyOnRead and copyOnWrite. From their docs:A cache can be configured to copy the data, rather than return reference to it on get
Tracker Issue Bug 81847:cacheSetProperties() and cacheGetProperties() are Missing Configurable Parameters
2598869 CF-3040850 Caching Rob Brooks-Bilson Bug 81847:cacheSetProperties() and cacheGetProperties() are Missing Configurable Parameters Problem:
cacheSetProperties() and cacheGetProperties() are Missing Configurable Parameters
ehcache lets you configure a number of parameters for a cache region
2598873 CF-3040846 Caching Rob Brooks-Bilson Bug 81843:Need a cacheGetSessionFactory() and/or cacheGetSession() function for accessing additional cache functionality/metadata not implemented in the current cfcache tag and associated functions Problem:
Need a cacheGetSessionFactory() and/or cache
Tracker Issue Bug 81841:(Watson Migration Closure)DiskStore Configuration is only Configurable in ehcache
2598875 CF-3040844 Caching Rob Brooks-Bilson Bug 81841:(Watson Migration Closure)DiskStore Configuration is only Configurable in ehcache Problem:
DiskStore Configuration is only Configurable in ehcache.xmlIn ehcache.xml, there’s a configurable property called that’s set by default to point
2599825 CF-3039686 Documentation : General Rob Brooks-Bilson Bug 79465:In the ColdFusion 9 Developer Reference on Page 250, the section on Caching parts of ColdFusion Pages needs to be updated to reflect the changes to caching page fragments in ColdFusion 9 Problem:
In the ColdFusion 9 Developer
2603273 CF-3035812 Administrator : Administrator Console Rob Brooks-Bilson Bug 72684:I'm about to offer up my first born for this one, especially since I've asked for it for the past 3 or 4 versions of ColdFusion now, and it's super simple to implement Problem:
I'm about to offer up my first born
:
External Customer Name: Rob Brooks-Bilson
External Customer Email:
External Test Config: If you dump the server and application level tasks, you'll see that the data is the same for both, it's just not being displayed correctly in the CF Admin.
Server Level Tasks
Application
Tracker Issue PauseAll/ResumeAll Breaks When Expired Tasks Present
:
External Company:
External Customer Name: Rob Brooks-Bilson
External Customer Email:
External Test Config: My Hardware and Environment details:
Tracker Issue cfschedule throws an error if list of dates in Exclude attribute contains spaces after the comma delimiter
:
External Customer Name: Rob Brooks-Bilson
External Customer Email:
External Test Config: My Hardware and Environment details:
Tracker Issue PauseAll Breaks When Chained Tasks Present
Tested
External Customer Info:
External Company:
External Customer Name: Rob Brooks-Bilson
External Customer Email:
External Test Config: My Hardware and Environment details:
, but doesn't
Actual Result:
Expected Result:
Any Workarounds:
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3208819
External Customer Info:
External Company:
External Customer Name: Rob Brooks-Bilson
External Customer Email:
External Test
Company:
External Customer Name: Rob Brooks-Bilson
External Customer Email:
External Test Config: My Hardware and Environment details:
Tracker Issue Scheduler Admin API Needs Additional getTasks() Method
ID: 3135620
External Customer Info:
External Company:
External Customer Name: Rob Brooks-Bilson
External Customer Email:
External Test Config: My Hardware and Environment details:
cfusion instance.
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3134440
Deployment Phase: Release Candidate
Keywords:
FixTested
External Customer Info:
External Company:
External Customer Name: Rob Brooks-Bilson
External Customer Email
.properties and workers.properties (as detailed here: http://rob.brooks-bilson.com/index.cfm/2012/2/23/Configuring-Multiple-Instances-of-ColdFusion-10-with-Apache-Virtual-Hosts). WSConfig overwrote those changes. THis is not so bad in itself, but it did not back-up the files first so I can remerge your changes and my
2598874 CF-3040845 Caching Rob Brooks-Bilson Bug 81842:(Watson Migration Closure)CacheGetMetadata() Returns both Cache Wide and Item Specific MetadataCurrently, the cacheGetMetadata() function returns metadata that applies both to the individual cache item passed to the function a Problem:
Cache
2598870 CF-3040849 Caching Rob Brooks-Bilson Bug 81846:(Watson Migration Closure)Fragment Cache GotchaI was just playing around some more with the template cache in ColdFusion 9 and noticed a behavior I hadn't expected that I think could potentially cause problems for people down Problem:
Fragment
Result:
Any Workarounds:
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3713398
External Customer Info:
External Company:
External Customer Name: Rob Brooks-Bilson
External Customer Email:
External Test Config: My Hardware and Environment
Tracker Issue Multiple child tasks fail to fire when the onComplete attribute contains spaces after the comma delimiter
Customer Name: Rob Brooks-Bilson
External Customer Email:
External Test Config: My Hardware and Environment details:
Tracker Issue CF Admin Inconsistently Displays Next Run as "Expired" vs. "" for Chained Application vs. Server Level Tasks
Company:
External Customer Name: Rob Brooks-Bilson
External Customer Email:
External Test Config: My Hardware and Environment details:
Tracker Issue cfschedule onMisfire="InvokeHandler" is Broken
-----------------------------
Watson Bug ID: 3364661
Keywords:
FixTested
External Customer Info:
External Company:
External Customer Name: Rob Brooks-Bilson
External Customer Email:
External Test Config: My Hardware and Environment details:
CF 10 with Updater 4 on Windows.
Name: Rob Brooks-Bilson
External Customer Email:
External Test Config: My Hardware and Environment details:
Tracker Issue onMisfire attribute of cfschedule docs & tag behavior don't match & include duplicate arguments (fire_now vs. firenow)
:
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3363329
External Customer Info:
External Company:
External Customer Name: Rob Brooks-Bilson
External Customer Email:
External Test Config: My Hardware and Environment details:
Tracker Issue Uninstall Removes mod_jk.conf file from Apache config
.
Steps to Reproduce:
Actual Result:
Expected Result:
Any Workarounds:
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3181525
Deployment Phase: Release Candidate
External Customer Info:
External Company:
External Customer Name: Rob Brooks-Bilson
, but I'll enter a separate ticket for that.
Actual Result:
Expected Result:
Any Workarounds:
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3140184
External Customer Info:
External Company:
External Customer Name: Rob Brooks-Bilson
External
.
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3783403
External Customer Info:
External Company:
External Customer Name: Rob Brooks-Bilson
External Customer Email:
External Test Config: My Hardware and Environment details: Tested on ColdFusionn 9, 10, and 11 on Windows and OS X.
Tracker Issue Critical ORM/2nd Level Caching Bug
:
External Customer Name: Rob Brooks-Bilson
External Customer Email:
, but no log entry was ever created.
Steps to Reproduce:
Actual Result:
Expected Result:
Any Workarounds:
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3140191
External Customer Info:
External Company:
External Customer Name: Rob Brooks-Bilson
Tracker Issue CF Admin Changes to JVM Config
: 3134418
External Customer Info:
External Company:
External Customer Name: Rob Brooks-Bilson
External Customer Email:
External Test Config: My Hardware and Environment details:
2598876 CF-3040843 Caching Rob Brooks-Bilson Bug 81840:Ambiguous Error Message when Distributed Caching via RMI is Enabled and Server is not Connected to a NetworkIf you’ve configured your ehcache Problem:
Ambiguous Error Message when Distributed Caching via RMI is Enabled and Server