giorgioq Posted June 3, 2015 Posted June 3, 2015 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?
Solution hozawa Posted June 4, 2015 Solution Posted June 4, 2015 It just seems to be a log message. If you'll using log4j as JasperReports is, just edit the properties file to filter the output.
CShaoCN Posted December 14, 2021 Posted December 14, 2021 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.
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