Component imports do not work with entityNew() or entityLoad()

Description

Component paths imported into ORM entities created with entityNew() or entityLoad() cannot be instantiated. On Lucee 5, instantiated imported components raises the error: "invalid component definition, can't find component". This does not happen on Lucee 4..

Steps to reproduce:

  1. Download provided sample application and unzip it

  2. With command box, cd to the unzipped directory

  3. Run a Lucee instance with CommandBox: server start

  4. When Lucee has started, manually install H2 database extension in the Lucee Admin. URL path to Lucee Admin is /lucee/admin/web.cfm . Go to Extensions > Applications. Select H2 from the list and install

  5. Go to /index.cfm, it will fail and show the error

 

Below are snippets from the attached zip file for quick reading. Download the zip that includes the Application.cfc ORM setup code in order to execute this code

Snippet of the example BasicEntity which instantiates a component. What works is instantiating via relative paths, or application mappings expected. What fails is instantiating from an imported component path, does not work on Lucee 5.

 

Executing the code with the following scenarios and resulting behavior:

 

Lucee 5 will throw the following error when executing the test case:

Environment

None

Attachments

2

Activity

Show:

Pothys - MitrahSoft 15 March 2022 at 07:43

I've checked this ticket with the lucee latest version 5.3.9.108-SNAPSHOT and this issue was solved.

Pothys - MitrahSoft 15 March 2022 at 05:20

Pothys - MitrahSoft 11 March 2022 at 12:31
Edited

The patch for the ticket fixes this ticket too. Also, I added a testcase to this ticket in that PR.

Pull Request:

Pothys - MitrahSoft 5 August 2021 at 15:52
Edited

I've checked this ticket and confirmed the issue happened in lucee latest version 5.3.8.200-SNAPSHOT too. import a component into ORM entity, The entityNew() and entityLoad() don't load the imported component. And trying to access the imported component in an entity throws an error like invalid component definition, can't find component [BasicComponent]. The regression starts from 5.2.5.8-SNAPSHOT onwards. This commit causes the issue

Fixed

Details

Assignee

Reporter

Priority

Fix versions

New Issue warning screen

Before you create a new Issue, please post to the mailing list first https://dev.lucee.org

Once the issue has been verified, one of the Lucee team will ask you to file an issue

Sprint

Affects versions

Created 3 August 2021 at 18:57
Updated 15 March 2022 at 12:56
Resolved 15 March 2022 at 07:43