Ticket #365 (closed defect: fixed)

Opened 16 years ago

Last modified 16 years ago

OnRequestStart not broadcast when RemotingService->executeEvent() is called.

Reported by: Chuck Savage <chuck@…> Owned by: cfgrok
Priority: normal Milestone: 3.1 Maintenance Beta
Version: 3.0.178 Severity: normal
Keywords: Cc:

Description

OnRequestStart? (and possibly the other application.cfc like methods) is not broadcasting when the RemotingService?->executeEvent() method is called remotely.

I manually have to add a Remote event-type that in <before> tags, broadcasts the OnRequestStart?().

Change History

  Changed 16 years ago by DanWilson

  • milestone set to 3.1.x-next-patch

  Changed 16 years ago by cfgrok

  • owner set to cfgrok
  • status changed from new to assigned

follow-up: ↓ 4   Changed 16 years ago by Chuck Savage <chuck@…>

Someone else was having problems with OnRequestEnd? also not broadcasting on RemotingService? calls, should that be a new ticket?

in reply to: ↑ 3   Changed 16 years ago by cfgrok

Replying to Chuck Savage <chuck@…>:

Someone else was having problems with OnRequestEnd also not broadcasting on RemotingService calls, should that be a new ticket?

No, that's not necessary, as the root of the problem is ultimately the same.

  Changed 16 years ago by cfgrok

  • status changed from assigned to closed
  • resolution set to fixed

Fixed in revision 250

Remoting requests will now run the full event lifecycle, and therefore all the documented automatic message broadcasts will be run:

onApplicationStart (if relevant)
onSessionStart (if relevant)
onRequestStart
onQueueComplete
onRequestEnd

Note: See TracTickets for help on using tickets.