gerrod Posted June 17, 2010 Share Posted June 17, 2010 Hi all,First at all, thanks for all your contributions.I have an issue when I modify the applicationContext-search-pro.xml for remove or set a different default typeFilter. I did the modification as follows:Original: <property name="defaultType" value="typeFilter-visualizations"/>modified: <property name="defaultType" value="typeFilter-reports"/>And I suppress some of the menu items that means nothing to our final users as follows (that’s ok because developers work directly with ireports)Original:<list> <ref bean="${bean.search.typeAll}" /> <ref bean="${bean.search.visualizationFilter}" /> <ref bean="${bean.search.reportFilter}" /> <ref bean="${bean.search.reportOutputFilter}" /> <ref bean="${bean.search.viewFilter}" /> <ref bean="${bean.search.dataSourceFilter}" /> <ref bean="${bean.search.otherFilter}" /> </list>modified <list> <ref bean="${bean.search.typeAll}" /> <ref bean="${bean.search.reportFilter}" /> <ref bean="${bean.search.dataSourceFilter}" /</list>When I restart the jasperserver (Tomcat/bin – Shutdown.sh et restart.sh) nothing happens.It seems as some kind of cache is active because this modifications doesn’t have any impact.When I test in my local environment (installed in windows XP) it works fine but when I do it in my server (installed in Ubuntu Server) it doesn’t.Could anyone help me with this?Thanks in advance for your help.Ger Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now