Component Creation in CRX DE | Community
Skip to main content
New Participant
March 17, 2025
Solved

Component Creation in CRX DE

  • March 17, 2025
  • 2 replies
  • 466 views

 

I'm working on a new project and creating a component in CRX/DE. While saving the nodes, I encountered an issue: 'Could not save changes. Received 409 (Conflict) for saving changes in workspace crx.default. Property is protected: jcr:created = 2025-03-17T00:00:00.000+05:30.' How can I resolve this issue?

 

 

 

Best answer by Harwinder-singh

@priya_042  In this specific case, you are trying to modify/add jcr:created . You don't need to do add this property and the node will save without any issues.

2 replies

Harwinder-singh
Harwinder-singhAccepted solution
New Participant
March 17, 2025

@priya_042  In this specific case, you are trying to modify/add jcr:created . You don't need to do add this property and the node will save without any issues.

konstantyn_diachenko
New Participant
March 17, 2025

Hi @priya_042 ,

 

It might be that nodes that you modified (but not saved yet) were modified and committed by someone else.

 

Reload the page and make changes again.

 

Despite CRXDE is a development environment, I would recommend to use your IDE (Intellij and Visual Studio) to develop new components and deliver them with a build or other tools like VSCode AEM Sync (in Visual Studio).

 

Best regards,

Kostiantyn Diachenko. 

 

Best regards,

Kostiantyn Diachenko.

Kostiantyn DiachenkoCheck out AEM VLT Intellij plugin