[ColdBox 4.0.0] How to extends coldbox.system.orm.hibernate.VirtualEntityService?

In ColdBox 3.8 app I had

`
component extends=“coldbox.system.orm.hibernate.VirtualEntityService” singleton {

`

In coldbox 4 what should I use?

`
component extends=“VirtualEntityService@cborm” singleton {

`

https://github.com/ColdBox/cbox-cborm/blob/master/modules/cborm/instructions.md

Luis Majano
CEO
Ortus Solutions, Corp
www.ortussolutions.com
P/F: 1-888-557-8057
Direct: (909) 248-3408

ColdBox Platform: http://www.coldbox.org

ContentBox Platform: http://www.gocontentbox.org
Linked In: http://www.linkedin.com/pub/3/731/483

Social: twitter.com/ortussolutions | twitter.com/coldbox | twitter.com/lmajano | twitter.com/gocontentbox

In other words

cborm.models.VirtualEntityService

Luis Majano
CEO
Ortus Solutions, Corp
www.ortussolutions.com
P/F: 1-888-557-8057
Direct: (909) 248-3408

ColdBox Platform: http://www.coldbox.org

ContentBox Platform: http://www.gocontentbox.org
Linked In: http://www.linkedin.com/pub/3/731/483

Social: twitter.com/ortussolutions | twitter.com/coldbox | twitter.com/lmajano | twitter.com/gocontentbox

Yes, extends is resolved by the CF engine, so it doesn’t know anything about a Wirebox mapping name. i was going to tell you the instructions for the cborm module are here:
https://github.com/ColdBox/cbox-cborm/blob/master/modules/cborm/instructions.md

But it apperas we failed to mention anything about what to extend :-/ We should add that. We’re also working on the new docs which will include better help for the core modules as well.
http://coldbox.ortusbooks.com/content/

Right now I would recommend checking out the sample apps that use ORM for good examples of these things.
https://github.com/bdw429s/coldbox-samples/tree/master/applications

Thanks!

~Brad

ColdBox Platform Evangelist
Ortus Solutions, Corp

E-mail: brad@coldbox.org
ColdBox Platform: http://www.coldbox.org
Blog: http://www.codersrevolution.com

Thanks for your help.

I have read the documentation, however some sections are referencing old version of coldbox.

Another question: I see in coldbox-platform/readme.md at master · ColdBox/coldbox-platform · GitHub that that supports is for Railo, Coldfusion and Lucee. What is Lucee?

A new fork of Railo: