Error in TransactionAspect

I'm getting this error in the TransactionAspect:

Application Execution Exception
Error Type: Expression : [N/A]
Error Messages: Variable LOG is undefined.
Tag Context:
ID: ??
LINE: 231
Template: E:\web\sites\cf9.local\webapps\ROOT\coldbox\coldbox-platform
\system\orm\hibernate\TransactionAspect.cfc

It appears when the $aop_transaction function is assigned to the
decorated object it takes on its variable scope and loses reference to
transactionAspect's variable scope thus losing the reference to the
logger.

.brett

Yes, this is fixed now on the development branch. targeted for 3.0.1

Luis F. Majano
President
Ortus Solutions, Corp

ColdBox Platform: http://www.coldbox.org
Linked In: http://www.linkedin.com/pub/3/731/483
Blog: http://www.luismajano.com
IECFUG Manager: http://www.iecfug.com

Nope I am all up to date. Still an issue. I'm about to post to the
other thread where it was first discovered.

development branch, not master.

Luis F. Majano
President
Ortus Solutions, Corp

ColdBox Platform: http://www.coldbox.org
Linked In: http://www.linkedin.com/pub/3/731/483
Blog: http://www.luismajano.com
IECFUG Manager: http://www.iecfug.com

My bad. It is fixed in the dev branch. Thanks.