From c6df56d2ba40e1d366de778b1fc307e52618629f Mon Sep 17 00:00:00 2001 From: hengsin Date: Tue, 5 May 2020 18:45:35 +0800 Subject: [PATCH] IDEMPIERE-4265 Error log at console for first run of Jasper Report (#31) Fix spring handlers configuration --- .../META-INF/spring.handlers | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 org.adempiere.report.jasper.library/META-INF/spring.handlers diff --git a/org.adempiere.report.jasper.library/META-INF/spring.handlers b/org.adempiere.report.jasper.library/META-INF/spring.handlers new file mode 100644 index 0000000000..9ae867831f --- /dev/null +++ b/org.adempiere.report.jasper.library/META-INF/spring.handlers @@ -0,0 +1,24 @@ +# +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# +# +# from spring-beans +http\://www.springframework.org/schema/c=org.springframework.beans.factory.xml.SimpleConstructorNamespaceHandler +http\://www.springframework.org/schema/p=org.springframework.beans.factory.xml.SimplePropertyNamespaceHandler +http\://www.springframework.org/schema/util=org.springframework.beans.factory.xml.UtilNamespaceHandler