I just grabbed the openbd nightly (build date: 2010-08-05 01:00:37
GMT) and the latest stable version of Transfer to start mucking
around. I installed the tBlog demo application but it bombs out twice
over, The first is when trying to autowire the object (which I'd be
willing to chalk up to being my bad, so don't worry about that), The
second looks like it might be an OpenBD bug though, when throwing the
exception detailing why the autowire failed:
The CFML Runtime error I get is
exc.tagContext[1].line doesn't exist.
from around line 142 of transfer/com/factory/AbstractBaseFactory.cfc,
catch(any exc)
{
throw("transfer.factory.AutoWireException", "Error while attempting to
autowire object of type #getMetaData(arguments.object).name#", "<br/
>[Line: #exc.tagContext[1].line# :: #exc.tagContext[1].template# ::
#exc.message# :: #exc.detail#]");
}
As far as I can tell from browsing the error dump, the problem is that
there's no "exc" variable anywhere in that scope (or any other), I
would guess it's something to do with the cfscript updates recently?
--
Open BlueDragon Public Mailing List
http://www.openbluedragon.org/ http://twitter.com/OpenBlueDragon
official manual: http://www.openbluedragon.org/manual/
Ready2Run CFML http://www.openbluedragon.org/openbdjam/
mailing list - http://groups.google.com/group/openbd?hl=en