Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Ove_Lindström
Ove_Lindström
Offline

Badges

Badges
24

Accepted Solutions

Accepted Solutions
66

Likes Received

Likes Received
43

Posts

Posts
159

Discussions

Discussions
8

Questions

Questions
151

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by Ove_Lindström
Customize the badges you want to showcase on your profile
Inline editing of page tags - Adobe Experience Manager 15-10-2015
Hi,I am stuck on a problem where I try to create an inline editing of a tag page property (xtype = tag). Is it even possible to do that so that the editor don't have to go into the page properties to be able to set the tag. To display it, that is easy, but to actually inline edit it?? /Ove

Views

1.2K

Likes

0

Replies

2
Re: The value of allowedParents is not being respected on the component - Adobe Experience Manager 15-10-2015
The allowedParents property is an array of paths to the components where defining component can be used. In my understanding, it is not the component name in the page that is defined but the component type. If you do not have a component type that is called /apps/something/something/article then I don't think that is would work.What we have done, when we want paragraps that has restricted set of allowed children is one of two things.1. Define the allowedChildren in the parent type definition suc...

Views

785

Likes

0

Replies

0
Re: Performance of Search Predicates vs SQL2 queries - Adobe Experience Manager 15-10-2015
LinearGradient wrote... Thanks for the comment Ove. Just one question: is there anywhere officially indicated that Predicates are converted to SQL 2 queries? Because a colleague of mine thought the reverse is true: that SQL 2 queries are converted to predicates in the backend. Well... converting structured code to SQL2 is easy. Converting text to code... a bit harder.Empirical studies. When I use Predicates, if fires a query, sometimes XPATH, sometimes SQL./O

Views

1.7K

Likes

0

Replies

0
Re: Performance of Search Predicates vs SQL2 queries - Adobe Experience Manager 15-10-2015
Short answer: No.Longer answer: No, since the Search Predicates generates SQL2 queries in the backend there are, in theory, no difference. However, my experience is that developers tend to be better in using Predicates in Java code and get better preformance out of those queries than when they use SQL2 directly. My quess is that this is because the fellows that has been writing the Predicates actually know what they are doing and optimize the queries and most of us does not understand SQL2 well ...

Views

1.6K

Likes

0

Replies

0
Re: QueryBuilder's API, p.limit = vs p.limit = 1 - Adobe Experience Manager 15-10-2015
LinearGradient wrote... Thanks for the reply Ove. But what's the difference between "unlimited with intention" "the default unlimited". And are they documented anywhere? Thanks. Hi,it is more of a way of thinking when you create query languages. There might be limitations set by a connector or something that then honors the default limit notation (0) and if you want to intentionally get everything, regardless of any limitations, then you use the unlimited flag (-1).I have myself done quite a lot...

Views

1.8K

Likes

0

Replies

0
Re: QueryBuilder's API, p.limit = vs p.limit = 1 - Adobe Experience Manager 15-10-2015
The -1 is used for "unlimited with intention" and the 0 is "the default unlimited". If you use p.limit=, that is the limit of the anwswers you get.That is why only -1 is documented. /Ove

Views

1.8K

Likes

0

Replies

0
Re: how does template script is resolved when a certain page is requested - Adobe Experience Manager 15-10-2015
See http://sling.apache.org/documentation/tutorials-how-tos.html/Ove

Views

838

Likes

0

Replies

0
Re: Maven SCR-plugin over version 1.7.4? - Adobe Experience Manager 15-10-2015
Hi,no, it turned out to be a "I did more than one change at the time without knowing about it"-error. The faults we got when we changed the maven-scr-plugin was actually due to a Java 7 error. Our mocking framwork needed some extra parameters. Not it seems to be working./Ove

Views

1.1K

Likes

0

Replies

0
Maven SCR-plugin over version 1.7.4? - Adobe Experience Manager 15-10-2015
Hi,is there anyone that has used the maven-scr-plugin and the org.apache.felix.scr.annotations higher than 1.7.4 with AEM5.6.1?Whenever I try to step the version of the plugin or the annotation, I get the error "Bad type on operand stack in arraylength". /Ove

Views

1.2K

Like

1

Replies

3
Re: Which is the recommended persistence manager for mid-sized AEM 5.6 project ? - Adobe Experience Manager 15-10-2015
Hi,what is "mid-sized"? Number of components? Number of nodes? Number of authors? How will the rest of the system look like? Will you have the need for many author instances? Will there be need for multi-server-hall distributions? Will there be a need for 10 second catastrofy recovery?To many things that are unknown./Ove

Views

753

Like

1

Replies

0