Jump to content

Remove refine filters doesn’t work


gerrod

Recommended Posts

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

  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

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 account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...