Content Type Registration
"Denham, Martin" <[email protected]> Mon, 10 May 2004 14:38:27 +0100
| Newsgroups | gmane.linux.redhat.ccm.general |
|---|---|
| Message-ID | <4C04D804C114CB46A20FE832EA339411013E898C@hdqe2k01.customer.edfenergy.net> |
Hi, I am having trouble registering a new content type. During the initial installation of cms I installed 2 basic types. Now I am attempting to add the FileStorageItem type. I created a content type registration file: <?xml version="1.0" encoding="utf-8"?> <ctd:content-types xmlns:ctd="http://rhea.redhat.com/schemas/cms/content-types" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://rhea.redhat.com/schemas/cms/content-types content-types.xsd"> <ctd:content-type label="FileStorageItem" description="A file" objectType="com.arsdigita.cms.contenttypes.FileStorageItem" classname="com.arsdigita.cms.contenttypes.FileStorageItem"> <ctd:authoring-kit createComponent="com.arsdigita.cms.ui.authoring.PageCreate"> <ctd:authoring-step label="File Properties" description="Edit the basic file properties" component="com.arsdigita.cms.contenttypes.ui.FileStorageItemPropertyForm" ordering="1"/> <ctd:authoring-step label="Assign categories" description="Assign categories" component="com.arsdigita.cms.ui.authoring.ItemCategories" ordering="2"/> <ctd:authoring-step label="Attach Files" description="Attach Files" component="com.arsdigita.cms.contenttypes.ui.FileAttachmentsStep" ordering="3"/> </ctd:authoring-kit> </ctd:content-type> </ctd:content-types> and put the content registration file here: C:\ccm\usr\share\ccm\webapps\ROOT\WEB-INF\content-types\com\arsdigita\cms Added the jars to the lib directory and put the xsl file with the others. But when I start cms the new content type is not registered. Has anybody got any pointers? thanks Martin *********************************************************************************** EDF Energy plc internet e-mail disclaimer This e-mail and any files transmitted with it are confidential and may be protected by legal privilege. If you are not the intended recipient, please notify the sender and delete the e-mail from your system. This e-mail has been scanned for malicious content but the internet is inherently insecure and EDF Energy plc cannot accept any liability for the integrity of this message or its attachments. No employee or agent of EDF Energy plc or any related company is authorised to conclude any binding agreement on behalf of EDF Energy plc or any related company by e-mail. All e-mails sent and received by EDF Energy plc are monitored to ensure compliance with the company's information security policy. *********************************************************************************** -- Redhat-ccm-list mailing list [email protected] https://www.redhat.com/mailman/listinfo/redhat-ccm-list Archives: https://www.redhat.com/pipermail/redhat-ccm-list/