Luis Majano Forums Notification: Post to Reloading the UDF library

Title: RE: Reloading the UDF library
Thread: Reloading the UDF library
Forum: Discussions
Conference: ColdBox
User: lmajano

Hi,

Make sure that your setting for HandlerCaching is set to false in your
configuration file. So the handlers don't get cached while in development.

On
startup, the UDF gets injected into the handlers and also into the renderer
plugin. The plugins get cached internally, so if you keep adding stuff to the
UDF, I would just reinit the application or change the metadata on the renderer
plugin "cache=false" for your development. There is no auto reload for the
renderer just for the UDF library, since most likely edits to the UDF library
should be minimal.
http://ortus.svnrepository.com/coldbox/trac.cgi/wiki/cbURLActions

If
fwreinit=1 is not reinitializing your application, make sure that you have not
set the 'reinitpassword' setting in your configuration. If you have, then you
need to pass it in the url action. If the reinit password is 'test' then you can
reinit the application by saying:

index.cfm?fwreinit=test

Hope this
helps, let me know.

http://www.luismajano.com/forums/index.cfm?event=ehMessages.dspMessages&threadid=DCAF550F-123F-6116-427F16BEF2243C4A