Wrox Programmer Forums
|
BOOK: Professional Alfresco: Practical Solutions for Enterprise Content Management
This is the forum to discuss the Wrox book Professional Alfresco: Practical Solutions for Enterprise Content Management by David Caruana, John Newton, Mike Farman, Michael Uzquiano, Kevin Roast; ISBN: 9780470571040
Welcome to the p2p.wrox.com Forums.

You are currently viewing the BOOK: Professional Alfresco: Practical Solutions for Enterprise Content Management section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old February 8th, 2015, 01:30 PM
Registered User
 
Join Date: Feb 2015
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Question Changes in Alfresco/Share version 5.0

I have recently downloaded Alfresco 5.0 and am working my way through the book, taking into account the changes in 5.0 as far as I can.

I am attempting some simple customizations of the Collaborations site.

Following the example on p378/9, I have placed the following bean in:
/tomcat/shared/classes/alfresco/web-extension/custom-slingshot-application-context.xml

<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE beans PUBLIC '-//SPRING//DTD BEAN//EN' 'http://www.springframework.org/dtd/spring-beans.dtd'>
<beans>
<bean id="webscript.resources"
class="org.alfresco.i18n.ResourceBundleBootstrapCo mponent">
<property name="resourceBundles">
<list>
<value>alfresco.web-extension.messages.mycustom</value>
</list>
</property>
</bean>
</beans>

web-extension/messages/mycustom.properties contains:

page.siteDashboard.title=Erewhon Social Care: Dashboard
header.my-sites.label=My Cases
header.my-sites.description=My Cases

But nothing happens when I stop tomcat and relaunch Share - I still see "My Sites", not "My Cases".....

Is this something to do with the changes in version 5.0? or am I doing something else wrong....

Hope you can help - tearing my hair out, Dave

PS. the space in "Co mponent" was introduced by the editor, it's not in my code!

Last edited by DaveWoz; February 8th, 2015 at 01:37 PM.. Reason: corrected typo





Similar Threads
Thread Thread Starter Forum Replies Last Post
Changes in Alfresco/Share version 5.0 DaveWoz BOOK: Professional Alfresco: Practical Solutions for Enterprise Content Management 0 February 8th, 2015 01:13 PM
I've got this book already (paper version), what's new in the new version? (v4) lpinho BOOK: Professional Android 2 Application Development 0 July 28th, 2013 05:32 PM
Passwords from version 1 to version 2 Maxxim BOOK: ASP.NET 2.0 Website Programming Problem Design Solution ISBN: 978-0-7645-8464-0 3 February 6th, 2007 06:49 PM
How to share along several projects Demeter Visual Studio 2005 2 July 14th, 2006 07:49 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.