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

smacdonald2008
smacdonald2008
Offline

Badges

Badges
59

Accepted Solutions

Accepted Solutions
2277

Likes Received

Likes Received
1477

Posts

Posts
12671

Discussions

Discussions
3658

Questions

Questions
9013

Ideas

Ideas
0

Blog Posts

Blog Posts
2
Top badges earned by smacdonald2008
Customize the badges you want to showcase on your profile
Re: User impersonation not working - Adobe Experience Manager 15-10-2015
Does this community blog address your issue: http://therealcq.blogspot.ca/2013/01/cq5-gotchya-when-impersonating-as.html

Views

580

Likes

0

Replies

0
Re: CQ5 modify event fired on page delete - Adobe Experience Manager 15-10-2015
You are using a higher level event model. The ObservationManager monitors at the JCR level. I will ask our Workflow Eng member to look at this one.

Views

314

Likes

0

Replies

0
Re: CQ5 modify event fired on page delete - Adobe Experience Manager 15-10-2015
Are you using a javax.jcr.observation.ObservationManager to setup your event handler? If you setup the event using this API, you can specify which event the handler should respond to using Event. For example - this responds to a new node:// Setup the event handler to respond to a new claim under content/claim.... observationManager = session.getWorkspace().getObservationManager(); final String[] types = { "nt:unstructured","sling:Folder" }; final String path = "/content/claim"; // define the pat...

Views

222

Likes

0

Replies

0
Re: Where to store custom data on my application? - Adobe Experience Manager 15-10-2015
In addition to that article that Mshajiahmed pointed out - it is strongly recommended that you read this one:http://docs.adobe.com/docs/en/cq/current/developing/chap_data_modelling.html

Views

535

Like

1

Replies

0
Re: Content Finder drag and drop associations - Adobe Experience Manager 15-10-2015
Place the custom component onto a template - that way - they do not need drag the component from the sidekick onto a page - it's there already. See: http://experiencedelivers.adobe.com/cemblog/en/experiencedelivers/2012/06/default-components-in-your-parsys.htmlThis is the only way i can see to avoid having to drag a component onto a page.

Views

680

Likes

0

Replies

0
Re: Content Finder drag and drop associations - Adobe Experience Manager 15-10-2015
See this community article:Creating a CQ widget that supports image drag and drop It talks about creating a CQ Dialog that lets a user select an image during design time. The component is used by the CQ parsys system, supports a Dialog with multiple tabs, and enables the functionality offered by the Content Finder (for example, drag-and-drop).Understanding this will help you in this use case.

Views

680

Likes

0

Replies

0
Re: colormenu problem - Adobe Experience Manager 15-10-2015
Your issue here is the colormenu xtype is not working in the CQ component dialog? Are you setting all of the required props. See:http://dev.day.com/docs/en/cq/current/widgets-api/index.html?class=CQ.Ext.menu.ColorMenu

Views

151

Likes

0

Replies

0
Re: New Communities in Experience Manager - Adobe Experience Manager 15-10-2015
Questions related to AEM communities should go into the new forum - just like AEM forum questions are in the separate Forum.

Views

300

Likes

0

Replies

0
Re: Where should I put the .jar file so that I can import it in my JSP? - Adobe Experience Manager 15-10-2015
In AEM, you wrap all Java (you own classes, and JARs) into OSGi bundles. We have many articles showing you how to do this. See:Creating your first AEM Service using an Adobe Maven Archetype project (this shows you how to create a basic OSGi that contains a service that you invoke from a JSP)Submitting Adobe CQ form data to custom Sling Servlets (this shows you how to create a SLing Servlet, and wrap a 3rd party JAR that is a dependency into a bundle fragment)See the AEM Community page for a lot ...

Views

133

Likes

0

Replies

0
Re: Implement SSO & LDAP with With 6.0 - Adobe Experience Manager 15-10-2015
If the AEM documentation on this subject is not detailed enough for you to to this task, file a ticket here:http://helpx.adobe.com/marketing-cloud/experience-manager.html

Views

142

Likes

0

Replies

0