Expand my Community achievements bar.

Ojjis
Ojjis
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • Valid points here from both Justin and Ove  and I see that you have been reading up on the mixin nodes and that it would be the right way in your case.The problem that I see here is that you have missed a small thing. The mixin node that you have created cannot be "used" directly. As Justin pointed...

    Type

    Questions

    Views

    2.5K

    Likes

    0

    Replies

    0
  • Hello. Are you sure you are not referring to the node types ?If so, you have the information of how to create/manage you own node types in this article that describes the built in node type administration:http://dev.day.com/docs/en/crx/current/using_crx/nodetype_administration.htmlFor information ab...

    Type

    Questions

    Views

    2.5K

    Likes

    0

    Replies

    0
  • Hi Chris.One suggestion that came to my mind here is that you could make use of you own servlet filter.If this servlet filter is arranged before the standard comment servlet in the chain this will be possible to intercept before the actual comment servlet.If everything is fine with the token submitt...

    Type

    Questions

    Views

    534

    Likes

    0

    Replies

    0
  • Hello Dipen, Here are some of my thoughts about this. There are, as you have already pointed out, two proper ways of installing CQ/AEM. I would say that which of them is the proper way completely depends on your environment and the policies that you are restricted by.If AEM should be run in special ...

    Type

    Questions

    Views

    1.0K

    Likes

    3

    Replies

    1
  • This is caused by the fact that DateTime field Widget is using the EXTJs date library (Date.js) which has this behaviour as a default.And as Scott said, the only way to avoid that is to overlay the standard widget or create you own, it should be possible to return the value without the user/browser ...

    Type

    Questions

    Views

    1.0K

    Likes

    0

    Replies

    0
  • SiteCatalyst is a great tracking choice as Sham suggested, but I'm still a bit curious about your question. Do you want to track how many times an image has been showed for visitors or how often an image has been rendered from the DAM ? It sounds like you are aiming for an approach of adding a varia...

    Type

    Questions

    Views

    674

    Likes

    0

    Replies

    0
  • A few questions:1) Are you running it from the correct directory ?2) Are all the right permissions set for the jar and the folder in which you have it ? 3) Are you running the publish instance as a user that have the permission to do so ?It would be good to get some more information of how you have ...

    Type

    Questions

    Views

    3.9K

    Likes

    0

    Replies

    0
  • Hi, what is still not working for you ?I had no jar files from the beginning at all. I let maven handle those dependencies for me.In my "main pom.xml" i added:<dependency><groupId>rome</groupId><artifactId>rome</artifactId><version> 1.0</version></dependency>and <dependency><groupId>jdom</groupId><a...

    Type

    Questions

    Views

    2.2K

    Likes

    0

    Replies

    0
  • Ok. I've tried to replicate this and got the same problems.It turned out the even though i had this in the POM:<dependency> <groupId>rome</groupId> <artifactId>rome</artifactId> <version> 1.0</version> </dependency>I needed to export the classes needed aswell with this in the bundle plugin config: <...

    Type

    Questions

    Views

    2.2K

    Likes

    0

    Replies

    0
  • Are you sure that you have imported it with the right case: com.sun.syndication.feed.synd.SyndFeed (looks right in the log though) Maybe just typo in the post? Also note that this is an interface so you cannot instantiate it directly. You also might need to use the fully qualified classname when dec...

    Type

    Questions

    Views

    2.2K

    Likes

    0

    Replies

    0