Custom Type not showing in UI

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2013 02:49 AM
When I try to create a rule that will specialise a file using my custom type, I am only getting a blank dropdown when prompted to Select Type in the Rule Wizard.
I remember seeing this problem before but can't remember how I fixed it. All documentation point towards everything I've already done. The model and custom web config appear correct as I am not getting any errors when they are loaded.
I am getting the same problem in Community 4.2 and 4.0 so I assume it must be somewhere in my files (attaching below)
Thank you in advance for any assistance
- Labels:
-
Archive

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2013 01:45 PM
However, I have tested 4.2.b, and have found that my content model types show up in CMIS, but do not show up in the (alfresco) content type pulldown, while others show up in both…without any difference in logs between when successfully showing up in the alfresco content type pulldowns versus those that do not (but all show up in CMIS).
[DHARTFORD SOLVED] - mine was restarting the server. The (alfresco) content type is defined in the Data Dictionary/Web Client Extensions/web-client-config-custom.xml, but doesn't get loaded until after a restart.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2013 08:46 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2013 10:56 PM
11:40:22,451 WARN [org.alfresco.repo.dictionary.DictionaryDAO] org.alfresco.service.cmr.dictionary.DictionaryException: 01060019 Model '{com.meralco.mapguide}mapguideModel' does not exist
I am getting the same message in the log when I activate the model manually using the Repository Admin Console.
However, doing a "show models" in the Repo Admin Console indicates that it is loaded:
IsLoaded: Y , RepoVersion: null , RepoName: meralco-mapguide-model.xml , ModelQName: {com.meralco.mapguide}mapguideModel , Description: MapGuide Model , Author: xxxxxx , Published: null , Version: 1.0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2013 03:36 AM
did you correctly register your model in Spring's model extension configuration file
<blockcode>
<!– Registration of new models –>
<bean id="uirnet.dictionaryBootstrap" parent="dictionaryModelBootstrap" depends-on="dictionaryBootstrap">
<property name="models">
<list>
<value>alfresco/module/yourModule/model/yourModel.xml</value>
</list>
</property>
</bean>
</blockcode>
Regards,
Andrea

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2013 11:32 AM
My custom models are all deployed dynamically by uploading the file to Data Dictionary/Models and marking it as Active in the file properties. I haven't attempted to do it via the non-dynamic route as I distinctly remember getting this working on Alfresco Enterprise 4.0 Trial. So far I've tested this on Community versions 4.0, 4.2b, and 4.2c with no success.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2013 04:44 AM
also have you checked the logs?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2013 05:03 AM
Are you aware that web-client-config is only used in Alfresco Explorer (alfresco.war) & not in Alfresco Share (share.war)?
Cheers, Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2013 08:11 AM
I am assuming that you are trying to find that thing in alfresco explorer not in share.
If you want something to be shown up in the share you need to configure it in the share-config-custom.xml file

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2013 03:28 AM
How to check it in the alfresco share through UI directly.
Please help…
