Expand my Community achievements bar.

Adobe Summit 2025: AEM Session Recordings Are Live! Missed a session or want to revisit your favorites? Watch the latest recordings now.
SOLVED

Component Creation in CRX DE

Avatar

Level 1

 

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?

 

 

priyadh2_0-1742229334722.png

 

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

@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.

View solution in original post

2 Replies

Avatar

Community Advisor

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.

Avatar

Correct answer by
Community Advisor

@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.