[ColdBox-4.0] Module param not working with setView?

I am trying to render a view and layout from another module:

event.setView(view=“adminLUMaint/v_admin_luMaint_home”, layout=“lay_admin_LUMaintTab”, module=“admin”);

Get the error below. It seems to be ignoring my module parameter.

Oopsy! Something went wrong!
Event: actn:adminTools.getLUtables
Routed URL: actn/adminTools/getLUtables/
Layout: lay_admin_LUMaintTab.cfm (Module: )
View: adminLUMaint/v_admin_luMaint_home

Any ideas anyone? Thanks