transfer orm / coldbox issue.

All of our coldbox transfer objects are all of a sudden not returning
any data, just this in the debugmode

"maximal dump level reached"

any ideas why?

thanks!

what version of coldbox you using?

It might be the dumps in the debug panel of the request collection because of object graph depths.

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

ColdBox 3.0.0 M5-318-GENESIS-14:14

the thing is even w/out the dumps of the debug panel, if i just tried and dump the transfer object itself with out debug on, it says the same thing also.

Try dump with top = “number of rows or levels”>

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

ok did a cfdump of a transfer object in the rc called cmsWebContent with top=“1”

it returns w/ everything set as “maximal dump level reached”

if i dump something like rc.cmsWebContent.getBody() it returns an empty string

well problem solved; Database issue. transfer pointing to *new table that wasn’t anything like the old table; relations were all off

…i feel smart!