search : events

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

displaying top 100 results

ColdFusion Events in 2019
Scheduled Task Misfire Events are not Logged when scheduler.log Doesn't Yet Exist
Comment on Scheduled Task Misfire Events are not Logged when scheduler.log Doesn't Yet Exist by External U.
cfexchangecalendar adding extra days to event when using AllDayEvent set to yes.
CFEXCHANGECALENDAR RECURRING EVENTS TIMEZONE ISSUE
CFEXCHANGECALENDAR RECURRING EVENTS TIMEZONE ISSUE
cfexchangecalendar changing timezone on recurring events
Comment on cfexchangecalendar adding extra days to event when using AllDayEvent set to yes. by Piyush K.
exchange 2010: The organizer is not correctly set in cfexchangecalendar Event struct.
Comment on Cannot schedule tasks which event handler extend a component that inherits "CFIDE.scheduler.ITaskEventHandler" by External U.
Comment on CGI.HTTP_USER_AGENT is [empty string] for task handler events by External U.
Comment on cfexchangecalendar changing timezone on recurring events by Piyush K.
.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:236) at java.awt.Component.processMouseEvent(Component.java:6414) at javax.swing.JComponent.processMouseEvent(JComponent.java:3275) at java.awt.Component.processEvent(Component.java:6179) at java.awt.Container.processEvent(Container.java:2084) at java.awt.Component.dispatchEvent
Event Gateway Instances – How verify is running ?
Comment on Event Gateway Instances – How verify is running ? by Charlie Arehart
cf grid: on change event handler not working
you share the information suggested at the begining of this note. Test Code: qry = queryNew("ID,EventNum,EventTitle,EventDate,EventLocation", "", [ {ID=1, EventNum=1, EventTitle="Memo1", EventDate="2/07/1971", EventLocation="sochi"}, {ID=2, EventNum=12, Event
2608997 CF-3949685 External U. Hello, I believe this is in reference to a bug I submitted through hackerone.com #50497 Adobe "bugbase" Cross-Site Scripting Injection Point: https://bugbase.adobe.com/index.cfm?event=login∨igEvent= Proof-of-Concept: https://bugbase.adobe.com/index.cfm?event=login∨igEvent
2613663 CF-3194044 External U. Oops.. this: "- invokeHandler: Invokes onError method of the eventhandler as defined by the user." should be: "- invokeHandler: Invokes onError method of the event handler as defined by the user." B/c "event handler" is 2 words: http://en.wikipedia.org/wiki/Event
Comment on cfexchangecalendar changing timezone on recurring events by Roberto A.
Comment on cfexchangecalendar changing timezone on recurring events by Edith P.
Allow ability to register more than one ORM event handler and dynamically
="false" { remote query function getEvents() { return queryNew("theDisplay,theValue", "varchar,varchar", [["event 1","event1"],["event 2","event2"]]); } remote query function getDeviceFromEvent(required string event_id) { switch(ARGUMENTS.event_id) { case "event1": { return query
Native event framework
expandPath in event gateways throws StringIndexOutOfBoundsException
-bio-8014-exec-1" Id=135 BLOCKED on com.icesoft.util.trackers.RenderDoneTracker@36c4a013 owned by "AWT-EventQueue-0" Id=1518 java.lang.Thread.State: BLOCKED at com.icesoft.util.trackers.RenderDoneTracker.propertyChange(RenderDoneTracker.java:111) - waiting to lock com
2608811 CF-3988589 CFExchange Sherwin Ho cfexchangecalendar reminder Problem Description: a) cfexchangecalendar cannot set reminder to 'None' When using cfexchangecalendar to create an event, if I do not pass in 'Reminder' as an argument, it automatically create the event with '15 minutes
Create a new ORM event handler for when ORM entities are created: postNew()
Removed ability to send html formatted calender events
Bug 82360:The problem occurs when you are using event handling
Comment on CFEXCHANGECALENDAR RECURRING EVENTS TIMEZONE ISSUE by Edith P.
Comment on CFEXCHANGECALENDAR RECURRING EVENTS TIMEZONE ISSUE by Edith P.
Comment on CFIDE.scheduler.ITaskEventHandler init method not called by Suchika S.
Comment on ITaskEventHandler.onError not being executed. by Uday O.
2609472 CF-3844972 External U. See also: https://bugbase.adobe.com/index.cfm?event=bug&id=CF-3712122 https://bugbase.adobe.com/index.cfm?event=bug&id=CF-3737409
2610268 CF-3713706 External U. I just noticed that I forgot to paste the warning that I see in the Event Viewer when the startup type is set to 'Automatic (Delayed Start)', so here it is: Log Name: Application Source: ColdFusion 10 Application Server Date: 2/26/2014 1:53:31 AM
Comment on REST method calls do not correctly fire Application.cfc event handlers by External U.
Comment on CGI.HTTP_USER_AGENT is [empty string] for task handler events by External U.
Comment on scheduler events invoking Application.cfc methods by External U.
2613981 CF-3140191 External U. Please ignore this issue as well, it's not a bug. My misunderstanding of misfired events vs. events that timed out/errored.
Comment on cfexchangecalendar adding extra days to event when using AllDayEvent set to yes. by Piyush K.
Comment on cfexchangecalendar adding extra days to event when using AllDayEvent set to yes. by Roberto A.
Comment on cfexchangecalendar adding extra days to event when using AllDayEvent set to yes. by Piyush K.
Comment on CFEXCHANGECALENDAR RECURRING EVENTS TIMEZONE ISSUE by Piyush K.
Comment on CFEXCHANGECALENDAR RECURRING EVENTS TIMEZONE ISSUE by Edith P.
Comment on Allow ability to register more than one ORM event handler and dynamically by Rupesh K.
Comment on REST method calls do not correctly fire Application.cfc event handlers by External U.
Comment on cfschedule's Execute Event Handler Should Have Access to Context Argument by External U.
Comment on cfschedule's Execute Event Handler Should Have Access to Context Argument by External U.
Comment on scheduler events invoking Application.cfc methods by External U.
Comment on Bug 76743:(Watson Migration Closure)[JFERNANDES][EventGateway] by External U.
Comment on Bug 76743:(Watson Migration Closure)[JFERNANDES][EventGateway] by External U.
BKBK

Suggestion for a simple onError method:



eventName” required=true>

OnError - event: #arguments.eventName#


cfinput onChange event not firering
scheduler events invoking Application.cfc methods
Bug 78995:even should be event
Bug 78989:Typo: even should be event
Tracker Issue CFQUERY BUG
4056001 CF-4201446 Language : Functions Chad Adamson CFQUERY BUG Problem Description: Any queries that have a column named "enabled" in them return 0 results. Steps to Reproduce: SELECT * FROM events WHERE enabled = 1 Actual Result: 0 records Expected Result: All records where column enabled = 1
2610512 CF-3698426 External U. give this a go. local.delayedFireEvents = {}; lock timeout="10" throwontimeout="yes" name="#application.applicationName#.delayedFireEvents" type="EXCLUSIVE" { local.delayedFireEvents["0_" & 0] = { }; }
Comment on CGI.HTTP_USER_AGENT is [empty string] for task handler events by Uday O.
2613915 CF-3148695 External U. Hi Himavanth and Rupesh, The issue arose b/c event handler requests used to invoke Application.cfc methods. If an Application.cfc method contained cflocation, then the event handler request was interrupted. Now event handler calls ignore Application.cfc methods, so
Comment on cfexchangecalendar changing timezone on recurring events by Paul M.
Comment on cfexchangecalendar changing timezone on recurring events by Piyush K.
ORM EventHandler is stating that it must implement interface cfide.orm.IEventHandler when it does
ORM EventHandler is stating that it must implement interface cfide.orm.IEventHandler when it does
CGI.HTTP_USER_AGENT is [empty string] for task handler events
Bug 82398:Event handler CFC is cached and not refreshed even after ApplicationStop()
Comment on scheduler events invoking Application.cfc methods by External U.
2613910 CF-3148745 External U. Hi Himavanth, Regarding: "Now the error message clearly says that the event handler is not found." Yes, the new message is clearer (thanks!). Maybe it could be even clearer? How about: "Error: Event handler path.to.mycfc could not be found in the current site
Cannot schedule tasks which event handler extend a component that inherits "CFIDE.scheduler.ITaskEventHandler"
Bug 85339:(Watson Migration Closure)Please make the maxqueuesize setting for CFTHREAD configurable, similar to how the maxqueuesize setting is available to be set for Event Gateway threads in the neo-events
Bug 80978:When trying to write a log out inside an event it doesn't write
Bug 78712:Event argument keys for a DataServicesMessaging gateway's onIncomingMessage function are now case sensitive
Application scope is not available to scheduled tasks (CFIDE.scheduler.ITaskEventHandler) at instantiation
CFExchangeCalendar All Day Event Always Spans 3 Days on Office 365
automatically when Windows starts, even though the service is set to start automatically. 2 ColdFusion related error messages appear in the Event Viewer: Error 1 Start --------------------------------------------------------------------------- Log Name: Application Source: ColdFusion 10
Bug 80859:ORM session closes prematurely when using DataManagement event gateway
Bug 75178:(Watson Migration Closure)OnDuplicate() event should be provided in CFCs to control duplicate behavior
Component that inherits this base test case, we cannot call these methods: var event = post( "hello" ); var event = put( "hello" ); Not even using the this scope it works var event = this.post( "hello" ); var event = this.put( "hello" ); Actual Result: The exception: entity has incorrect type for being
Comment on Regression: request event handlers fired twice when servicing a REST request by Vamseekrishna N.
Comment on cf grid: on change event handler not working by Manas M.
Comment on CFEXCHANGECALENDAR RECURRING EVENTS TIMEZONE ISSUE by Aaron N.
Comment on cgi.script_name doubles string for event gateway by John G.
2672701 CF-4176225 External U. seems similar to: https://bugbase.adobe.com/index.cfm?event=bug&id=CF-4126393
2608981 CF-3950782 External U. This is a duplicate of this bug: https://bugbase.adobe.com/index.cfm?event=bug&id=CF-3839458
2609035 CF-3943345 External U. https://bugbase.adobe.com/index.cfm?event=bug&id=CF-3943345
2609472 CF-3844972 External U. Related: https://bugbase.adobe.com/index.cfm?event=bug&id=CF-4018933
2609472 CF-3844972 External U. Related: https://bugbase.adobe.com/index.cfm?event=bug&id=CF-4018933
Comment on Event 5011 WAS - root cause believed to be a bug in isapi_redirect.dll by Immanuel N.
2609590 CF-3827490 External U. New ticket is https://bugbase.adobe.com/index.cfm?event=bug&id=CF-3864256
Comment on exchange 2010: The organizer is not correctly set in cfexchangecalendar Event struct. by CFwatson U.
Comment on ORM EventHandler is stating that it must implement interface cfide.orm.IEventHandler when it does by External U.
Comment on Create a new ORM event handler for when ORM entities are created: postNew() by Nimit S.
Comment on Create a new ORM event handler for when ORM entities are created: postNew() by Nimit S.