Yes - in your activate method, you can read the properties. Here's an example picked at random from ACS AEM Commons: https://github.com/Adobe-Consulting-Services/acs-aem-commons/blob/master/bundle/src/main/java/com/adobe/acs/commons/logging/impl/SyslogAppender.java
Hi,It looks to me like you are trying to use the ExtJS listeners mechanism with Granite UI. This won't work as Granite UI doesn't use ExtJS. Did you see any documentation suggesting that this would work? If so, please let me know so that I can have that fixed.It is also very strange to use the cq:Wi...
Hi,I'm not really clear on what you are trying to accomplish. Are you building a Classic UI (ExtJS) dialog or a TouchUI (Granite UI) dialog? The examples above seem to be a weird mix of both. The two dialog definitions aren't interrelated and you can't mix them like this.I just did a quick test of a...
Hi,Just to be clear, every JAR file has a MANIFEST.MF file in it. OSGi defines additional headers which go in the manifest, but the core file and format (and placement within the JAR file) is defined by the Java core specification.Regards,Justin
Do you mean you want a parsys to only accept two specific components from the Sidekick, e.g. only accept the Text and Video components? If so, you can do this in the Design Dialog of the parsys.
Tim-Looking at the Events web console plugin, I have a guess why this isn't working for you. The event generated on the sending side (author) is under the topic com/day/cq/replication. The event generated on the receiving side (publish) is under the topic com/adobe/granite/replication. These are rep...
Hi,There is a ReplicationEvent generated on publish when a replication is received. I believe this was added in 5.6, but I could be wrong. It is definitely there in 6.0.Regards,Justin
Hi Alfredo,It sounds like what you are saying is that the file got downloaded as cq-quickstart-5.5.0-20120220.zip instead of cq-quickstart-5.5.0-20120220.jar. If so, just rename the file! A jar file is a zip file with some extra metadata, contained in the META-INF folder. The contents you listed abo...
Hi,This part:The following RepositoryFactory classes were consulted: org.apache.jackrabbit.commons.JndiRepositoryFactory: declinedIndicates that a JAR file (jackrabbit-jcr2dav) is missing from your classpath. See this old thread: https://forums.adobe.com/message/5162978Regards,Justin