Derrick, What version of OpenBD are you using? Matt and I were chatting yesterday and he mentioned this problem you were having yesterday. I believe I fixed the issue using OpenBD 1.4. I just kicked off a new nightly - 3/31/2011.
http://www.mach-ii.com/nightly/MachII_1-9-0_nightly.zip Please try that or use the BER from SVN. .pjf P.s. How's that for fast service? Derrick Jackson said the following on 03/31/2011 05:55 AM: > Morning Folks, > > I am starting to look at the new Scheduled Task Endpoints and I think > I may have a small problem with configuration. Yesterday I downloaded > the nightly from 3/24/11 and per the dashboard built into this > nightly I successfully registered my endPoint. My example CFC is even > more simple than the one provided in the IntroToScheduledTaskEnpoints > wiki: > > <cfcomponent extends="MachII.endpoints.task.BaseEndpoint"> > <cffunction name="processImages" access="public" > returntype="void" output="false" task:internval="0,0,1,0"> > <cfargument name="event=" type="MachII.framework.Event" > required="true" /> > > <cfset var startDate = > arguments.event.getArg("startDate",DateFormat(Now(), 'MM/DD/YYYY')) /> > <cfset var endDate = > arguments.event.getArg("endDate",DateFormat(Now(), 'MM/DD/YYYY')) /> > > <cfmail to="myToEmailAddress" from="myFromEmailAddress" > server="myMailServer" subject="mySubject"> > <cfdump var="#arguments.event.getArgs()#"> > </cfmail> > > </cffunction> > </cfcomponent> > > However no emails are ever generated. Aside from adding the endpoint > declaration to my config file and creating the CFC to "match" is there > something I'm missing? BTW, the endpoint is never actually registered > in my OpenBD admin console. > -- > To post to this group, send email to > [email protected] > For more options and to unsubscribe, visit this group at > http://groups.google.com/group/mach-ii-for-coldfusion?hl=en > > SVN: http://svn.mach-ii.com/machii/ > Wiki / Documentation / Tickets: http://trac.mach-ii.com/machii/ -- Peter J. Farrell [email protected] [email protected] http://blog.maestropublishing.com Identi.ca / Twitter: @maestrofjp -- To post to this group, send email to [email protected] For more options and to unsubscribe, visit this group at http://groups.google.com/group/mach-ii-for-coldfusion?hl=en SVN: http://svn.mach-ii.com/machii/ Wiki / Documentation / Tickets: http://trac.mach-ii.com/machii/
