Jump to content

Recommended Posts

Posted

Hi. I`m trying to learn to use Jasperreports and i`m getting this messagens on cosole:

jun 03, 2015 7:17:18 PM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions INFORMAÇÕES: Loading XML bean definitions from URL [jar:file:/C:/Users/Giorgioq/Downloads/IDEs/eclipse/configuration/org.eclipse.osgi/470/0/.cp/lib/jasperreports-chart-themes-6.1.0.jar!/net/sf/jasperreports/chartthemes/spring/beans/chartThemesBeans.xml] jun 03, 2015 7:17:18 PM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions INFORMAÇÕES: Loading XML bean definitions from URL [jar:file:/C:/Users/Giorgioq/Downloads/IDEs/eclipse/configuration/org.eclipse.osgi/470/0/.cp/lib/jasperreports-chart-themes-6.1.0.jar!/net/sf/jasperreports/chartthemes/spring/beans/chartConstantsBean.xml] jun 03, 2015 7:17:18 PM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions INFORMAÇÕES: Loading XML bean definitions from URL [jar:file:/C:/Users/Giorgioq/Downloads/IDEs/eclipse/configuration/org.eclipse.osgi/470/0/.cp/lib/jasperreports-chart-themes-6.1.0.jar!/net/sf/jasperreports/chartthemes/spring/beans/defaultChartPropertiesBean.xml] jun 03, 2015 7:17:18 PM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions INFORMAÇÕES: Loading XML bean definitions from URL [jar:file:/C:/Users/Giorgioq/Downloads/IDEs/eclipse/configuration/org.eclipse.osgi/470/0/.cp/lib/jasperreports-chart-themes-6.1.0.jar!/net/sf/jasperreports/chartthemes/spring/beans/eyeCandySixtiesChartPropertiesBean.xml] jun 03, 2015 7:17:18 PM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions INFORMAÇÕES: Loading XML bean definitions from URL [jar:file:/C:/Users/Giorgioq/Downloads/IDEs/eclipse/configuration/org.eclipse.osgi/470/0/.cp/lib/jasperreports-chart-themes-6.1.0.jar!/net/sf/jasperreports/chartthemes/spring/beans/aegeanChartPropertiesBean.xml]

The code runs ok and the report is created and showed with JasperView.viewReport(), but i`m always getting this messages. Any one can help me?

  • Replies 2
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

  • 6 years later...
Posted

Hi, I know this topic is very old, but I met the same problem several months ago. Our program is Java 8 + Jasper, everything works well, and the reports are generated successfully. But each time the program run, I will get some info on my Eclipse console as above.

We know these are just log info, but we need to control the log on console to only show the info we need.

Yesterday, I sorted the library order in my Java program.(Properties-> Java build path->Order and Export), and I set the order of JRE and Jasper libries before my source code. (JRE System Library, JasperReports Library, JasperSoft Server Library, JasperReports Library Dependencies, other jar files, and our source code), and when I run our program again, theese log disappear!

I still don't know reason, but it works for us, just for your reference.

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...