search : rob bilson

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

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
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
2610278 CF-3713381 Administrator Rob Bilson CFCExplorer Shows CF 10 Branding Problem Description: When pulling up the CFCExplorer, the login page still shows CF 10 branding. Steps to Reproduce: Open a component in the component explorer: http://cf11-localhost
2614029 CF-3135625 Administrator : Admin API Rob Bilson Incorrect findTask Description in Scheduler Admin API Problem Description: the findTask() method of scheduler.cfc in the Admin API has its description incorrectly set as "Sets the datasource for cluster setup". Steps to Reproduce: You can
2613996 CF-3139294 Scheduler Rob Bilson Displayed Datasources for Clustered Setup Should Filter Out Non-Supported Database Types Problem Description: When enabling scheduled task clustering in the Scheduled Task section of the ColdFusion Administrator, the Select Datasource dropdown has this note
2612942 CF-3364796 Scheduler Rob Bilson cfschedule's Execute Event Handler Should Have Access to Context Argument cfschedu's new onTaskStart, onTaskEnd, onError and onMisfire handlers all have access to the Context argument, a structure that contains the task name, group and node. For some reason
2613983 CF-3140161 Logging Rob Bilson Scheduled Task Execution is not Logged Problem Description: If you enable Scheduled Task Logging in the ColdFusion administrator, then go schedule a task (server, application, or clustered), ColdFusion is not logging execution of the task in the scheduler
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
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
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
2612936 CF-3366197 Scheduler Rob Bilson CF Admin incorrectly shows Next Run for Expired Application Level Tasks Problem Description: The Scheduled Task section of the ColdFusion Administrator is incorrectly showing the Next Run for Application Level tasks that have Expired. Steps to Reproduce: Run
2612937 CF-3366182 Scheduler Rob Bilson PauseAll/ResumeAll Breaks When Expired Tasks Present Problem Description: If you try to PauseAll / ResumeAll scheduled tasks using the cfschedule tag, ColdFusion throws an exception if there are any expired tasks on the server. Steps to Reproduce: Create a
2612950 CF-3362794 Scheduler Rob Bilson cfschedule throws an error if list of dates in Exclude attribute contains spaces after the comma delimiter Problem Description: cfschedule's Exclude attribute allows you to pass a list of dates you want to exclude from task execution. However, if the list
2612968 CF-3358899 Scheduler Rob Bilson PauseAll Breaks When Chained Tasks Present Problem Description: Using cfschedule with action="pauseall" causes an error if you have any chained tasks at the server or application level. In other words, if there are any chained tasks in the Cold
2613594 CF-3208819 Documentation Rob Bilson cacheGetProperties() Returning Incorrect Results for Default Caches Problem Description: In cf 9, you could call cacheGetProperties() with no parameters and it would return an array with two elements. One for the OBJECT cache and one for the TEMPLATE
2613995 CF-3139300 Administrator : Administrator Console Rob Bilson Spelling/Grammar Consistency Issues in Scheduled Task Admin Problem Description: In the Scheduled Task area of the ColdFusion Administrator, the following spelling / grammar issues should be addressed: 1. In the Enable Cluster
2614030 CF-3135620 Administrator Rob Bilson Scheduler Admin API Needs Additional getTasks() Method I want to build some functionality that hooks into the ColdFusion Scheduler API, however several methods I need do not exist in the API. As a workaround I have to read in the neo-cron.xml file (this
2614042 CF-3134440 Web Container (Tomcat) : Instance/Cluster Manager Rob Bilson Tomcat server.xml Inconsistent when Creating Multiple Instances Problem Description: The server.xml file used by the default instance is not formatted the same as the server.xml file that gets created for additional
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
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
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
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
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
2610277 CF-3713398 General Server Rob Bilson Application.cfc does not respect server-wide mappings when extending other components Problem Description: Application.cfc is not respecting server-wide mappings in the extends attribute of cfcomponent. This is a regression in Splendor. Steps
2612044 CF-3563034 Scheduler Rob Bilson Multiple child tasks fail to fire when the onComplete attribute contains spaces after the comma delimiter Problem Description: When setting up a parent task that fires multiple child tasks at the same time, a space after the comma delimiter in the on
2612933 CF-3366951 Scheduler Rob Bilson CF Admin Inconsistently Displays Next Run as "Expired" vs. "" for Chained Application vs. Server Level Tasks Problem Description:In the ColdFusion Admin, if you schedule server level chained tasks and application level chained tasks, you'll notice
2612944 CF-3364661 Scheduler Rob Bilson cfschedule onMisfire="InvokeHandler" is Broken Problem Description: Invoking an event handler for onMisfire in cfschedule is completely broken in ColdFusion 10. ColdFusion correctly catches the misfire event and logs it in Scheduler.log, however, the on
2612946 CF-3364274 Scheduler Rob Bilson cfschedule's onMisfire attribute is case sensitive for FIRE_NOW Problem Description: The onMisfire attribute of cfschedule is case-sensitive for FIRE_NOW. Unless you specify REFIRE_NOW in all caps, the onMisfire event never fires. Steps to Reproduce
2612949 CF-3363329 Scheduler Rob Bilson onMisfire attribute of cfschedule docs & tag behavior don't match & include duplicate arguments (fire_now vs. firenow) Problem Description: According to the documentation (http://help.adobe.com/en_US/ColdFusion/10.0/Developing/WSe61e35da8d31851899e53a51353e
2613703 CF-3181525 Installation/Config : Connector Rob Bilson Uninstall Removes mod_jk.conf file from Apache config Problem Description: When uninstalling ColdFusion 10 with an Apache configuration, the uninstaller removes the mod_jk.conf file during the process. I see this as undesirable
2613982 CF-3140184 Logging Rob Bilson Scheduled Task Misfire Events are not Logged when scheduler.log Doesn't Yet Exist Problem Description: If scheduler.log doesn't exist, ColdFusion won't write scheduled task misfire events to the log file until some other event such as task pause/resume creates
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
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
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
2609756 CF-3783403 General Server Rob Bilson ExpandPath Returns Incorrect Path When Used with Mappings in Application.cfc Behavior has changed between ColdFusion 9/10 and ColdFusion 11 so that the expandPath() funcion returns an incorrect path to files using ColdFusion Mappings when used within
2613702 CF-3181617 ORM Support Rob Bilson Critical ORM/2nd Level Caching Bug Duplicate ID: CF-3327626 Related Bugs: CF-3327626 - Similar to Problem Description: Note that this affects the latest Intermediate Build: Thanks to Ray Camden for bumping up against this bug. I’m just here to explain
2613981 CF-3140191 Logging Rob Bilson ColdFusion Stops Logging Misfired Scheduled Tasks after First Failure Problem Description: I'm seeing some more odd/incorrect behavior with scheduled task logging. This time it's around logging of misfire events. I have two different scenarios with similar
2614043 CF-3134418 Administrator : Administrator Console Rob Bilson CF Admin Changes to JVM Config Problem Description: The ColdFusion Administrator seems to be handling changes to JVM config inconsistently, often resulting in bad formatting in the jvm.config file, which causes Cold
.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
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