I tried solitary on my Railo 3.3.1 installation, with latest stable Coldbox.
Do I have to configure wirebox in some way?
This is the error I got:
Railo 3.3.1.000 Error (expression)
Message variable [BINDER] doesn't exist
Stacktrace The Error Occurred in
/Users/uhjhg/cloudbees/ormtest/webapp/modules/solitary/ModuleConfig.cfc: line 91
89:
90: // wirebox mappings
91: binder.map("SecurityService@Solitary")
92: .to("#moduleMapping#.model.security.SecurityService")
93: .asSingleton();
I tried solitary on my Railo 3.3.1 installation, with latest stable Coldbox.
Do I have to configure wirebox in some way?
This is the error I got:
Railo 3.3.1.000 Error (expression)
Message variable [BINDER] doesn't exist
Stacktrace The Error Occurred in
/Users/uhjhg/cloudbees/ormtest/webapp/modules/solitary/ModuleConfig.cfc: line 91
89:
90: // wirebox mappings
91: binder.map("SecurityService@Solitary")
92: .to("#moduleMapping#.model.security.SecurityService")
93: .asSingleton();