Add new aspect
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-27-2014 05:38 AM
Regards
- Labels:
-
Archive
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-27-2014 05:51 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-27-2014 07:27 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-27-2014 07:52 AM
http://blogs.alfresco.com/wp/wabson/2010/02/25/adding-custom-aspect-support-in-alfresco-share/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-27-2014 08:28 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-27-2014 08:36 AM
1) Alfresco explorer (http://localhost:8080/alfresco)
OR
2) Alfresco share (http://localhost:8080/share)
If you are using alfresco explorer, you need to customize web-client-config.xml file.
http://docs.alfresco.com/3.4/index.jsp?topic=%2Fcom.alfresco.Enterprise_3_4_0.doc%2Ftasks%2Fkb-code-...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-27-2014 08:39 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-27-2014 08:44 AM
Please follow each and every step as explained.
It should definitely work.
Post the errors/problems faced here in case if you face any.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-27-2014 08:50 AM
The last file in our model definition adds some i18n labels for the aspect and property names. Add the following content to the file alfresco/messages/knowledgebase.properties.
for this should be create knowledgebase.properties on on which one
opt/alfresco-4.2.f/tomcat/webapps/share/WEB-INF/classes/alfresco/messages
opt/alfresco-4.2.f/tomcat/webapps/alfresco/WEB-INF/classes/alfresco/messages
opt/alfresco-4.2.f/tomcat/shared/classes/alfresco/messages
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-27-2014 09:17 AM
17:13:28,599 ERROR [org.springframework.web.context.ContextLoader] Context initialization failed
java.util.MissingResourceException: Can't find bundle for base name alfresco.messages.knowledgebase, locale en_US
at java.util.ResourceBundle.throwMissingResourceException(ResourceBundle.java:1499)
at java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:1322)
at java.util.ResourceBundle.getBundle(ResourceBundle.java:795)
at org.springframework.extensions.surf.util.I18NUtil.getLocaleProperties(I18NUtil.java:476)
at org.springframework.extensions.surf.util.I18NUtil.getMessage(I18NUtil.java:360)
at org.springframework.extensions.surf.util.I18NUtil.getMessage(I18NUtil.java:390)
at org.springframework.extensions.surf.util.I18NUtil.getMessage(I18NUtil.java:377)
at org.alfresco.util.LogUtil.error(LogUtil.java:100)
