1 Reply Latest reply on Sep 19, 2008 6:13 AM by fixxer

    Attach additional attributes to a Portal CMS Service content

    fixxer

      I'm working with CMS programmatically by retrieving an org.jboss.portal.cms.impl.jcr.JCRCMS object from the java:portal/CMS context. Everything seems to be fine, but I have a need on attaching some additional attributes to CMS contents objects. I've found out that JCR have such an oppotunity in their javax.jcr.Node throw get/setProperty calls (am I right?) But I have no idea how to get to the underlying JCR implementation or to be more specific, to convert between
      org.jboss.portal.cms.model.* and javax.jcr.Node objects. Or maybe there are other ways to add some attributes to CMS contents?

      Thanks,
      Alexandr