Expand my Community achievements bar.

Ojjis
Ojjis
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • 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

    1.6K

    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

    1.6K

    Likes

    0

    Replies

    0
  • I'm not completely sure about that setup but I think it would be possible to set up 2 different farms in your dispatcher config.Farm 1) & Farm2)Define the renderers aka the author instancesDefine the virtual hosts for the accepted adresses /farms { /farm1 { /virtualhosts { "authors.mycompany.com" } ...

    Type

    Questions

    Views

    371

    Like

    1

    Replies

    0
  • Hi,I guess that with SQL2 you mean JCR-SQL2? And there, as you said, you have the option to use the following code with the ISDESCENDANTNODE function: qm.createQuery("SELECT * FROM [nt:unstructured] AS node WHERE ISDESCENDANTNODE([" + root.getPath() + "]) and CONTAINS(node.*, '" + searchTerm + "')",...

    Type

    Questions

    Views

    454

    Likes

    0

    Replies

    0
  • First of I would recommend you setting up the site, much like the Geometrixx one, with different branches for each domain in the site.Then i would take a look at these excellent guides for the configuration of the sling mappings:http://www.cognifide.com/blogs/cq/multidomain-cq-mappings-and-apache-co...

    Type

    Questions

    Views

    1.1K

    Like

    1

    Replies

    0
  • One solution is to overlay the standard text component and then remove that property of the CQ text if you wanted to in your own text component.Then you would get your target="_blank" backRegards/Johan

    Type

    Questions

    Views

    2.1K

    Likes

    0

    Replies

    0
  • I'm not aware of a way of doing this but, you can certainly add the design properties on the highest possible lever for your template under /etc/designs/..If you set the allowed components likecomponents / String[] / = group:MyComponents for your template node in /crx/de you don't have to define thi...

    Type

    Questions

    Views

    345

    Likes

    0

    Replies

    0
  • Hi there, for the changes, please take a look at the release notes (http://dev.day.com/docs/en/cq/current/release_notes/overview.html#Changes). This can be shown for the different versions so you can always check between 5.4 -> 5.5 and 5.5->5.6 etc..There is also as you probably know a new dispatche...

    Type

    Questions

    Views

    547

    Like

    1

    Replies

    0
  • Hi, well one thing that you could do is to have the options beeing added in the script file instead of in the xml file. This could be done by defining all the possible values in an array and then add them to as possible selections (but only if they doesnt already exist, which you were after).It is p...

    Type

    Questions

    Views

    909

    Likes

    0

    Replies

    0
  • Yes this is possible with the listeners.Here's a basic example i made:* You define an array of possible selection choices as an array in the custom widget.This will be used to populate the options. * Define a function for removal of items from the array* Add a listener to the selection change and ma...

    Type

    Questions

    Views

    910

    Likes

    0

    Replies

    0