Couple of possible enhancements for VirtualEntityService.
1: log (ColdBox logger should be available there )
So in my service then I can do like this log.warn("message");
2: coldbox --- So I can do like this in my service object
coldbox.getModel()
coldbox.getPlugin()
coldbox.getController().getSetting("openid")
The both objects will be in VirtualEntityService and also in our
service layer objects, simply we don;t need to inject ourself.
If you like the suggestions then Please vote.
Thanks
Sana