[MGNLACTIVATION-19] Do not call NodeTypes.Activatable.update on mgnl:area or mgnl:component Created: 04/Mar/13  Updated: 24/Jun/13  Resolved: 24/Jun/13

Status: Closed
Project: Activation
Component/s: None
Affects Version/s: 5.0
Fix Version/s: 5.0

Type: Improvement Priority: Neutral
Reporter: Jozef Chocholacek Assignee: Daniel Lipp
Resolution: Duplicate Votes: 0
Labels: activation, metadata
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Issue Links:
duplicate
duplicates MGNLACTIVATION-29 Activating pages should not set activ... Closed
relation
is related to MGNLSTK-1060 STK Installation logs lots of warning... Closed
Template:
Acceptance criteria:
Empty
Task DoD:
[ ]* Doc/release notes changes? Comment present?
[ ]* Downstream builds green?
[ ]* Solution information and context easily available?
[ ]* Tests
[ ]* FixVersion filled and not yet released
[ ]  Architecture Decision Record (ADR)
Date of First Response:

 Description   

When a page is being activated, there is a WARN message in the log for each of the page components. E.g. for /demo-project/about/subsection-articles/article you will get:

2013-03-04 13:54:21,147 WARN  info.magnolia.jcr.util.NodeTypes: Trying to set property/ies 'mgnl:lastActivated, mgnl:lastActivatedBy, mgnl:activationStatus' although the node '/demo-project/about/subsection-articles/article/extras' with PrimaryType 'mgnl:area' is not of type 'mgnl:activatable'!
2013-03-04 13:54:21,147 WARN  info.magnolia.jcr.util.NodeTypes: Trying to set property/ies 'mgnl:lastActivated, mgnl:lastActivatedBy, mgnl:activationStatus' although the node '/demo-project/about/subsection-articles/article/extras/extras1' with PrimaryType 'mgnl:area' is not of type 'mgnl:activatable'!
2013-03-04 13:54:21,148 WARN  info.magnolia.jcr.util.NodeTypes: Trying to set property/ies 'mgnl:lastActivated, mgnl:lastActivatedBy, mgnl:activationStatus' although the node '/demo-project/about/subsection-articles/article/extras/extras1/0' with PrimaryType 'mgnl:component' is not of type 'mgnl:activatable'!
2013-03-04 13:54:21,148 WARN  info.magnolia.jcr.util.NodeTypes: Trying to set property/ies 'mgnl:lastActivated, mgnl:lastActivatedBy, mgnl:activationStatus' although the node '/demo-project/about/subsection-articles/article/extras/extras1/00' with PrimaryType 'mgnl:component' is not of type 'mgnl:activatable'!
2013-03-04 13:54:21,148 WARN  info.magnolia.jcr.util.NodeTypes: Trying to set property/ies 'mgnl:lastActivated, mgnl:lastActivatedBy, mgnl:activationStatus' although the node '/demo-project/about/subsection-articles/article/extras/extras1/00/linkList' with PrimaryType 'mgnl:area' is not of type 'mgnl:activatable'!
2013-03-04 13:54:21,148 WARN  info.magnolia.jcr.util.NodeTypes: Trying to set property/ies 'mgnl:lastActivated, mgnl:lastActivatedBy, mgnl:activationStatus' although the node '/demo-project/about/subsection-articles/article/extras/extras1/00/linkList/0' with PrimaryType 'mgnl:component' is not of type 'mgnl:activatable'!
2013-03-04 13:54:21,148 WARN  info.magnolia.jcr.util.NodeTypes: Trying to set property/ies 'mgnl:lastActivated, mgnl:lastActivatedBy, mgnl:activationStatus' although the node '/demo-project/about/subsection-articles/article/extras/extras1/00/linkList/00' with PrimaryType 'mgnl:component' is not of type 'mgnl:activatable'!
2013-03-04 13:54:21,149 WARN  info.magnolia.jcr.util.NodeTypes: Trying to set property/ies 'mgnl:lastActivated, mgnl:lastActivatedBy, mgnl:activationStatus' although the node '/demo-project/about/subsection-articles/article/extras/extras1/00/linkList/01' with PrimaryType 'mgnl:component' is not of type 'mgnl:activatable'!
2013-03-04 13:54:21,149 WARN  info.magnolia.jcr.util.NodeTypes: Trying to set property/ies 'mgnl:lastActivated, mgnl:lastActivatedBy, mgnl:activationStatus' although the node '/demo-project/about/subsection-articles/article/stkComments' with PrimaryType 'mgnl:component' is not of type 'mgnl:activatable'!
2013-03-04 13:54:21,149 WARN  info.magnolia.jcr.util.NodeTypes: Trying to set property/ies 'mgnl:lastActivated, mgnl:lastActivatedBy, mgnl:activationStatus' although the node '/demo-project/about/subsection-articles/article/promos' with PrimaryType 'mgnl:area' is not of type 'mgnl:activatable'!
2013-03-04 13:54:21,149 WARN  info.magnolia.jcr.util.NodeTypes: Trying to set property/ies 'mgnl:lastActivated, mgnl:lastActivatedBy, mgnl:activationStatus' although the node '/demo-project/about/subsection-articles/article/base' with PrimaryType 'mgnl:area' is not of type 'mgnl:activatable'!
2013-03-04 13:54:21,149 WARN  info.magnolia.jcr.util.NodeTypes: Trying to set property/ies 'mgnl:lastActivated, mgnl:lastActivatedBy, mgnl:activationStatus' although the node '/demo-project/about/subsection-articles/article/footer' with PrimaryType 'mgnl:area' is not of type 'mgnl:activatable'!
2013-03-04 13:54:21,150 WARN  info.magnolia.jcr.util.NodeTypes: Trying to set property/ies 'mgnl:lastActivated, mgnl:lastActivatedBy, mgnl:activationStatus' although the node '/demo-project/about/subsection-articles/article/content' with PrimaryType 'mgnl:area' is not of type 'mgnl:activatable'!
2013-03-04 13:54:21,150 WARN  info.magnolia.jcr.util.NodeTypes: Trying to set property/ies 'mgnl:lastActivated, mgnl:lastActivatedBy, mgnl:activationStatus' although the node '/demo-project/about/subsection-articles/article/content/00' with PrimaryType 'mgnl:component' is not of type 'mgnl:activatable'!
2013-03-04 13:54:21,150 WARN  info.magnolia.jcr.util.NodeTypes: Trying to set property/ies 'mgnl:lastActivated, mgnl:lastActivatedBy, mgnl:activationStatus' although the node '/demo-project/about/subsection-articles/article/content/00/text_files' with PrimaryType 'mgnl:area' is not of type 'mgnl:activatable'!
2013-03-04 13:54:21,150 WARN  info.magnolia.jcr.util.NodeTypes: Trying to set property/ies 'mgnl:lastActivated, mgnl:lastActivatedBy, mgnl:activationStatus' although the node '/demo-project/about/subsection-articles/article/content/0' with PrimaryType 'mgnl:component' is not of type 'mgnl:activatable'!
2013-03-04 13:54:21,150 WARN  info.magnolia.jcr.util.NodeTypes: Trying to set property/ies 'mgnl:lastActivated, mgnl:lastActivatedBy, mgnl:activationStatus' although the node '/demo-project/about/subsection-articles/article/content/0/text_files' with PrimaryType 'mgnl:area' is not of type 'mgnl:activatable'!
2013-03-04 13:54:21,151 WARN  info.magnolia.jcr.util.NodeTypes: Trying to set property/ies 'mgnl:lastActivated, mgnl:lastActivatedBy, mgnl:activationStatus' although the node '/demo-project/about/subsection-articles/article/metaNavigation' with PrimaryType 'mgnl:area' is not of type 'mgnl:activatable'!
2013-03-04 13:54:21,151 WARN  info.magnolia.jcr.util.NodeTypes: Trying to set property/ies 'mgnl:lastActivated, mgnl:lastActivatedBy, mgnl:activationStatus' although the node '/demo-project/about/subsection-articles/article/comments' with PrimaryType 'mgnl:area' is not of type 'mgnl:activatable'!

The similar problem during installation has been fixed in MGNLSTK-1060 - this is for activation.



 Comments   
Comment by Daniel Lipp [ 24/Jun/13 ]

Duplicated by MGNLACTIVATION-29

Generated at Sun Feb 11 22:58:51 CET 2024 using Jira 9.4.2#940002-sha1:46d1a51de284217efdcb32434eab47a99af2938b.